| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This project demonstrates end-to-end REST API testing of an e-commerce backend using Postman.
The goal of the project is to simulate the real responsibilities of a QA / Backend Tester including authentication handling, request chaining, CRUD validation, automated assertions, and execution of a full API test suite.
The APIs are tested against the public DummyJSON REST service.
Login using valid credentials and capture access token.
Token dynamically saved into environment and used to access protected endpoint /auth/me.
Base URL and token handled using Postman environment variables.
Fetching records from the backend server.
Automated test scripts verifying response status and data.
Creating a new resource via API.
Updating server data.
Deleting a record from backend.
Login with invalid credentials and validation of error response.
Verification of response JSON structure.
Unauthorized access blocked (401 response).
Testing non-existing resources (404 response).
Execution of complete API suite using Postman Runner.
Through this project I learned:
Swayam Uniyal
Aspiring QA Engineer | API Testing | Manual Testing | Automation (Learning)
| Back | FazBrowse Home | New Git URL |