Istqb Certified Tester Foundation Level CTFL · Free Practice Question Easy
Question 22
Which of the following statements is TRUE about the advantages of black-box testing?
-
A
Test cases are easier to design because they don't require deep knowledge of the internal structure.
-
B
They are better than white box testing to find bugs in the internal structure.
-
C
They become obsolete when the implementation changes.
-
D
None of the above.
Reveal correct answer
Correct answer: A
Explanation
Black-box testing focuses on testing the functionality of the software without needing to understand the internal code or structure.
This approach simplifies the design of test cases, as they are based on requirements and specifications rather than the underlying code.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
