harmony
9 years agoNew Contributor
Running Datasource test step using WsdlTestCaseRunner
I am using WsdlTestCaseRunner in my java program to run my SOAP test. The SOAP test was created using SOAP UI Pro. In my java code, I have defined the project to be of type WsdlProjectPro.
When I run a SOAP project xml with WsdlTestCaseRunner, I see the normal rest calls executing as expected.
However I dont get the Datasource step running.
Can anyone help me with a solution for getting the datasource step executed?
I see classes "com.eviware.soapui.impl.wsdl.teststeps.datasource", "com.eviware.soapui.impl.wsdl.teststeps.WsdlDataSourceTestStep", but not sure of methods that will be helpful.