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
Post a Comment