White Box Techniques are also called as :-
-
Structural Testing
-
Design Based Testing
-
Error Guessing Technique
-
Experience Based Technique
Reveal answer
Fill a bubble to check yourself
A
Correct answer
Explanation
White box testing examines the internal code structure and implementation details of software, which is why it's alternatively called structural testing. Design-based testing, error guessing, and experience-based techniques are distinct testing approaches.
AI explanation
White box testing examines the internal code structure, logic paths, and design of the software, which is why it's also known as structural testing. Techniques like error guessing and experience-based testing rely on the tester's intuition rather than code structure, so they belong to black-box-style approaches instead.