Check out the new USENIX Web site. next up previous
Next: Validation Class Up: Sequence Testing and Validation Previous: Sequence Testing and Validation

Test Driver

The test driver in this framework is somewhat different from a conventional test driver in that it not only performs the tests, but it also validates tests either as success or failure. This module has a handle to a validation object of the validation class type. It takes a sequence of messages as input and iterates over the sequence sending messages to the validation object (see below) for invocation and validation of the message using the implementation.

The top level loop of the test driver works as follows :



Sreenivas Viswanadha
1998-03-17