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

  5. The actual and expected outcomes

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

A test incident report documents the problem: what happened, not how to solve it. Essential elements include reproduction steps (B), test environment details (C), severity/priority (D), and actual vs expected results (E). The solution (how to fix) is a developer task determined during debugging, not part of the incident report.