next up previous
Next: Techniques for detecting errors Up: Unit 10 Previous: Errors detected by the

Drivers for testing

Drivers for testing are program portions that are used to test the correctness of a class or of a method. The purpose of such drivers is to call all methods of the public interface of a class and verify that they respect the specification.

In order to perform a test that is complete, we should follow some guidelines:


next up previous
Next: Techniques for detecting errors Up: Unit 10 Previous: Errors detected by the