Test RealTime for Eclipse CDT
With Component Testing for C, 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 open the Test Selection window:
In the Eclipse workbench, select the test perspective and double click a Test RealTime test in the test navigator.
In the Test Elements section, select the Test or Family tabs to specify the elements that you want to enable or disable.
Use the Test tab to enable or disable one or several SERVICE or TEST blocks defined in the test driver.
Use the Family tab to enable or disable one or several FAMILY blocks defined in the test driver.
Close and save the component test.
Related Topics
Writing a Test Script | SERVICE ... END SERVICE | FAMILY | TEST ... END TEST