Framework Mode - Chaining request data
Folder Structure for Postman Test Collections
PostmanProject/ ├── collections/ │ ├── UserManagement.postman_collection.json │ ├── OrderProcessing.postman_collection.json │ └── Authentication.postman_collection.json ├── environments/ │ ├── Dev.postman_environment.json │ ├── Staging.postman_environment.json │ └── Production.postman_environment.json ├── scripts/ │ ├── pre-request-scripts/ │ │ └── authTokenSetup.js │ └── test-scripts/ │ └── validateResponse.js ├── data/ │ └── userData.json ├── reports/ │ └── test-run-report.html └── postman_collection_runner.json