Suppose my threads are 30 and iteration count is 1 and I have samplers such as:
sampler1
sampler2
sampler3
....
sampler10
Whenever I run the test plan with corresponding ramp up period some of my samplers are being executed concurrently I meant user 1 is executing sampler1 and also user 20 is executing same sampler which is absolutely fine but I want sampler3
to be executed in isolation i.e. when that sampler is being executed by someone no other user should try to access it.
Is there any way?
I am using Jmeter.
Thanks in advance