Forum Discussion
M_McDonald
Super Contributor
I think just setting the async parameter of run() to true will do it:
[tt:o8ndnnnc]testRunner.testCase.testSuite.project.testSuites["TS"].testCases["TC1"].run(properties,true)
testRunner.testCase.testSuite.project.testSuites["TS"].testCases["TC2"].run(properties,true)[/tt:o8ndnnnc]
[tt:o8ndnnnc]testRunner.testCase.testSuite.project.testSuites["TS"].testCases["TC1"].run(properties,true)
testRunner.testCase.testSuite.project.testSuites["TS"].testCases["TC2"].run(properties,true)[/tt:o8ndnnnc]
SOAPUICrazy
8 years agoNew Contributor
In SOAP UI 5.2.1 , by default each request is waiting for response and then it is executing the other.
Actually we are trying to push the REST request continuously for every 5 sec once without waiting for response in sequential manner.
Because each Request is taking 25 sec for getting response - where our test scenario is getting failed.
Is there is any option to disable the REST response or to reduce the wait time?
Could anyone help with the option.
Thanks and Regards,
SOAPUI Crazy
Related Content
- 6 years ago
- 5 years ago
Recent Discussions
- 15 years ago