Aaronliu
14 years agoFrequent Contributor
How to use testStep.run
Hi,
I would like to use the run method in groovy script, but I don't know how to fill in com.eviware.soapui.config.TestCaseConfig config? Or
com.eviware.soapui.config.TestSuiteConfig config?
using class: WsdlGroovyScriptTestStep which implements TestStep.
for com.eviware.soapui.config.TestStepConfig, how to declare an instance for it?
I would like to use the run method in groovy script, but I don't know how to fill in com.eviware.soapui.config.TestCaseConfig config? Or
com.eviware.soapui.config.TestSuiteConfig config?
using class: WsdlGroovyScriptTestStep which implements TestStep.
def step = new com.eviware.soapui.impl.wsdl.teststeps.WsdlGroovyScriptTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config, boolean forLoadTest)
for com.eviware.soapui.config.TestStepConfig, how to declare an instance for it?