Tuesday 15 January 2013

java - testing an asynchronous web service using JMeter -


I want to use JMT to test an asynchronous web service. That is, the use of JMater is used to send SOAP requests to implement a webservice (some WSDL-defined routines) and later the webservice for execution will queue these tasks. It will answer with each information executed for each operation.

I would like to be able to track the latency between requests and responses to each request sent

Since the request and response are asynchronously, let me mapping each request What I will send is the response that can come back later.

Is anyone the easiest way to do this in JMT?

Thanks in advance

In the simplest way I see that every user The emulation thread is set up

After sending the request, the thread choice for the response, which will work as a browser.

Obviously, this can not be done when the time between the request and the response is longer, and / or the volume becomes very large. In this case, you may be able to log on to each event And will need to observe the period of time.


No comments:

Post a Comment