This project involved the technical analysis and validation of the Urban Grocers API following the implementation of platform updates regarding kit management and delivery services. The objective was to ensure the API supports new business requirements without compromising existing data integrity.
- Postman: Test execution, endpoint validation, and request-response analysis.
- Jira: Defect management and documentation of detailed bug reports.
- Swagger / ApiDoc: Technical documentation analysis for test case design.
- API Analysis: Verified data exchange protocols and validated data accuracy across 4 specific endpoints.
- Test Design: Implemented equivalence partitioning, boundary value analysis, and executed positive and negative testing.
- Defect Management: Documented bug reports in Jira including method, URL, description, and detailed request/response bodies.
- Test Documentation: Structured professional checklists ensuring coverage of multiple API behavior scenarios.
| Method | Endpoint | Test Objective | Result |
|---|---|---|---|
| GET | /api/v1/kits | Validate retrieval of updated kits. | Passed |
| POST | /api/v1/orders | Verify order creation with delivery services. | Passed |
| PUT | /api/v1/kits/:id | Test kit modification under new requirements. | Passed |
| DELETE | /api/v1/orders/:id | Ensure deletion of services based on business logic. | Passed |
Project completed as part of the QA Engineer Bootcamp at TripleTen.
Contact: [email protected]


