I want to use CSV Data Set Config to modify the path of a HTTP Request.
120,120 121,121
paraa, parab
/my/path/with/?{paraa}/?{parab}/
I tried and I failed.
Is there anyway to work this around?
Seems that you incorrectly refer jmeter variables. Try
/my/path/with/${paraa}/${parab}/
instead, where ${paraa}, ${parab} refer corresponding values extracted in CSV Data Set Config:
${paraa}, ${parab}
2.1m questions
2.1m answers
60 comments
57.0k users