in jmeter script, is it possible to skip the remaining transactions and go to next iteration based on a captured value?
eg:
Thread Group1: Sampler 1 Sampler 2 Sampler 3
whenever the value captured in Transaction 2 is 0, it should skip Transaction 3 and go to next iteration.