Postman Tutorial #6 – What is Collection | How to Create Collections

In this Postman tutorial we will learn what is collection and how to create collections in Postman.

Organizing your tests and requests in collections is very important for maintainability of your tests in Postman.

Postman Tutorial #7 – How to Send POST Request with Postman

In this Postman tutorial we will learn how to send POST request with Postman tool.

We will learn how to form the JSON body and send your first POST request in postman.

Postman Tutorial #8 – How to Send PUT Request in Postman

In this Postman Tutorial we will understand how to Send PUT request. PUT request is used to update the resource and we will explain PUT request from Postman with real life REST API Asana.

Postman Tutorial #9 – How to Send DELETE Request in Postman

In this Postman Tutorial we will learn how to Send DELETE Request in Postman API testing.

Postman Tutorial #10 – Query and Path Parameters in Postman

In this Postman Tutorial we will understand about query and path parameters in Postman and how to use these parameters in Postman API testing.