Postman is an API platform for building and using APIs. It simplifies each step of the API lifecycle and streamlines collaboration, so you can create better APIs—faster. It is a lightweight, fast GUI that allows a user to test an API through a number of HTTP requests including GET, PUT, POST, PATCH, and DELETE. It allows users to create and share API requests, which can also be added to a Collection, allowing requests to be grouped together as required.

Category 1: Basic Operations in Postman
| Chapter 1 How to send GET Requests in Postman? | |
| Chapter 2 How to send POST Requests in Postman? | |
| Chapter 3 How to send PUT Requests in Postman? | |
| Chapter 4 How to send DELETE Requests in Postman? | |
| Chapter 5 How to send PATCH Requests in Postman? | |
| Chapter 6 How to send SOAP request in Postman? | |
| Chapter 7 How to Set Content-Type in Postman: A Simple Guide – NEW |
Category 2: Advanced Features and Testing
| Chapter 1 Data Driven Testing in Postman |
| Chapter 2 How to create Tests in Postman |
| Chapter 3 What is API Chaining in Postman? |
Category 3: Collections Management
| Chapter 1 What is Collection in Postman? |
| Chapter 2 How to create an environment in Postman |
| Chapter 3 How to import Collection into Postman? |
| Chapter 4 How to create an environment in Postman |
| Chapter 5 How to schedule Collection run in Postman? |
| Chapter 6 How to run Collections remotely in Postman? |
| Chapter 7 How to push Postman Collection scripts in GitHub |
Category 4: Command Line and Report Generation
| Chapter 1 How to run Postman requests from the command line |
| Chapter 2 How to generate Newman HTML Report? |
| Chapter 3 How to generate Newman Report in Jenkins |
Category 5: Integration and Automation
| Chapter 1 Integration of Postman with Jenkins |
Authentication in Postman
| Chapter 1 Basic Authentication with Postman |
| Chapter 2 Digest Authentication with Postman |
| Chapter 3 How to pass basic authorization token in header in Postman |
| Chapter 4 How to generate an access token and pass to another request in Postman? – NEW |