For instance, there’s a thread group named login.
Now this login thread group has 10 request the place all requests are parameterized(One API request depending on different) and time b/w request is 1 secs(Used fixed timer)
My query is what’s the required ramp up second for thread group?
In keeping with precise calculation learn from numerous sources.If i give thread rely 50 and ramp-up seconds as 50 then the time b/w thread is 1 seconds the place 50 customers will probably be created in 50 seconds but when i take advantage of this state of affairs how the time b/w request contained in the thread will probably be dealt with.To run 10 request a minimum of jmeter want 10 seconds since i’ve used timer
If my state of affairs is appropriate then the precise rampup seconds will probably be depending on variety of request and time b/w request.
Then the Ramp-up-seconds ought to by calculated as beneath
Ramp-up-seconds=product of(No of requests,time b/w requests inside thread,No of thread rely)
Please make some evaluation on my state of affairs and supply a reply. If i work with precise Ramp-up-second calculation API paramaratization does not works correctly and my jmeter load check script will get failed
Jmeter Check script will probably be like as beneath
- Make login: Will carry out login and extract the authorization token for additional requests
- create Consumer: Will created consumer and createduserid will probably be extracted from response
- Fetch Consumer Element: Will fetch the userdetail for created userid
- Logout: Will carry out logout
So this needs to be occur in sequence
and the time b/w request inside thread is 1 seconds used fixed timer