Month: May 2021

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