Shaikh Sonny Aman’s Blog

previously www.mailtoaman.com

How to unit testing with Visual Studio Team System 2008

 
Testing is a vital part of any software project. In modern developmentprocesses it is an umbrella task.
Visual Studio Team System 2008 offers an excellent way to perform various types of test. It made testing as easy as it gets.
Lets see how to perform unit testing over a class.
Steps:

Create a web project.
Add a new class
write [...]