A test suite consists of a set of tasks and other elements, optionally organized into behaviors. By organizing a test suite's contents into behaviors, you can control loops over subsets of the tasks (for example, have the test suite iterate over the first three tasks twice before proceeding to the next), and determine whether the contained tasks should be executed in sequence or can be executed in any order. Test suites can also be nested, containing other test suite by reference.
You can define test suites in the JUnit Test Suite Definition pane of the Hyades Test perspective. From the Execution pane, you can run the test suite and review the results.
Related concepts
Hyades Test overview
Related tasks
Testing components
(C) Copyright IBM Corporation 2000, 2003. All Rights Reserved.