0

I'm trying to automatically trigger a soapui request with a groovy script when my mockservice receives a request. The request to trigger is based on a different WSDL than the service.

if possible, how would I go about to achieve the above?

Sorry if this is a totally stupid question...

4

1 回答 1

0

如果您有一个TestSuitefor theMockService和 SoapUIrequest作为一个,您可以通过它在脚本中TestStep的名称运行测试步骤OnRequestMockService

testRunner.runTestStepByName("AnotherSoapRequest")

于 2013-05-15T14:16:07.017 回答