Month: September 2021

  • ASSERTIONS IN POSTMAN

    Hello everyone, So far we learned about the basics of API, how to build an API request, Examples of REST and SOAP API, and how to do a JSON schema validation for your responses. Other than schema validation, we have to check some more attributes from the API response. So how do we do that?…