TC Response Validation tab
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
- Status Code,Â
- Response Headers,Â
- Response Time,Â
- Response Content (Text Body or JSON Body or XML Body)
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: