Test plan writing essentials

  • Test plan: strategy + scope + test types + resources + schedule + pass/fail criteria
  • Test case formula: ID + preconditions + numbered steps + expected result at each layer
  • Scenario vs. case: scenario = "user authentication" (what); test case = exact steps with inputs (how)
  • Scope: in scope + out of scope + test types per feature + entry/exit criteria
  • P0 = system unusable/data loss; P1 = major feature broken; P2 = partial/workaround; P3 = cosmetic

Question 0 of 5

What is the primary purpose of a QA test plan?