load testing - use csv parameters in jmeter httprequest path -
load testing - use csv parameters in jmeter httprequest path -
i want utilize csv info set config modify path of http request.
my csv file: 120,120 121,121 my csv variable names:paraa, parab
. my http request path: /my/path/with/?{paraa}/?{parab}/
. i tried , failed.
is there anyway work around?
seems incorrectly refer jmeter variables. try
/my/path/with/${paraa}/${parab}/
instead, ${paraa}, ${parab}
refer corresponding values extracted in csv info set config:
jmeter load-testing
Comments
Post a Comment