Category: Uncategorized

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

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

  • Story of a beginner in API Testing…

    Even after many years of experience in Quality Assurance, I was a bit intrigued when I heard the term “API Testing” for the first time. Around two years back when I started with API Testing, it was entirely new to me. I was literally scared and not sure how to proceed. That we were provided…

  • Everything you need to know about JavaScript!!

     When I started learning JS, I used many sources. And of course I have written few articles on JS functions and methods. So I thought of clubbing the simple tricks and basics for JS in single place. Lets start with the variables. 1.Variables: var, const, let var: The most common variable. Can be reassigned but…

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

  • Postman API!!

     Yes, Postman is used by millions of users due to its usability and features. But different people use Postman for different purposes and with different tools. For that purpose Postman as such have few API’s to help users in different contexts. I am writing this post inspired by a question from the Postman Community Forum.…

  • Global functions of JavaScript!!!

    Some basic knowledge about JavaScript will help you to write better scripts in Postman for your API testing automation. We will look about some global functions and their usage. Once you learn you will know when and where to use in your script. These global functions called globally, rather than on an object directly return…

  • SOAP API Testing Using Postman!!

    People usually call Postman as REST API testing tool. Well, actually it’s not. I have written few tests for Public SOAP API’s which could be definitely useful for the beginners especially with SOAP and Postman. Below is the public collection, you can download and see the different scripts written for a SOAP API Testing via…

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