abolourian
15 years agoOccasional Contributor
Documentation for WsdlDataSinkTestStep
I need to add data to DataSink test step using Groovy script. So I ran the following code:
and got the following result: com.eviware.soapui.impl.wsdl.teststeps.WsdlDataSinkTestStep
Then I looked at soapUI API documentation (http://www.soapui.org/apidocs/index.html) to find WsdlDataSinkTestStep and couldn't find it. Please advise.
def dataSink = testRunner.testCase.testSteps['DataSink']
log.info dataSink.getClass().name
and got the following result: com.eviware.soapui.impl.wsdl.teststeps.WsdlDataSinkTestStep
Then I looked at soapUI API documentation (http://www.soapui.org/apidocs/index.html) to find WsdlDataSinkTestStep and couldn't find it. Please advise.