Multiple choice

Which testing technique is used to test the internal structures or workings of a program?

  1. Fuzz testing

  2. Grey box testing

  3. White box testing

  4. Visual testing

  5. Black box testing

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

White box testing tests internal structures or workings of a program. In white box testing, an internal perspective of the system as well as programming skills are used to design test cases. The tester chooses inputs to exercise paths through the code and determine the appropriate outputs.