0

I have a test plan where i have added stepped thread group with the following settings and i want to run it for 1 hr for 1000 users, with this settings it is taking more than 1hr. can anyone please guide?

also what is the calculation of it to calculate that how many users will take how much time to run with this settings image1

Neha Bansal
  • 87
  • 1
  • 1
  • 8

1 Answers1

0

If you want just 1000 users for one hour just go for normal Thread Group.

enter image description here

If you're forced to use Stepping Thread Group it would be something like:

enter image description here

If you want to gradually increase the load

enter image description here

For any other "calculations" make sure that the duration of each ramp-up step multiplied by the number of steps plus time to hold the load does not exceed 3600 or whatever is your desired test duration

Dmitri T
  • 159,985
  • 5
  • 83
  • 133