CTFL_SYLL_4.0 · Question #186
Which of the following statements is NOT true about Configuration management and software testing?
The correct answer is D. Version controlled test ware increases the chances of finding defects in the software under test. While configuration management is crucial for maintaining consistent versions of software artifacts and supporting the build process, it does not directly increase the chances of finding defects in the software under test. Version-controlled test ware ensures that the correct…
Question
Which of the following statements is NOT true about Configuration management and software testing?
Options
- AConfiguration management helps maintain consistent versions of software artifacts.
- BConfiguration management supports the build process, which is essential for delivering a test
- CWhen testers report defects, they need to reference version-controlled items.
- DVersion controlled test ware increases the chances of finding defects in the software under test.
How the community answered
(28 responses)- A7% (2)
- C4% (1)
- D89% (25)
Explanation
While configuration management is crucial for maintaining consistent versions of software artifacts and supporting the build process, it does not directly increase the chances of finding defects in the software under test. Version-controlled test ware ensures that the correct versions of test cases and other test artifacts are used, but it is the quality and thoroughness of the tests that determine the effectiveness of defect detection.
Topics
Community Discussion
No community discussion yet for this question.