Forum Discussion
MarcusJ
Staff
12 years agoYou could do something like this:
As posted here viewtopic.php?t=126
You may need a test runner event handler in SoapUI Pro to used the for test runner.
http://www.soapui.org/Scripting-Propert ... dlers.html
def testStep = testRunner.testCase.getTestStepByName( "test step name" )
if( testStep.disabled )
testStep.disabled = false
As posted here viewtopic.php?t=126
You may need a test runner event handler in SoapUI Pro to used the for test runner.
http://www.soapui.org/Scripting-Propert ... dlers.html