Framework Mode - Folder hierarchy
Folder Structure
Postman-Tests/ ├── Collections/ │ ├── UserManagement.postman_collection.json │ ├── ProductAPI.postman_collection.json │ └── Auth.postman_collection.json ├── Environments/ │ ├── Development.postman_environment.json │ ├── Staging.postman_environment.json │ └── Production.postman_environment.json ├── Globals/ │ └── globals.postman_globals.json ├── Scripts/ │ ├── pre-request-scripts.js │ └── test-scripts.js ├── Data/ │ ├── user-data.json │ └── product-data.json ├── Reports/ │ └── test-run-report.html └── README.md