CTFL_SYLL_4.0 · Question #23
Which of the following statements about white-box test techniques is true?
The correct answer is D. Code-related white-box test techniques provide an objective measure of coverage and can be. This answer is correct because code-related white-box test techniques are test design techniques that use the structure of the code to derive test cases. They provide an objective measure of coverage, such as statement coverage, branch coverage, or path coverage, which indicate…
Question
Which of the following statements about white-box test techniques is true?
Options
- AAchieving full statement coverage and full branch coverage for a software product means that
- BCode-related white-box test techniques are not required to measure the actual code coverage
- CBranch coverage is the most thorough code-related white-box test technique, and therefore
- DCode-related white-box test techniques provide an objective measure of coverage and can be
How the community answered
(23 responses)- A4% (1)
- D96% (22)
Explanation
This answer is correct because code-related white-box test techniques are test design techniques that use the structure of the code to derive test cases. They provide an objective measure of coverage, such as statement coverage, branch coverage, or path coverage, which indicate how much of the code has been exercised by the test cases. Code-related white-box test techniques can be used to complement black-box test techniques, which are test design techniques that use the functional or non-functional requirements of the system or component to derive test cases. By combining both types of techniques, testers can increase their confidence in the code and find
Topics
Community Discussion
No community discussion yet for this question.