Framework Mode - Response headers
Folder Structure for Postman API Testing
postman-project/
├── collections/
│ └── api-collection.json # API requests organized in folders
├── environments/
│ ├── dev.postman_environment.json
│ ├── staging.postman_environment.json
│ └── prod.postman_environment.json
├── tests/
│ └── response-header-tests.js # Scripts to validate response headers
├── reports/
│ └── test-report.html # Generated test reports
├── scripts/
│ └── utils.js # Helper functions for tests
└── postman.config.json # Configuration for Newman CLI runs