Multiple choice technology testing

What is not a benefit of requirement Traceability

  1. Can help in finding the requirements for a given function or feature have changed

  2. A set of tests that has run OK in the past has started to have serious problems. What functionality do these tests actually exercise?

  3. How many test cases have been executed?

  4. Was every requirement tested?

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

Requirements traceability helps track which requirements are tested, identify impacted requirements when changes occur, and verify test coverage. However, it does not track test execution statistics. Option C is correctly identified as NOT a benefit of traceability.