Tag: variables

  • What are the different types of variables in Postman? How and when to use them?

    Β Dear People, I hope you are all safe! Today we are going to learn something in Postman which will be very helpful and save our time in most of the scenarios. If you have worked on any programming language, you would have worked with variables with different scopes. They are nothing but placeholders to hold…

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