All roadmaps

QA / Test Engineer

Break it deliberately, before your users do accidentally.

beginner · 4–6 months · 2 milestones · 7 topics

Progress0%
0 done · 0 learning

Tap a box to open it

Start
Finish
Testing FundamentalsTooling cannot replace thinking about what could go wrong.
AutomationAutomate the repetitive; explore the rest.

Full outline

Manual testing discipline, automation across UI and API layers, performance and security testing, and embedding quality into CI/CD.

  1. 01Testing Fundamentals

    Tooling cannot replace thinking about what could go wrong.

    • Types of testing

      Knowing which layer catches which class of bug.

    • Test case design

      Systematic coverage instead of clicking around hopefully.

    • Bug reporting

      A good report gets fixed today; a vague one gets closed as 'cannot reproduce'.

  2. 02Automation

    Automate the repetitive; explore the rest.