I have two loop controllers inside a simple controller.
But it stops running after the execution of first loop even if the results is successful.
Structure is given below
ThreadGroup
Simple Controller 1
HTTP Request
Loop Controller1 (Loops 10 times with a CSV file)
Loop Controller2 (Loops 25 times with another CSV file)
Simple Controller 2
HTTP Request 1
HTTP Request 2
HTTP Request 3
Loop Controller 3 (Loops 15 times 3rd CSV file)
But execution stops after completing Loop controller 2. It doesn’t go for the Loop controller 2 or doesn’t start Simple Controller 2. If Simple Controller 1 is disabled, it will run Simple Controller 2 successfully.
Any suggestion will be of great help.
Thanks
Source: Read More