Beginner Software Testing & QA
Q11 / 100

What is "white-box testing"?

Correct! Well done.

Incorrect.

The correct answer is B) Testing that examines the internal structure, code, and logic of the application

B

Correct Answer

Testing that examines the internal structure, code, and logic of the application

Explanation

White-box testing (also called clear-box or structural testing) requires knowledge of the code's internals, such as branches and paths, to design test cases.

Progress
11/100