jmeter : while controller and csv -


i unable execute requests list of url given in csv file.

the sequence of execution follows:

 thread group          http authorization manager           while controller                  csv reader                  http sampler        summary results 

the questions specify in while controller list of url's specified in while controller invoked?

i tried both javascript , beanshell evaluation:

    ${__beanshell(!"${url}".equals("end"))} 

and ${url} - yet not records processed - idea how debug issue?

the issue related firewall authentication. there firewall authentication done prior accessing pages - 1 time activity. however, jmeter, authentication has part of script otherwise pages not accessible after period of time.

so work around first have firewall authentication done part of jmeter script , proceed page access.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -