I want to do "while" controller goes to the next controller when it reads EOF from CSV in JMeter. The while loop stops, but it iterates for 1 more time, I mean to say it does not need to iterate when it detects EOF. When I choose Stop thread on the EOF value as "True". The while loop stops and does not go for next loop.
I need to go to the next loop controller when the CSV file detects EOF without iterating one more loop.
Thanks in advance.