15 years ago
error in website
In the page: http://www.soapui.org/Functional-Testin ... -flow.html
following code :
should be :
according to my soapui 4.0
Cheers
following code :
testRunner.gotoTestStepByName( "nameofteststep" )
should be :
testRunner.gotoStepByName("nameofteststep")
according to my soapui 4.0
Cheers