Tag: Postman

  • Postman 101!!

    Dear Community, Hope you all are safe and healthy! It’s time to go back to some basics. We will discuss few basic things about API’s and Postman here. What is Postman? Postman is a platform to build, test, design, modify, and document APIs. It is a simple Graphic User Interface for sending and viewing HTTP requests…

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

  • My journey with Postman!!

    Dear People,  Hope you are all safe and healthy… I was thinking for a while to pen down this post. How it started? Almost like most of you guys, I too started Postman for testing the API’s manually. The developers will provide us set of collections where-in the credentials will be stored (some generic ones for…

  • HTTP Response codes

    If you are into API Testing recently, it’s good to have an understanding of the API response codes. A good API will be able to handle the response codes appropriately.  Let’s have a look at the commonly used response codes: 200 (OK): It indicates that the REST API successfully carried out whatever action the client…

  • Google Chat API – Adding to the Existing requests for receiving notifications upon completion

    Dear Folks, Hope all of you are safe and healthy 🙂 If you have just started API testing with Postman, or executing a small set of test cases, else if you are in the learning phase, this google chat API will be really helpful for you. You need to be informed about the completion of…

  • How to create realistic bulk data for Tests? Mockaroo - A boon for Test Data creation!!

    Mockaroo helps in creating realistic and bulk Test data in a jiffy!! This helps you to create realistic Test data, and also a number of data requests in just a single click. Step 1: Create your account: Step 2: Navigate to the “SCHEMAS” tab, to create a Schema based on your Test Data requirement. And…