0

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

Antoni
  • 39
  • 6

1 Answers1

1

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:

Dmitri T
  • 159,985
  • 5
  • 83
  • 133