Month: June 2021

  • API Testing Learning Path using Postman!!

      If you are new to APIs and API Testing, I suggest you to start with Postman. Why because is, Postman gives you a look and feel about the APIs. Also once you learn APIs and API Testing process better, then you can switch or learn any other API Testing tool based on your project…

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

  • Women in APIsβ€Š-β€ŠGET/Speaking Cohort program!!

    Hello Peeps, I came to know about β€œWomen in APIs” community through Hannah, the technical community manager @ Postman. This community is a part of apidays. You can check more about the community here, Women in APIs | apidays GlobalOrganisations need APIs, and APIs need people to bring them to life. At apidays, just like…

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