We have seen creating environment and global variables manually. You can refer them here:- Understand Environment & Variables in Postman…
We know that we can write Pre-request scripts and Tests scripts for a request, collection and folder in a collection…
Debugging and logging are very important when you are trying to develop/test something. During development or Testing of any software…
If you think Postman is only for static or manual testing, you are not correct. We can do automation testing…
Hello Folks, We have already seen Creating a collection and storing requests in it. Let’s perform below steps:- Create a…
Hello Folks, We have already seen below topics:- Introduction to Collections in Postman Creating a Collection in Postman In this…
This post will cover below topics:- How to create a collection in Postman? In how many ways, we can create…
Hello folks, We have already seen creating, managing and using environment variables in Postman. We can select only single environment…
In last post, We have already seen about Understanding on Environment and Global variables. In this post we will see…
Let’s start with Variables first:- A variable is a container which holds information that could be changed. If you have…