RTUComputer ScienceYr 2023 · Sem 52023

Q5Software Testing and Project Management

Question

2 marks

Define White Box Testing.

Answer

White Box Testing is a structural methodology that mathematically analyzes and executes specific internal source code paths, branches, and loops.

White Box Testing (Structural/Glass Box Testing) is a highly complex engineering methodology where the tester utilizes deep, intimate knowledge of the absolute internal source code. They mathematically construct test cases specifically designed to force execution through every single logical branch, loop, and API endpoint in the architecture.

Back to Paper