-1

I have a test plan which contains a test suite which has 4 sub suites of automated test cases. I want to execute all the subsuites one after the other without manual intervention. Is it possible?

1 Answers1

0

try running test cases from command prompt, this requires the least manual intervention, as once all things are set you need to change only the build number to run your test cases. refer this link

Varun Bajpai
  • 545
  • 5
  • 20