Jmeter summary report when using loops -


currently have project http requests. pulls urls csv file using loop.

this works me. when @ summary report gives me results of 1 request (http) rather requests each url in csv file. there way show each url in summary report when using loop controller?

set name of sampler :

  • url-${url_var_csv}

where url_var_csv variable name used in csv dataset.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -