Forum Discussion
nmrao
12 years agoCommunity Hero
Not sure how the test are run currently using ant in your case.
For eg, assume that there is a target defined in the script which can run all the suites of a soapui project xml.
Just try opening the soapui project xml, navigate to test suite, you may notice something like below, try to change the runType element value to PARALLEL and see your target works as expected. Then do same change for all the suites you wanted to run in parallel mode.
For eg, assume that there is a target defined in the script which can run all the suites of a soapui project xml.
Just try opening the soapui project xml, navigate to test suite, you may notice something like below, try to change the runType element value to PARALLEL and see your target works as expected. Then do same change for all the suites you wanted to run in parallel mode.
<con:testSuite name="MasterSuite" id="edf5d87a-86f0-4d11-b36e-1e54c45304a6">
<con:settings/>
<con:runType>SEQUENTIAL</con:runType>