szymic1
14 years agoNew Contributor
gotoTestStepByName does not work
I'm using soapUI 3.6.2 Pro and I would like to execute this code:
testRunner.gotoTestStepByName("UpdatePartner")
and I got such error:
groovy.lang.MissingMethodException: No signature of method: com.eviware.soapui.impl.wsdl.panels.support.MockTestRunner.gotoTestStepByName() is applicable for argument types: (java.lang.String) values: [UpdatePartner] Possible solutions: gotoStepByName(java.lang.String), runTestStepByName(java.lang.String)
when I execute
testRunner.runTestStepByName("UpdatePartner")
it works
Is it soapUI bug?
testRunner.gotoTestStepByName("UpdatePartner")
and I got such error:
groovy.lang.MissingMethodException: No signature of method: com.eviware.soapui.impl.wsdl.panels.support.MockTestRunner.gotoTestStepByName() is applicable for argument types: (java.lang.String) values: [UpdatePartner] Possible solutions: gotoStepByName(java.lang.String), runTestStepByName(java.lang.String)
when I execute
testRunner.runTestStepByName("UpdatePartner")
it works
