Multiple choice technology testing

Which of the following statements regarding configuration management tools is true?

  1. Provide support for statistical analysis

  2. Store and manage bug reports

  3. Enable the traceability between test ware and software work products and product variants

  4. The analysis of structures and dependencies (e.g. linked web pages)

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

Configuration management tools provide version control, traceability, and audit capabilities. Statement C is correct because these tools establish and maintain traceability links between testware (test cases, test scripts) and software work products (code, requirements) across different product variants. They don't typically provide statistical analysis (A), don't store bug reports (B) - that's bug tracking tools, and don't analyze structures (D) - that's static analysis.