Forum Discussion
kathir_43
4 years agoContributor
In the Above scenario, Test1 will corresponds to same test runner file . So same testcase is getting executed in machines. we need to distribute the test case in different machines for parallel mode.
mattb
Staff
4 years agoSo if you want to execute on multiple machines in parallel it would require multiple testrunner arguments.
Stage 1 would be on node 1
Stage 2 on node 2
We just need to call the parallel jenkins argument so each stage executes in parallel.
- kathir_434 years agoContributor
Based on Testcases , Is it possible to create Multiple TestRunner dynamically at Runtime??