How to control a parallel test run? Handling a prerequisite run before the parallel execution start?
Hi, I'm trying to control a parallel test run by handling a prerequisite test case run before the parallel execution start. Eg: Consider I've 3 test cases. Test Suite 1 - TC1 Test Suite 2 - TC2 and TC3 TC2 and TC3 has a prerequisite of TC1 to complete and i have my project setup property as import com.eviware.soapui.model.testsuite.TestSuite project.setRunType(TestSuite.TestSuiteRunType.PARALLEL) to have the execution to run parallel. So looking for a solution to handle a test case or test suite during parallel test execution. Thanks in advance for the help!1.3KViews0likes0Comments