If you want to do test-driven development for databases, SQL Test is the place to start. It lets you write database unit tests in T-SQL and run them in SQL Server Management Studio.
If you want to do test-driven development for databases, SQL Test is the place to start.
It lets you write database unit tests in T-SQL and run them in SQL Server Management Studio.
SPUnit is (loosely) based on the xUnit family of Unit Test Frameworks. It
is intended for testing MS SQL Server stored procedures using actual stored
procedures.
TSQLUnit is a testing 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.