I've got a simple script : 1 thread group - loop 10, user 1 I want a user to send a request per second, so I've added **constant throughput timer ** set to 60.0
But my problem is that each request takes around 5 second to get response, that means that even with the timer,test looks like following : send request -> wait for response 5 seconds -> send another request -> wait again
So loop 10 will take around 50 seconds to finish. but I want : send request -> don't wait for response, after 1 second send again -> send again after 1 second -> send again after 1 second
I tried using constant throughput timer, but it doesn't help. don't have any other idea. one solution is to set timeout for the requests, but in this case connection will be closed, won't be it?
JMeter thread (and results analysis) model assumes waiting for the response before starting the next request so there is no way to do this.
The options are in: