How to fire 10 requests per second instead of waiting for previous threads to complete in jmeter.
Need to hit 1000 times,
Currently the below configuration in Thread Group, Number of users : 10 Loop :100
I guess the thread is waiting to get response even after second.
But I need to fire 10 requests per second irrespective of response.
Constant Throughput Timer will be useful to do this ? if that is the case what configuration I should provide .
Any help is highly appreciated..