Related resources for Unit testing with VSTS
  • Unit testing with VSTS9/20/2010 4:55:35 AM. Unit testing is validation and verification methodology where the developers test the individual units of source code. Some key points to remember are - A unit is the smallest part in the application which can be tested. So it can be a method, function or class.