200 distinct users will login independently and complete the transactions; one user will log in once, execute three orders simultaneously, and then log out.
So I need to set up a single thread group with a single CSV file to handle 200 individual users, each of whom should execute three jobs.
To pass the values, I used baolu-csv-data-file-config, and it worked.
And I used a stepping thread group, which is functioning, to add 200 users to a single thread group.
I now need to incorporate both into a single script.
If you want 200 users to execute actions and then shut down consider using "normal" Thread Group because Stepping Thread Group assumes letting user to run some time after it's started so it might be the case the user will execute the transaction more than once.
So configure it as follows:
Number of threads: 200
Loop Count: 1
Ramp-up period: according to your test scenario and the load you're trying to achieve. If you don't have better idea you can stick to JMeter documentation: