Tag: Assertions

  • Importing Swagger files into Postman

    Β  Hello Peeps, How are you doing? I am back with a simple blog post this time. When I was running my internal Postman workshop, one of the attendees had a question if there’s an option to migrate from Swagger to Postman. She mentioned that they are using Swagger to hit the endpoints of the…

  • 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?…