Multiple choice

Which of the following software testing techniques is also called as glass box testing?

  1. Black box testing

  2. Comparison testing

  3. White box testing

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

White box testing, sometimes also called as glass-box testing, is a test case design method that uses the control structure of the procedural design to derive the test cases.