In vREST, response validation is done with the help of various assertions and response validators. With the help of assertions, you can validate various response attributes like

Validating the response content, with the help of multiple assertions is a time consuming task. So, to ease this task further you can apply a single assertion to validate your response content with Default Validators or even Custom Validators. In validating response with response validators, you need to set the expected body / expected schema.

For more information on response validation, please read the following guide links:

Response Validation tab contains the following sub tabs:

  1. Assertions sub tab
  2. Expected Body sub tab
  3. Expected Schema sub tab