Framework Mode - Collections and folders
Folder Structure of a Postman Test Project
Postman Workspace
├── Collections
│ ├── User Management
│ │ ├── Login Folder
│ │ │ ├── Login Request
│ │ │ └── Logout Request
│ │ └── Profile Folder
│ │ ├── Get Profile Request
│ │ └── Update Profile Request
│ └── Product Management
│ ├── List Products Folder
│ │ ├── Get All Products Request
│ │ └── Get Product By ID Request
│ └── Create Product Folder
│ └── Create New Product Request
├── Environments
│ ├── Development Environment
│ ├── Staging Environment
│ └── Production Environment
└── Globals
└── Global Variables