Home > other >  jmeter Json extractor data use as body data
jmeter Json extractor data use as body data

Time:04-07

i'm new in jmeter and i found that jmter json extractor can get data from the json respon, i already used the json extractor and i got the json path expression like this

enter image description here

my question, can i use the $.key as body data request "temporaryKey" variables?

enter image description here

CodePudding user response:

Sure just replace the value with ${Temporary_key} JMeter Variable reference, JMeter will resolve the variable value and replace it in the runtime.

More information:

  • Related