let say i want to test the same http request for 10 users, 25 users ,50 users and 100 users separately and generate a report for each group of users. One solution is to manually create as many thread group as a number of group of users:
- ThreadGroup for 10 users
- ThreadGroup for 25 users
- ...
is there any other solution to create this plan in jmeter?