0
votes

Hi how can I implement the following scenerio in Jmeter. 1. Thread group starts 5 threads. 2. 5 threads starts there execution. 3. all the thread pause until sampler is exteded(need to be executed only ones by any thread). 4. after execution of the sampler, all the threads resume their execution.

Updated the question and image.

Is there any way to pause all the threads until, samplerA is executed by any thread ( irrespective of the thread count this need to be executed only once) after execution of this sampler all the threads can continue execution. Click for the image

1
you need request 1 to be only once per thread or per test? - user7294900
sorry , updated the question. I want to pause all the the threads in the group until a sampler is executed then resume all the threads execution. ( Note : the sampler need to be executed once irrespective of the thread count.) - Hexgear

1 Answers

0
votes

Organize your test as follows:

Demo (pay attention to timestamps)

JMeter Thread Synchronization Demo