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.
I'm not sure to understand your question, do want to extract data from the response to inject it into a next request?
You can set a JSONPath extractor on the response (see Variable Extractors in the Advanced Settings), see https://www.neotys.com/documents/doc/neoload/latest/en/ht...
when you say bind JSON, are you referring to parameterising the request with test data?
christophe was made best respondent
Neil was made best respondent
Neil answered
christophe answered
Manigandan posted a new question