Multiple choice technology testing

Testing technique in which the internal workings of the item being tested are not known to tester.

  1. Black box testing

  2. White box testing

  3. Static testing

  4. Dynamic testing

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

Black box testing is defined as testing without knowledge of the internal code structure or logic - the tester only sees inputs and outputs. White box testing requires knowledge of internal code, while static and dynamic testing refer to different dimensions of testing methodology.