I have a structure where in I have multiple controllers in a thread group. Second controller is depended on first. Controller 1 and 2 csv file will have multiple records.
I have divided the tasks in multiple user threads. As of now, I am enabling first then executing the tasks. Then once the first is done, I am disabling that and enabling teh second one and starting. Is there a way where we can say that the second will only run once first has completed the operation?? Does Jmeter allow this type of execution ?