Tuesday, September 29, 2015

VSTS Automation

With the help of VSTS (Visual Studio test suite) we can perform below different types of testing

  • Unit Testing of WebServices/RestAPI Services
  • Coded UI testing for functional testing
  • MTM-inbuilt test manager for writing test cases and execution
  • Order Test - 
  • Load Testing
  • Web Performance Testing
Above features are provided by Mircrosoft.

We can do functional testing using selenium webdriver as we do using Eclipse by using different types of framework
  • Nunit Framework
  • MSTest Framework