java - Jmeter - simulating more complex load scenarios? -


I am experimenting with JMT, and I want to know the best way to accomplish this: < P> 20 users are logging on application for more than 20 minutes, and before logging in a 20-minute period, there are some tasks for 20 minutes. To wit. 200 users log on, and once they are all logged on, a 20-minute timer starts. After 20 minutes, start logging on as soon as possible as soon as possible.

I know that this may or may not be a real test scenario, but I want to see if it is possible.

I have a test plan by which a user logs on, performs some action, and then logs off. I do not know how I can ramp up and ramp down.

In the test plan, set an option to "run thread groups continuously" to check it.

Then add 3 thread groups to your test plan. Let me first (20 threads, loop count 1, ramp up 1), Ultimate Thread Group (20 threads to start immediately and load holding for 20 minutes) and second for thread group (20 threads, loop count 1, ramp up time 1).

Keep proper samples inside each TG - firstly just logs in, the second acts, the third logs.

That's it. If you have any problems - then let me know.

Comments