I'm having a REST API which pushes data whenever I call using GET method. I'm able to configure the REST API through HTTP request and also successfully gets the response with multiple values in JSON. Now I want to bind that json value to my recorded path to create the transaction which is configured for load testing. Please let me know how to do the mapping.
↧