Developed a comprehensive IEEE 829-standard Test Plan for the Automation Exercise e-commerce web application as part of a group QA project.
The plan covers end-to-end testing across three main layers:
• UI/Functional Testing — 26 official test cases covering user authentication, product catalog, cart management, checkout flow, and static pages.
• API Testing — 14 REST API scenarios validating GET, POST, PUT, and DELETE endpoints using Postman.
• Automation Strategy — defined a Selenium/Playwright framework using the Page Object Model (POM) design pattern, with CI/CD integration via GitHub Actions.
Key contributions include: scope definition, test strategy, entry/exit criteria, defect severity matrix (Blocker → Major → Minor), risk analysis with mitigation plans, and a detailed E2E scenario breakdown across 5 functional components.
Tools & Technologies: Selenium, Playwright, Postman, Jira, TestRail, GitHub Actions