Answers for "how to test response in postman"

0

how to test response in postman

Basicall we are checking response body
to verify if request matches with response.
In the response we are verifying
(body, status code, header, response time,
 test structure of json against the given jsonSchema)
Posted by: Guest on January-13-2021

Browse Popular Code Answers by Language