Response Validation against a previous response

Hi @oberryt12 :wave:

Yes, its possible. You just need to save the entire response is it?

There are different types of variables in Postman. So you can store the entire response or as you mentioned above parsing, you can store particular element to chain the requests as well.

Based on the info you have provided above,

  1. Refer the similar post in the forum.
  2. Now you have response value
  3. When you hit the requests again, add a assertion to validate the older response is matching the new response

Hope this helps :blush: