Multiple choice technology testing

Data collected during testing should include

  1. Test Factors

  2. Functions/subroutines

  3. All of the above

  4. None of the above

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

Test data should comprehensively capture what was tested and how. Test factors include environmental conditions, configurations, and variables that affect test results. Functions/subroutines identify what code units were exercised. Both types of metadata are essential for reproducibility, coverage analysis, and debugging. The data serves as an audit trail, so collecting both dimensions (C) ensures complete documentation.