Data collected during testing should include
-
Test Factors
-
Functions/subroutines
-
All of the above
-
None of the above
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.