Framework Mode - Setting variables in scripts
Folder Structure for Postman Test Automation
PostmanProject/ ├── collections/ │ └── MyAPICollection.postman_collection.json ├── environments/ │ ├── dev.postman_environment.json │ ├── staging.postman_environment.json │ └── prod.postman_environment.json ├── scripts/ │ ├── pre-request-scripts/ │ │ └── setVariables.js │ └── test-scripts/ │ └── validateResponse.js ├── globals.json └── README.md