Black-box vs. White-box
Complexity
l
Black-box
: We have a copy of the program, with
no code
. We can run it for different sizes of
input.
l
White-box
(aka ÒClear boxÓ): We have the code.
We can analyze it.
l
l
These terms are from the area of software
testing.