Editing a component test in Eclipse

Test RealTime for Eclipse CDT

You can use the component test editor to edit the contest of a Test RealTime component. The component test editor is composed of three pages:

To edit a component test in Eclipse:

  1. In the Eclipse workbench, select the test perspective and double click a Test RealTime test in the test navigator.

  2. Use the component test editor to configure your test. In the General section specify the name of the test and provide a description, if necessary.

  3. In the File section, specify the files that are required to run the test:

Click Add or Remove to add or remove files from the test. Click Edit to edit a test script or source file.

  1. In the Test Elements section (for C only), enable or disable the individual tests or test families from the test scripts that you want to include in the test driver.

  2. In the Configuration Settings section, click Edit to change the configuration settings for the test.

  3. In the Compare Mode section (for C only), select whether to enable the compare mode and edit the compare configuration settings.

  4. Save or close the test.

 

Related Topics

Writing a C Test Script |C++ test driver scriptC++ contract check scriptAutomatically updating a .ptu test scriptEnabling and disabling tests, services and familiesComparing two component test runsWriting a test scriptIntegrated, simulated and additional Files (C)Additional and included files (C++)