Is it possible to execute a test in Parallel
In some of the tests, we run the same test on multiple test items (speedometer). For example we need to test 8 speedometers; at the same time. We condition all these 8 speedometers in the chamber for 8 hrs and then run a performance test for all 8 samples. At the end of the testing we need to see 8 test execution reports each corresponding to a specific sample (speedometer).
Comments
Panhini Swaroop
Nov 18 '20, 7:20 p.m.Can we run parallel tests using Manual test scripts?