Robert Hurlbut Blog

Thoughts on Software Security, Software Architecture, Software Development, and Agility

SQL Server Unit Testing

Wednesday, October 8, 2003 Comments

 .NET   Database Development   Extreme Programming 
Share:   Share on LinkedIn    Share on Twitter    Share on Facebook   

Since my post on unit testing for Oracle/SQL Server, I have been informed there is an open source unit tester available for SQL Server (Transact-SQL) at tsqlunit.sourceforge.net.  It requires the latest version of Python plus adodbapi (for connecting to the database through ADO) to run the test framework.

Share:   Share on LinkedIn    Share on Twitter    Share on Facebook