Multiple choice technology testing

What information need not be included in a test incident report:

  1. how to fix the fault

  2. how to reproduce the fault

  3. test environment details

  4. severity, priority

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A test incident report documents what was found, not how to fix it. It must include reproduction steps (B), test environment details (C) for context, and severity/priority (D) to triage. The actual fix is a development task, determined after root cause analysis - this is not part of the incident report itself.