tdihp
tdihp

Reputation: 2399

use csv parameters in jmeter httprequest path

I want to use CSV Data Set Config to modify the path of a HTTP Request.

I tried and I failed.

Is there anyway to work this around?

Upvotes: 6

Views: 23907

Answers (1)

Aliaksandr Belik
Aliaksandr Belik

Reputation: 12873

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:

enter image description here

Upvotes: 20

Related Questions