Some possible enhancements for SQL Test
1) On the Code Coverage tab, it would be great if we could sort by any of these columns, rather than be stuck with having them in ‘coverage % descending’ order only
2) Also on the code coverage tab, could we have a new column to show 'Uncovered Statement Count' please? For those who are being asked to get the code coverage percentage higher, this feature (combined with (1) above) would help identify the SPs that would give the biggest ‘bang for our buck’ if tests are created
3) Our database has about 2000 stored procedures, so our test classes relate to functional areas rather that individual SPs, as we didn’t want thousands of classes/schemas. What we hadn’t considered was that when we change an SP and want to run the tests to verify functionality and coverage, we need to run the whole test class, which can take a while. It would be really nice if we could highlight a set of tests from the UI and just execute those that are highlighted.
