vote up 2 vote down star
2

I am looking for a unitttest and code-coverage tool for TSQL sprocs. Can anyone recommend a good one? Commercial or free.

flag

2 Answers

vote up 1 vote down

I've used tsqlunit, and just noticed this from Microsoft, which appears to be Database Unit Testing. There's a series of articles on Simple-Talk by Alex Kuznetsov as well, for you to look at if you haven't already.

link|flag
VSTS for Databases doesn't produce Sproc code coverage, unfortunately. We ended up using SQLUnit as it's is easier to setup than VSTS for Databases. Still looking for a good code coverage solution.. – Yuri Nov 12 at 18:31
1  
I'm interested in how this turns out. Might make my life easier too. – Randolph Potter Nov 12 at 19:44
vote up 0 vote down

Jeremiah Peschka started building dynamic T-SQL to call every stored proc in the database, but I haven't used this personally:

http://facility9.com/2009/02/16/automating-t-sql-testing

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.