How do you unit test your T-SQL
Posted
by AlexKuznetsov
on Stack Overflow
See other posts from Stack Overflow
or by AlexKuznetsov
Published on 2010-05-04T12:29:42Z
Indexed on
2010/05/04
12:38 UTC
Read the original article
Hit count: 228
How do you unit test your T-SQL? Which libraries/tools do you use?
What percentage of your code is covered by unit tests and how do you measure it?
Do you think the time and effort which you invested in your unit testing harness has paid off or not?
If you do not use unit testing, can you explain why not?
© Stack Overflow or respective owner