Tag: Automated API Testing

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

  • How to build different HTTP Requests in Postman?

    Hello People!! How are you all?Β  We can discuss about the basic request building part in Postman. HTTP (HyperText Transfer Protocol) is the protocol used to send and receive data over the Internet. When you make an API call, an HTTP client sends a request to an HTTP server, which then sends back a response…

  • How to easily locate your JSON object in your API response?

     Dear People, I hope you are safe and doing good. When I started with API Testing, JSON format was quite new to me. But somehow I liked it due to it’s readability. Due to the love for that, currently I have updated my bio in many places in JSON format. Okay, let me explain why…

  • Useful JavaScript methods for handling arrays in API Testing using Postman!!

    When I started using Postman, JavaScript was completely new to me, those Syntax, Statements etc.. I have quite some knowledge of Java, but nowhere those are related to JS:-) ha ha ha… When you are Testing your API, most of the times you need handle JSON Arrays . Based on my experience I would say,…

  • How and Where to start learning API Testing and Postman??

    Hello Guys!! Hope you are doing well. I am getting this question frequently and I thought of summing up the points which will help out the Test Engineers who are aspiring to start their career/to add API Testing skillset to their bucket. You are already into Testing for few years, and wondering what’s this API…

  • API Testing Tutorial

    Dear Folks, Hope you all are safe and healthy!! I have prepared a document on API basics and API Testing for a session in my office. Every API tester would need to know more about the API jargon and that will really help them to understand the APIs and test better… So I am attaching…

  • Smart Tests using Postman!!

    Β When you are planning to write Tests for an API, make sure to write it in a way where the dynamic variables are used wherever possible, because this will help you to cover new scenarios for every run. If you are executing a UI test case, for every run you want toΒ test with dynamic or…