Reputation: 25
I've executed 15 Thread group at time during performance test, but some of thread group didn't executed. Is there any limitation about number of thread group for test execution? Or how many number of active thread group can be executed at a time?
Upvotes: 0
Views: 541
Reputation: 168157
Theoretically the limit of Thread Groups in the Test Plan is as high as 32-bit Integer maximum value.
So you should not be experiencing problems with 15 Thread Groups given you're following JMeter Best Practices in particular:
If you still experience problems:
Upvotes: 1