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 [...]
A typical source file header
//—————————————————————–/**
Author : Shaikh Sonny Aman eMail : mailtoaman@gmail.com Date : 14 AUG 2007 License [...]
A typical source file header
//—————————————————————–/**
Author : Shaikh Sonny Aman eMail : mailtoaman@gmail.com Date : 14 AUG 2007 License [...]