16 years ago
Many asynchronous responses
Hi everybody,
I need to test application where I receive many http responses for my request and I dont know how to handle this. My workflow:
- I send http request, then I get 200 Ok
- My request is processing further,and after that I get next respond.
I dont know how to test that, should I write some mock service? I found here http://www.eviware.com/forum/viewtopic.php?f=5&t=2720&p=9829&hilit=mock+servlet#p9829 that I can run mock service as http-servlet, but link doesnt work. It will be corect solution?
Thanks for any help
Sorry for inaccurate description.
alex
I need to test application where I receive many http responses for my request and I dont know how to handle this. My workflow:
- I send http request, then I get 200 Ok
- My request is processing further,and after that I get next respond.
I dont know how to test that, should I write some mock service? I found here http://www.eviware.com/forum/viewtopic.php?f=5&t=2720&p=9829&hilit=mock+servlet#p9829 that I can run mock service as http-servlet, but link doesnt work. It will be corect solution?
Thanks for any help
Sorry for inaccurate description.
alex