Learning roadmap

QA & Test Automation

Ship with confidence: catch bugs before your users do, and let CI and AI do the heavy lifting.

5 stages~36 h
That leaves 5 stages, ~36 hours of focused work. You can clear it in any order, but the stages compound — try them top-to-bottom your first time.
  1. Concepts
    testing-mindsettest-pyramidrisk-based-testingedge-casesbug-reports
    Lab task

    A "bug hunt" page: a small signup form with 7 seeded bugs (validation gaps, edge cases, an off-by-one), plus a side panel where you log each find with severity and repro steps — and a reveal button that scores your hunt.

    Build it in the Lab
    Checkpoint

    Given a feature description, you can list its 5 riskiest cases in 5 minutes — and you found at least 5 of the 7 seeded bugs with clear repro steps.

What you'll be able to do
  • Design a test strategy for any feature: what to unit-test, what to E2E, and what to skip on purpose.
  • Write Playwright tests that survive UI changes instead of shattering on every deploy.
  • Wire a CI gate that blocks broken code before it ever reaches main.
  • Direct AI to draft whole test suites — then judge which of its tests deserve to live.