You have three ways in which to group your tests:
- Write a script that performs multiple tests.
A script allows you to create groups of tests that run sequentially.
- Group multiple TTest objects into a single test.
This approach allows you to run your tests in specific sequence or in
random order.
- Combine multiple operations into a single test class.
This approach allows you to use a single instance that enables you to test several functions. Using a single TTest object allows the decision functions to share code or member functions.
[Contents]
[Previous]
[Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.
Generated with WebMaker