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

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -