You can use tests to define common sets of tasks that are needed across multiple test suites (for example, the tasks for logging onto an application).
To reuse the task, add a reference to the containing test suite from the reusing test. The tasks will be treated as part of the reusing test suite when you prepare it to run and execute it, although the tasks' definition will continue to be maintained in the original test suite.
Related concepts
Hyades Test overview
Related tasks
Reusing
test suites
(C) Copyright IBM Corporation 2000, 2003. All Rights Reserved.