SE450: Testing: Approaches [25/41] ![]() ![]() ![]() |
Testing Approaches:
White Box - derives test cases based on the implementation of the code.
Black Box - derives test cases based on the specifications of the component alone, not considering implementation.
White Box coverage
true
and false
As you can see, this is a lot easier to do at a lower (component) level than a higher (program) level.