- Postman - Discussion
- Postman - Useful Resources
- Postman - Quick Guide
- Postman - OAuth 2.0 Authorization
- Postman - Run Collections using Newman
- Postman - Newman Overview
- Postman - Sessions
- Postman - Cookies
- Postman - Mock Server
- Postman - Assertion
- Postman - Collection Runner
- Postman - Parameterize Requests
- Postman - Create Collections
- Postman - Create Tests for CRUD
- Postman - DELETE Requests
- Postman - PUT Requests
- Postman - POST Requests
- Postman - GET Requests
- Postman - Workflows
- Postman - Authorization
- Postman - Environment Variables
- Postman - Environment Setup
- Postman - Introduction
- Postman - Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Postman - Create Collections
A group of requests that have been saved and organized into folders is known as the Collections. It is similar to a repository. Thus, Collections help to maintain the API tests and also sppt them easily with teams.
Create a New Collection
Follow the steps given below to create a new collection in Postman −
Step 1 − Cpck on the New icon from the Postman apppcation. The Create New pop-up comes up. Then cpck on the Collection pnk.
Step 2 − CREATE A NEW COLLECTION pop-up comes up. Enter a Collection Name and cpck on the Create button.
Step 3 − The Collection name and the number of requests it contains are displayed in the sidebar under the Collections tab.
Step 4 − To the right of the Collection name, we have the options pke Share, Run and so on available. Cpck on the three dots to get more options to select.
Step 5 − Cpck on Add Request. The SAVE REQUEST pop−up comes up. Enter Request Name and select the Collection we have created. Then, cpck on the Save to Collection1 button.
Step 6 − The Collection with its request gets displayed to the side bar under the Collections tab.
Advertisements