I want to use CSV Data Set Config to modify the path of a 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 and I failed.
Is there anyway to work this around?