sahosri
12 years agoNew Contributor
Multiple responses for same service
I have below current requirement for mockservices.
request ------>> MockService
<<------send the acknowledgement response
delay 5 secs (Mockservice process the final output)
<<----------------Sent the final response
This is to test provisioning webservice request where acknowledgement is sent as as get the request, then process the request and respond back with final result.
I don't want to use TestCase as it will limit the request process to 1. Is there any other alternative solution for this?
request ------>> MockService
<<------send the acknowledgement response
delay 5 secs (Mockservice process the final output)
<<----------------Sent the final response
This is to test provisioning webservice request where acknowledgement is sent as as get the request, then process the request and respond back with final result.
I don't want to use TestCase as it will limit the request process to 1. Is there any other alternative solution for this?