How can i do parameterization for multiple json files or payload in jmeter.
I am trying to to parameterization for json payload in jmeter.
How can i do parameterization for multiple json files or payload in jmeter.
I am trying to to parameterization for json payload in jmeter.
If you plan to use JMeter Functions or Variables inside the JSON file(s) and want JMeter to evaluate the variables "on the fly" - make sure to wrap calls to them into __eval() function like:
${__eval(${__FileToString(/path/to/file.json,,)})}
More information: Here’s What to Do to Combine Multiple JMeter Variables