Running a manual test suite

This topic describes how to create and run a manual test configuration.

Before you can run a test, you must create a test deployment.
  1. From the Test Navigator click Run > Run.... The Run dialog box opens to its Perspectives tab, as shown below.

    The Perspectives tab lets you specify whether the perspective should change during debug, run, and profile operations. To change the default switching behavior for a mode, click its arrow and select the perspective from the drop-down list. When you finish setting the perspectives, select Hyades Manual Test from the Configurations pane and click New to create a new test configuration. The Test tab opens, as shown below.

  2. Enter a name for the configuration in the Name field. Select a test suite to include in the configuration, and select one or more deployments. A deployment specifies where to run the test configuration and which test assets to use. Click Execution Results to display that tab, as shown below.

    In the Location box navigate to the folder where you want to store the test results file, and enter a name for the file in the Name field. Select Override existing Execution Results resource to overwrite the test results file each time you run the test configuration. Click Common to display the Common tab, as shown below.

  3. When you run a test configuration, Eclipse creates a file, with a .launch suffix, containing metadata. If you select Local, Eclipse stores this file in your workspace's metadata folder, which is not visible to other users. If you want other users to have access to the file, select Shared, click Browse, and navigate to a folder in your workspace where you want to store the file. To have the test configuration appear in the Run, Debug, or Profile favorites toolbar menus, select the appropriate boxes. Select Launch in background to have Eclipse run the test configuration in the background. If you do not run the configuration in the background, you cannot do anything in Eclipse until it finishes running the configuration.
  4. Click Apply to save the settings for the configuration. Click Run to launch the configuration. The Manual Remote Application dialog box opens, as shown below.

  5. Navigate to a test in the left pane. The name and description of the test appears in the right pane. After you perform the steps specified in the test's description, indicate whether the test passed, failed, returned an error, or was inconclusive by selecting a value in the Status drop-down list. Enter comments about the test results in the Info field. Click Next to save the test results and move to the next test.
  6. When you finish running all tests, click End Execution to close the dialog box.

Parent topic: Manual test overview
Previous topic: Editing a manual test suite
Next topic: Analyzing manual test results

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