ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 225 - CTFL4 discussion

Report
Export

Which of the following statements about white-box testing is FALSE?

A.
Static testing can benefit from using code-related white-box test techniques during code reviews.
Answers
A.
Static testing can benefit from using code-related white-box test techniques during code reviews.
B.
White-box testing allows suggesting test cases for increasing coverage levels which are based on objective measures
Answers
B.
White-box testing allows suggesting test cases for increasing coverage levels which are based on objective measures
C.
Achieving full code coverage for a component or a system ensures that it has been fully tested
Answers
C.
Achieving full code coverage for a component or a system ensures that it has been fully tested
D.
Black-box testing can benefit from using code-related white-box test techniques to increase confidence in the code.
Answers
D.
Black-box testing can benefit from using code-related white-box test techniques to increase confidence in the code.
Suggested answer: C

Explanation:

Achieving full code coverage does not guarantee that the component or system is fully tested or free of defects. Code coverage metrics indicate the extent to which the source code has been tested, but they do not account for the quality of the tests or whether all possible scenarios have been considered. Other types of testing, including functional, performance, and security testing, are necessary to ensure comprehensive testing. The ISTQB CTFL Syllabus v4.0 highlights that while high code coverage is beneficial, it does not equate to complete testing.

asked 18/09/2024
John Bocachica
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first