Hands-on API testing project to demonstrate REST API testing skills using Postman.
DummyJSON Auth: https://dummyjson.com/docs/auth
Tested endpoints:
- POST /auth/login — success (get access token)
- GET /auth/me — authorized request (Bearer token)
- POST /auth/login — negative case (invalid payload → 400)
- Postman collection: postman/collection.json
- Environment template: postman/environment.example.json
- Import the collection and the environment into Postman
- Select environment
qa_api_project - Run requests:
- Login - success
- GET current auth user
- Login - invalid payload
Results: 3 requests • 1 auth flow • 1 negative case