Guideline on Visual Studio 2008 Unit Test
- by Praveen Kumar
Is there any guideline on how to use Visual Studio 2008 unit test development? I am developing a n-tier web application using entity framework. My problem is to create Unit Test for the methods which INSERT or UPDATE to the database.