I am unable to execute all the GET requests to the list of URL given in the CSV file.
The sequence of execution is as follows:
Thread Group HTTP Authorization Manager While Controller CSV Reader HTTP Sampler Summary Results
The questions is what to specify in while controller so that all the list of url's specified in while controller are invoked:?
I tried both with javascript and beanshell evaluation: ${__BeanShell(!"${URL}".equals("end"))}
and also with ${URL} - yet not all records get processed - any idea how to debug this issue?
thanks!