Purpose
|
To identify and design the classes and packages that will provide the needed test specific
functionality.
|
Based on input from the test designer identify and specify test-specific classes and packages in the design
model.
A driver or stub of a design class has the same methods as the original class, but there is no behavior
defined for the methods other than to provide for input (to the target for test) or returning a pre-defined
value (to the target for test).
A driver or stub of a design package contains simulated classes for the classes that form the public
interface of the original package.
|