-
How to easily locate your JSON object in your API response?
-
API Testing Learning Path using Postman!!
-
How to implement Data Driven Approach in Postman?
Hello Peeps, Welcome back!! Postman allows us to execute requests in a collection through the collection runner and while execution we can provide a data set in the form of JSON or CSV that are used while running the requests inside the collection. When To Use Data Variables? Data variables are used while we…
-
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…
-
Story of a beginner in API Testing…
-
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…
-
API Testing Tutorial
-
Smart Tests using Postman!!
-
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…
