If I have a test plan that has a thread group with 1200 users and ramp-up period 60 seconds. I have understood that 20 users will be added every second. Does it mean that on the 60 seconds, I will have 1200 users doing the requests? How many users will be doing their requests on the 60th seconds?
0
votes
1 Answers
0
votes
It depends on 3 factors:
- The number of iterations in Thread Group
- The number of Samplers in your Test Plan
- Your application response time
If you configure Thread Group to loop forever
- the answer is yes, you will have 1200 users doing the requests after 60 seconds. In the other case the answer will be different, you can check how many virtual users are/were online using Active Threads Over Time listener (can be installed using JMeter Plugins Manager)