Scenario - System should able to handle 1000 simultaneous users logged-in, and 500 users also active at the same time in the system.
Asked
Active
Viewed 83 times
1 Answers
0
Normally you should use different Thread Groups for representing different groups of business users so just add 2 Thread Groups, one with 1000 "logged-in" users and another one with 500 users which are "active" (whatever it means).
Then add HTTP Request samplers to implement your users activities (you can even record and replay the test scenarios using HTTP(S) Test Script Recorder)
If you already have implemented these user flows and just want to divide 1500 users into 1000 and 500 doing different actions within the bounds of the singe Thread Group- put them under 2 Throughput Controllers
More information: Running JMeter Samplers with Defined Percentage Probability

Dmitri T
- 159,985
- 5
- 83
- 133
-
Can't we use Ultimate thread group to manipulate this scenario? – Subodhya May 21 '21 at 07:26