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?
Asked
Active
Viewed 125 times
1 Answers
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
-
Thank you.. but I want to run all the test cases from MTM. – user3678539 May 28 '14 at 10:12
-
In MTM a test run is created for test cases present in a particular suite hence only one suite can be run at a time. You can queue all suites one by one but not all suites at once. – Varun Bajpai May 29 '14 at 15:02
-
yes. i w ant to queue all sub-suites within a single suite. – user3678539 May 31 '14 at 09:56