2
votes
2answers
33 views
is there a code-coverage tool for the TSQL sproc unit tests?
I am looking for a unitttest and code-coverage tool for TSQL sprocs. Can anyone recommend a good one? Commercial or free.
1
vote
5answers
57 views
How to unit test a query that returns articles by a date range?
Say I have a articles table, and I want to write a test for the method that returns all articles that are about to expire.
How would I go about writing a unit test for this? If I mock the collection …
3
votes
2answers
58 views
Confusion: leave out functional tests that cover same ground as unit tests?
I'm struggling to figure out what should be excluded from functional tests (in my case, using Rails, but I guess the framework's probably irrelevant).
I'm under the impression that I shouldn't bother …
