DavidS
13 years agoOccasional Contributor
Setting testCase properties from mockWebservice
Hi all,
i would like to set properties of a testCase from within a mockService. How can i do this?
I call the testCase like this:
Thanks for the help,
DS
i would like to set properties of a testCase from within a mockService. How can i do this?
I call the testCase like this:
import com.eviware.soapui.impl.wsdl.*
WsdlProject proj = mockRunner.getMockService().getProject();
for(WsdlTestSuite suite : proj.getTestSuiteList())
{
com.eviware.soapui.model.testsuite.TestSuiteRunner runner = suite.run((com.eviware.soapui.support.types.StringToObjectMap)context, true)
}
Thanks for the help,
DS