This topic describes how to create and run a manual test configuration.
- From the Test Navigator click . 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.

- 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.

- 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.
- 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.

- 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.
- When you finish running all tests, click End Execution to
close the dialog box.