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). |
4 answers
|
![]() yes as long as device under test is allowing it for you. |
![]() Hello Subhajit Bhuiya, Can we run the tests in parallel when using the manual test execution? |
![]() You can run multiple adapters to run those tests in parallel. |
Comments
Can we run parallel tests using Manual test scripts?