Projects

Projects

Case studies showing scope, testing types, artifacts, findings, and impact.

Web Testing Project

E-commerce website testing

Validated product listing, cart logic, checkout, form behavior, and responsive layout across breakpoints and browsers.

Goal: Confirm the purchase flow works reliably for desktop and mobile users.

Scope of testing: Catalog, cart, checkout, confirmation, validation messages, and browser compatibility.

Types of testing performed: Functional, responsive, cross-browser, regression, smoke.

Result / impact: Critical checkout issues found before release; mobile layout defects documented with clear reproduction steps.

API Testing Project

REST API testing in Postman

Executed CRUD operations with token-based auth, chained requests, variable reuse, and response assertions.

Goal: Validate that entity creation, updates, retrieval, and deletion behave consistently.

Scope of testing: Authentication, data relationships, negative cases, response structure, and status codes.

Types of testing performed: Functional API, negative testing, multi-step scenarios.

Result / impact: Identified inconsistent validation and authorization gaps before integration testing.

Documentation Project

Requirement and mockup analysis

Reviewed product requirements and UI mockups for ambiguity, contradictions, and missing edge cases.

Goal: Reduce avoidable rework and prevent defects caused by incomplete specifications.

Scope of testing: Acceptance criteria review, state coverage, field rules, and missing design states.

Types of testing performed: Static testing, analysis, documentation review.

Result / impact: Clarified business rules before implementation and improved testability of the feature set.