Forum Discussion
SmartBear_Suppo
Alumni
12 years agoHi,
SoapUI Pro is functioning as expected and so is the testRunner.gotoStepByName method. Please look at the link below, and in particular
I'm guessing you intended for the script to run the test steps after "getUniqueExternalReferenceValues 3" before the script ends?
http://www.soapui.org/Functional-Testin ... t-teststep
Regards,
Marcus
SmartBear Support
SoapUI Pro is functioning as expected and so is the testRunner.gotoStepByName method. Please look at the link below, and in particular
testRunner.gotoStepByName( "nameofteststep" )
This method transfers control to the specified TestStep after the script has finished (not instantly!).
I'm guessing you intended for the script to run the test steps after "getUniqueExternalReferenceValues 3" before the script ends?
http://www.soapui.org/Functional-Testin ... t-teststep
Regards,
Marcus
SmartBear Support