Multiple choice technology testing

Incidents would not be raised against

  1. requirements

  2. documentation

  3. testcases

  4. improvements suggested by users

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

Incidents are formal reports of defects or failures in the software system that require investigation and resolution. Requirements, documentation, and test cases can all have incidents raised against them if they contain errors, ambiguities, or issues. However, user suggestions for improvements are enhancement requests or feature requests, not incidents - they don't represent a deviation from expected behavior.

AI explanation

Incidents (defect reports) are typically raised when actual behavior deviates from expected/documented behavior — against requirements (a requirement wasn't met), documentation (docs are wrong/inconsistent), or test cases (a test case failed, revealing a defect). "Improvements suggested by users" describes enhancement requests — desired new/changed functionality that isn't necessarily a failure to meet an existing spec — which are normally logged as feature requests or change requests, not incidents/defects. That distinction is why incidents would not be raised against user-suggested improvements, making this the correct answer.