as they are dummy samplers they don't have response time dependency from the server. So you are able to see the that some of the dummy samplers are hitting at same time, but in real time scenario all the sampler put in the direct thread group will execute sequentially. so the time stamp will be changed and then as you said all thread group will be executed once only even though the samplers are out of the critical section controller. As per my understanding this what happens in jmeter execution. I hope i'll get a reply on this comment 👍
GitHub Repo: github.com/QAInsights/Learn-JMeter-Series/tree/master/Season4/Critical%20Section%20Controller
Thank you sir for the help
nice video. I have also used timer in critical section controller to execute with wait time.
as they are dummy samplers they don't have response time dependency from the server. So you are able to see the that some of the dummy samplers are hitting at same time, but in real time scenario all the sampler put in the direct thread group will execute sequentially. so the time stamp will be changed and then as you said all thread group will be executed once only even though the samplers are out of the critical section controller. As per my understanding this what happens in jmeter execution. I hope i'll get a reply on this comment 👍