Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHello,
I sent you a response via email, but I'll paste it here as well:
Sure, this should be possible using soapUI PRO. You can use a MockService, or possibly a simpler solution would be to just use a MockResponse TestStep. The MockService would run like a regular service, able to handle several requests. The MockResponse TestStep would basically wait for a single request, and then stop, moving to the next TestStep in your TestSuite. Using a MockResponse TestStep, you would basically add it to your current TestCase, so that you send the request to the Web Server first, then immediately after, the MockResponse awaits the request from the Web Server. You can add assertions to verify the request that the Web Server sends, if you like.
Regards,
Dain
eviware.com
I sent you a response via email, but I'll paste it here as well:
Sure, this should be possible using soapUI PRO. You can use a MockService, or possibly a simpler solution would be to just use a MockResponse TestStep. The MockService would run like a regular service, able to handle several requests. The MockResponse TestStep would basically wait for a single request, and then stop, moving to the next TestStep in your TestSuite. Using a MockResponse TestStep, you would basically add it to your current TestCase, so that you send the request to the Web Server first, then immediately after, the MockResponse awaits the request from the Web Server. You can add assertions to verify the request that the Web Server sends, if you like.
Regards,
Dain
eviware.com