All Tags »
Transact SQL »
Database Unit T... »
Unit testing (RSS)
Sorry, but there are no more tags available to filter with.
-
The biggest advantage of unit testing is the ability to make changes quickly, and with confidence that we have not broken anything with our change. Whether we need to speed up a query real quick, or to fix a bug, automated testing saves us a lot of time, especially if test failure is exposed in user friendly way.
This post continues the series on ...