You can reuse existing test methods inside of an existing test suite definition when you define a new test suite. Or, you can use the existing test suite itself to define a new one. This allows you to define test suites for common sequences (such as logging into an application) that you can then reuse in more complex compound test suites.
To reuse a test suites:
Related concepts
Behaviors
(C) Copyright IBM Corporation 2000, 2003. All Rights Reserved.