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 and Newman Report (How to run group requests in Postman and generate Newman report)
Postman: Postman is a collaboration and testing tool for APIs (Application Programming Interfaces) that work over the internet. API is...
Bhoomi Chakrani
Jun 26, 20254 min read


Deploying a Spring Boot mock REST API to AWS Elastic Beanstalk
Java Spring Boot: Spring Boot is an open-source Java framework used to create a Micro Service. Spring boot is developed by Pivotal Team,...
judefebi
Sep 5, 20244 min read


Path And Query Parameters in POSTMAN
REST APIs are a powerful way to interact with data and services over the internet. They use a consistent set of rules to define how data...
bhavanajetty
Sep 4, 20244 min read
bottom of page