I try to iterate on a .csv
file with a While Controller
. I want only one iteration.
The condition used for stop the loop is the follwing one : ${__javaScript(vars.get("TestCaseName") != "")}
Thread Group config
- Number of Threads : 1
- Ramp-Up Period :
- Loop count : 1
CSV Data Set Config
- Variable Names : TestCaseName
- Recycle on EOF : False
- Stop thread on EOF : True
- Sharing mode : Current thread
However, an infine loop is generated...
Can you help me please?
Thank you !