Can somebody please explain me how can I use JMeter for Feature testing?
I'm able to create multiple HTTP requests within a Testplan. But I need know the way to capture the previous API response and pass one of the response data to the next API request.
Eg: 1.Create Account. Request- POST: /account Response: ID: "Value"
- Read account Request- GET: /account/