Jmeter Add Variable to CSV Variable -


i have variable ${joinuserid} integer value generated regex extractor.

if put variable directly http request. works.

now, have csv file variable :

connector,element2,elementid 

and csv file contain :

member,unit,${joinusertid} 

it doesn't work, http request "${joinusertid}" not value of ${joinusertid}. can me or give me advice scenario?

thank you.

regards,

stefio

you can use ${__evalvar(query)}

so, ${__evalvar(elementid)} return integer value of joinuserid.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -