I have a test plan with the following structure:
SimpleController
HTTP-Sampler-1
HTTP-Sampler-2
HTTP-Sampler-3
HTTP-Sampler-4
HTTP-Sampler-5
HTTP-Sampler-6
HTTP-Sampler-7
This SimpleController
captures a "flow". Meaning that the samplers-1 through 7 is a "unit" meaning that after the HTTP-Sampler-7
sends its request there will be a specific result in the server back-end.
I am interested in sending 30000 "requests" in total to the server. When I say "request" I mean all samplers under the controller.
But I want to start each request in every X seconds.
- I mean that a thread should send
HTTP-Sampler-1
everyX
seconds.
Taking into account that the recommendation is to use ~300 threads what is the configuration I should use to accomplish my test?