Framework Mode - API versioning validation
Folder Structure
Postman-API-Versioning-Validation/
├── collections/
│ ├── v1_api_tests.postman_collection.json
│ ├── v2_api_tests.postman_collection.json
│ └── shared_tests.postman_collection.json
├── environments/
│ ├── dev.postman_environment.json
│ ├── staging.postman_environment.json
│ └── prod.postman_environment.json
├── scripts/
│ ├── pre-request-scripts/
│ │ └── set-version-header.js
│ └── test-scripts/
│ └── validate-version-response.js
├── reports/
│ └── test-run-reports/
├── README.md
└── postman_globals.json