Related resources for VS Team system
  • Unit Testing with VS 2008 Team edition2/16/2009 12:30:06 AM. Unit tests allows the developers and testers to check the logical errors in the methods of classes in C# and VB.NET Projects.Unit test can be created once and can be run every time that source code changes.Unit test cases make sure that no bugs are introduced when you write the new code.