I am using Jmeter
to test my rest services. One rest call returns list of employees in JSON format. I need to parse this response and send it as parameter in next rest call to get employee details.
Is there any way to do so from JMeter
tool?
I am using Jmeter
to test my rest services. One rest call returns list of employees in JSON format. I need to parse this response and send it as parameter in next rest call to get employee details.
Is there any way to do so from JMeter
tool?
Yes. It can be done in many ways. Please check this link below.
http://eclipsesource.com/blogs/2014/06/12/parsing-json-responses-with-jmeter/