Multiple choice technology testing

Which of the following would you NOT usually find on a software incident report?

  1. The name and/or organisational position of the person raising the problem.

  2. Version of the Software Under Test.

  3. Suggestions as to how to fix the problem.

  4. Actual and expected results.

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

Software incident reports document defects with factual information: who reported it, software version, and actual vs. expected results. They describe what went wrong, not how to fix it - determining the solution is a separate debugging task for developers.