Framework Mode - Setting variables from response
Folder Structure
PostmanCollectionProject/ ├── collections/ │ └── api-collection.json ├── environments/ │ ├── dev.postman_environment.json │ ├── staging.postman_environment.json │ └── prod.postman_environment.json ├── tests/ │ └── scripts/ │ └── setVariablesFromResponse.js ├── globals/ │ └── global-variables.json └── README.md
This structure organizes Postman collections, environment files, test scripts, and global variables separately for clarity and reuse.