top of page
All Blogs
Search
Understanding APIs and Postman - Concepts and workflow in Postman.
If you are stepping into the world of software development, testing, or automation, you have probably heard terms like API, Postman, collections, or status codes. This blog breaks them down in a clear, practical way so you can understand what they are, why we need them, how to use it. What is API? An API (Application Programming interface) is a bridge that allows two software system to communicate with each other . Think of it like a waiter in a restaurant. you (client) place
Sivaranjani Subbarayan
Apr 273 min read


Postman collections for API Testing
POSTMAN: Postman is a popular tool for API development, testing, and debugging. It is an HTTP Client that tests HTTP requests. It allows...
kiruthika Sekar
Apr 30, 20254 min read


Data Driven Testing in Postman using single json file
This blog post explains on how to use a single json input file to achieve Data Driven testing in Postman
Twinkle Jain
Jul 15, 20234 min read
bottom of page