Running a component test in Eclipse

Test RealTime for Eclipse CDT

The component test editor allows you to enable or disable particular SERVICE, TEST or FAMILY blocks in the generated test. During the run, the Component Testing will only execute elements that are enabled. By default, all elements of a test script are enabled.

To run a component test in Eclipse:

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

  2. Select Run As > Test RealTime Component Test.

After the run, an .execution file is generated with a timestamp of when the test was started. This file is located next to the test and contains the test results.

Related Topics

Writing a Test Script SERVICE ... END SERVICE FAMILY TEST ... END TEST Running multiple tests in a campaign