Multiple choice technology testing

Function/Test matrix is a type of :

  1. Interim Test report

  2. Final test report

  3. Project status report

  4. Management report

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

A Function/Test Matrix (also called a Traceability Matrix) maps test cases to requirements or functions. In many project management and testing frameworks, this matrix serves as a project status report showing coverage progress. The other options are specific report types, while the matrix is a broader status tracking tool.

AI explanation

A Function/Test matrix cross-references system functions against the test cases that exercise them, giving a snapshot of test coverage and progress at a point in time — which is why it's classified as a project status report rather than a final summary (it's not a closing deliverable) or a report meant for upper management review specifically (a 'management report' is typically more condensed/executive-level). It's also not an 'interim test report' in the strict sense, which usually documents ongoing defect/execution trends rather than function-to-test traceability. This is testing-methodology terminology (CSTE/QAI-style body of knowledge) rather than something derivable logically, so treat it as domain trivia.