Framework Mode - Workflow sequencing
Folder Structure
Postman-Workflow-Sequencing-Project/
├── collections/
│ ├── UserManagement.postman_collection.json
│ ├── OrderProcessing.postman_collection.json
│ └── InventoryManagement.postman_collection.json
├── environments/
│ ├── Development.postman_environment.json
│ ├── Staging.postman_environment.json
│ └── Production.postman_environment.json
├── scripts/
│ ├── pre-request-scripts/
│ │ └── authSetup.js
│ └── test-scripts/
│ └── validateResponse.js
├── data/
│ └── userData.json
├── reports/
│ └── test-run-report.html
├── postman_collection_runner.json
└── README.md