Creating a Database Unit Test using Visual Studio 2010

added by kalyanms1
6/20/2011 12:18:55 AM

203 Views

This post discusses about creating a database unit test case in Visual Studio 2010 which verifies the functionality of a stored procedure. Creating Database Test cases helps you to identify the code defects which in-directly effects the application behavior. In order to create a database unit test, you need to VS studio 2010 test suite or ultimate version.


1 comments

threenine39
11/7/2011 8:29:31 AM
Does not really offer anymore information than what can be obtained from MSDN.
In fact that documentation in MSDN has a lot more information.