A Postman collection testing the JSONPlaceholder APIs, covering main API test scenarios.
- API tested: https://jsonplaceholder.typicode.com/users
- Purpose: Users API for testing purposes
- Scope: 5 endpoints covering GET, POST, PUT, DELETE HTTP methods
- Postman (collection design, test scripts, collection variables)
| Category | Description |
|---|---|
| Response Time | Verifies the API responds within an acceptable time threshold |
| Status Code | Verifies the API returns the correct HTTP status code |
| Response Data | Verifies the response body contains the expected fields, values, and structure |
/collections → Postman collection JSON file(s)
README.md
- Clone or download this repository.
- Open Postman → Import → select the collection JSON from
/collections. - Set the
baseUrlvariable (and any other required variables) to your own endpoint. - Run individual requests, or use Collection Runner to execute the full suite.