Multiple choice technology testing

Where are the results of a testing phase stored?

  1. A Test Specification

  2. A Test Plan

  3. A Test Report

  4. A Test Case

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

Test Reports document the actual results of executed testing - what tests ran, what passed/failed, defects found, and overall quality assessment. Test Specifications define what to test, Test Plans schedule testing, and Test Cases specify individual test conditions - but only Test Reports store the execution results.