Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.
Hereโs an outline with best practices for making your inquiry.
My question: Is there a way to store a Json Response to a variable so that I may run the request again in the future to verify that the response does not change.
Details (like screenshots):
Currently, I use SoapUI for API regression testing. The reason I use SoupUI for Regression testing is because it is easy to save xpath or json responses in the request, run the request later and verify that the response has not changed.
I have figured out how to parse responses for individual element response values but we have so many elements in our response and so many requests in our Regression suite that going through each one would be time consuming.
Basically, I would like to run a request in postman. Save the Response. Deploy changes to our software. And then run the request again and validate that the response did not change.