Framework Mode - Form-data body
Folder Structure for Postman Test Collections
Postman-Tests/
├── Collections/
│ ├── UserAPI.postman_collection.json
│ ├── ProductAPI.postman_collection.json
│ └── AuthAPI.postman_collection.json
├── Environments/
│ ├── Dev.postman_environment.json
│ ├── Staging.postman_environment.json
│ └── Prod.postman_environment.json
├── Scripts/
│ ├── pre-request-scripts.js
│ └── test-scripts.js
├── Data/
│ └── form-data-samples.json
└── README.md