Question
Easy

What is the alternate name for white box testing ?

1
Graph Testing
2
Basic Path Testing
3
Glass Box Testing
4
Dataflow Testing
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Software Engineering & Problem Solving
Topic: Software Testing
Correct Answer
Option C
Explanation

The correct option is (3): White box testing is fundamentally a method where the tester is fully aware of the internal structure, design, and code implementation of the software being tested. Therefore, it is commonly referred to as Glass Box Testing. This name is highly descriptive because it implies that the internal workings are transparent, just like looking through a pane of glass. This allows the tester to focus on…Read More