Istqb Certified Tester Foundation Level CTFL · Free Practice Question Medium
Question 9
What is the key principle behind White-box testing techniques as described in the syllabus?
-
A
Designing test cases based on the system's internal design, code structure, and algorithms.
-
B
Testing the system based on its external functionality and observable behavior without knowledge of its internal structure.
-
C
Focusing on user experience and ensuring the system is intuitive and easy to use.
-
D
Testing the system under various performance and scalability conditions.
Reveal correct answer
Correct answer: A
Explanation
White-box testing techniques involve creating test cases based on the internal workings of the system, including its code structure, algorithms, and design.
This approach allows testers to verify that the code behaves as expected and meets the specified requirements.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
