Response

Test Log Messages : The detailed information of all the steps and logs of the execution that is taking place on the API is displayed in this section.

Response Body: This is the output that you get through API for the data that was given in the Request Template.

Response Headers: API headers are like an extra source of information for each API call you make. Their job is to represent the meta-data associated with an API request and response.

Response Schema: This is the Validation section where we validate the output(Response Body) is equal to the Input(Request Template) from Request. Here If you have parameterized the request template data you will get the output based on the Default Params.

Header Schema: As the response Schema, header schema is similar to it. Assertion to the headers content actions are taken place here.

Data - This is where you get the filtered data that can be done by giving product element in the response schema.

Assertion Result -Here you get the assertion result that must be getting once the API is tested.

Last updated