Guideline on Visual Studio 2008 Unit Test

Posted by Praveen Kumar on Stack Overflow See other posts from Stack Overflow or by Praveen Kumar
Published on 2010-04-13T10:39:03Z Indexed on 2010/04/13 10:42 UTC
Read the original article Hit count: 307

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.

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about unit-testing