I have a question about using http request in Jmeter
I created a json request. and I tried to pass parameters that I used in previous steps (I saved it using vars.put("Expected_Offer_Name").
I would like to use vars.get("Expected_Offer_Name"), as parameter, but Jmeter refuse to use this parameter.
But when I use "${Expected_Offer_Name}" it worked OK. 1. what is the difference? in both cases I Want to pass a string parameter. 2. Is their a way to use vars,get instead.
[
][Not working]
[
][Working]
Is their a way to use vars.get in the json's http request
