Reusing test suites

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:

  1. Select the test method or test suite that you want to add the existing test suites to.
  2. In the Outline pane, right-click the block you want to add the test suites to and click Add Testcase Definition Reference.  
  3. In the Add Testcase Definition Reference wizard, select the test suites you want to reuse.
  4. Click Finish.


Related concepts
Behaviors


(C) Copyright IBM Corporation 2000, 2003. All Rights Reserved.