Reputation: 2935
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?
Upvotes: 15
Views: 25514
Reputation: 15400
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/
Upvotes: 12