Answered question

How to bind the response value in JSON format from REST API?

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.

Manigandan R.
Manigandan R.

Manigandan R.

Level
0
1 / 100
point
christophe M.
christophe M.

christophe M.

Level
4
5000 / 5000
points
Team

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...

Did you find this useful ?

No (0)

Yes (1)

100%

100% of users found this answer useful

Other answers

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

when you say bind JSON, are you referring to parameterising the request with test data?