TSQLUnit is a framework to write tests for applications written in Transact-SQL. It follows the tradition of the "xUnit" framework that is available for almost all programming languages.
- Unzip the file.Unzip the file. You can use winzip or the open source 7-zip.
- Connect to your database as dbo using the SQL Query Analyzer, execute the tsqlunit.sql file.
- Connect to your database as dbo using the SQL Query Analyzer, execute the removetsqlunit.sql file.
Author: Henrik Ekelund
Project space at Sourceforge: TSQLUnit
- Adds Assert function
Fixed bugs:
- Fail Message Limitation
- Line 43 of proc tsu_error raises errors
- I can't install on DB with collation %CS% (case sensitive)
- Test suite name is not displayed in output
- Mis-spelled Columns and SP Names
- Rollback transaction problem
- Return success or failure on x complete
--