Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 736 Bytes

File metadata and controls

34 lines (26 loc) · 736 Bytes

QA Practice Project — Sauce Demo

Scope

Tested flows:

  • Login functionality
  • Adding items to cart
  • Checkout flow

Approach: risk-based testing for login and checkout (positive/negative cases, input validation).

Artifacts

Results: 6 test cases • 3 bug reports • 5 UI automated tests (WDIO)

Skills

  • Test case design
  • Functional testing
  • Bug reporting
  • Basic test documentation structure

Project Structure

Run automation (optional)

Prerequisites: Node.js 18+

npm install   # or: npm ci
npm test