Forum Discussion
omatzura
17 years agoSuper Contributor
Hi!
ok.. please try the following:
let me know how it works!
regards,
/Ole
eviware.com
ok.. please try the following:
// get operation
def op = testRunner.testCase.testSuite.project.interfaces["DiseAccountBinding"].operations["CreateAccount"]
// create config
def config = com.eviware.soapui.impl.wsdl.teststeps.registry.WsdlTestRequestStepFactory.createConfig( op, "Name of Request" )
// add to testcase
testRunner.testCase.addTestStep( config )
let me know how it works!
regards,
/Ole
eviware.com