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:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With