Forum Discussion
- SiKingCommunity ExpertI do not believe so. You could use a Setup Groovy script, possibly triggered from a property passed on the command line.
- MarcusJModeratorYou could do something like this:
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