Framework Mode - Response size
Folder Structure for Postman API Testing
postman-project/
├── collections/
│ └── api-collection.json # Postman collection with API requests
├── environments/
│ ├── dev.postman_environment.json
│ ├── staging.postman_environment.json
│ └── prod.postman_environment.json
├── tests/
│ └── responseSizeTests.js # Scripts for response size validation
├── reports/
│ └── mochawesome-report/ # Generated test reports
├── scripts/
│ └── utils.js # Helper functions for tests
├── postman.config.json # Configuration for Newman CLI runs
└── README.md