Ravi Shekhar
Ravi Shekhar

Reputation: 2935

In Jmeter how to use response json data as next request parameter

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

Answers (1)

vins
vins

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

Related Questions