SE450: Testing: Approaches [25/41] Previous pageContentsNext page

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

As you can see, this is a lot easier to do at a lower (component) level than a higher (program) level.

Previous pageContentsNext page