Search This Blog

Thursday, January 20, 2011

VSTS supports five key types of tests

  1. Unit testing, in which you call a class and verify that it is behaving as expected
  2. Manual testing
  3. Generic testing that uses an existing test application that run as part of the biggest test
  4. Web testing to ensure the html apps function correctly
  5. Load testing to ensure the app is scalable.