Forum Discussion

diego1986's avatar
diego1986
Occasional Contributor
15 years ago

soapui script problem (run test step in script)

Hi, All, I use script to run test case, i use the following code: testRunner.runTestStepByName( "teststep1"); And the teststep1 is a soapRequest, so I need to disable the teststep1 in order to ru...