SQL Server Unit Testing with tSQLt
Posted
on SQL Server Central
See other posts from SQL Server Central
Published on Wed, 19 Jan 2011 07:00:00 UT
Indexed on
2011/01/28
23:33 UTC
Read the original article
Hit count: 258
Filed under:
When one considers the amount of time and effort that Unit Testing consumes for the Database Developer, is surprising how few good SQL Server Test frameworks are around. tSQLt , which is open source and free to use, is one of the frameworks that provide a simple way to populate a table with test data as part of the unit test, and check the results with what should be expected. Sebastian Meine and Dennis Lloyd, who created tSQLt, explain
© SQL Server Central or respective owner