Forum Discussion

Aaronliu's avatar
Aaronliu
Frequent Contributor
14 years ago

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.

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?

1 Reply

  • Aaronliu's avatar
    Aaronliu
    Frequent Contributor
    how to declare an object of com.eviware.soapui.config.TestCaseConfig?