News

tSQLt is a free, open-source framework for unit testing in SQL Server. By writing tSQLt test cases, developers can create fake tables and views based on production data, then compare expected ...
SQL Test is the user interface for tSQLt, the open source unit testing framework for SQL Server. From the SQL Test window, users can create test classes, view existing unit tests, execute them ...
I have been testing SQL Server 2005 SP3 CTP this week. This Beta version of SP3, which is due out for official release before the end of the year, includes all of the previous cumulative updates ...
News SQL Server 2008 CTP Slips, But Key Features Promised By Jeffrey Schwartz 09/21/2007 Although Microsoft had hoped to release a CTP of its newest database server every 60 days, the latest test ...
Unit-testing should have as few barriers as possible. For relational databases those barriers range from external dependencies to speed to keeping the relational schema synchronized with your object ...
Unit tested code reduces the defect density in an application. The motive of this article is not to elucidate the benefits of unit testing (see references for that), but to provide a collection of ...
Anyone have any ideas about how to simulate real-world scenarios in a dev environment? Specifically regarding SQL Server. To get a good picture of real-world performance behaviors (locking ...
ASP.NET MVC and test-driven development show the future of delivering reliable applications. While Visual Studio 2010 enables you to integrate server-side testing into ASP.NET development, client-side ...
JUnit and NUnit are open source unit testing frameworks; the former for Java applications, the latter for .Net programs.