Search code examples
jsonjmeterjson-extractpost-processor

jmeter Json extractor data use as body data


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


Solution

  • 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: