API Testing Portfolio
Example API test suite: positive/negative checks, status codes, response body validation, boundary cases, and clear test documentation.
View details โGET /api/users/1
200 OK
POST /api/login
400 Bad Request
Assert:
- status code
- response schema
- error message