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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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