1
votes

I have 3 different scenario's in Jmeter which i have in a thread group under 3 throughput controller. Thread Group(4) -ThroughputController1 -50% -ThroughputController2 -25 % -ThroughputController3 -25 % When I run the test, calls to the method are made sequentially for all the controllers, Is there a way where i can run all the test scenario's concurrently.

1

1 Answers

2
votes
  • For running thread groups concurrently untick Run Thread Groups consecutively box in your Test Plan
  • Each JMeter thread executes samplers as they go upside down. If you want concurrency - add more threads and provide enough loops as if the thread doesn't have any more samplers to execute it's being shut down. If you want controlled concurrency - add a Constant Throughput Timer and specify desired number of requests per time unit.