Interview Questions

Clear box testing

Glossary of Software QA/Testing


(Continued from previous question...)

Clear box testing

Clear box testing is the same as white box testing. It is a testing approach that examines the application's program structure, and derives test cases from the application's program logic.
Another term for white-box testing. Structural testing is sometimes referred to as clear-box testing, since “white boxes” are considered opaque and do not really permit visibility into the code. This is also known as glass-box or open-box testing.

(Continued on next question...)

Other Interview Questions