jmeter Json extractor data use as body data

946 views Asked by At

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

1

There are 1 answers

0
Dmitri T On BEST ANSWER

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: