Reputation: 73
I need to create a Thread Group Using JMeter with 5 Thread Groups.
This is how I want this test to run:
Really appreciate if you can guide me to achieve this task.
Thanks in Advance.
Upvotes: 0
Views: 105
Reputation: 168002
If you don't need to pass anything between the Thread Groups the easiest would be just putting all the requests under one Thread Group and control the concurrency using Parallel Controller
Both plugins can be installed using JMeter Plugins Manager
Upvotes: 1