Framework Mode - REST API fundamentals review
Folder Structure
rest-api-testing-project/ ├── collections/ │ └── api-tests.postman_collection.json ├── environments/ │ ├── dev.postman_environment.json │ ├── staging.postman_environment.json │ └── prod.postman_environment.json ├── scripts/ │ ├── pre-request-scripts.js │ └── test-scripts.js ├── reports/ │ └── test-report.html ├── README.md └── postman.config.json