SQL Server Unit Testing with tSQLt

Posted on Simple Talk See other posts from Simple Talk
Published on 06 January 2011 Indexed on 2011/01/07 10:56 UTC
Read the original article Hit count: 211

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 and Dennis, who created tSQLt, explain.

© Simple Talk or respective owner

Related posts about T-SQL Programming