Provides settings related to editing test and execution.
[Except for non-executable tests when errors occur during test execution] is an option that allows you to execute only executable tests, excluding non-executable tests, when the whole test cannot be performed due to an error that occurs during test execution.
The [Using Macro Constant] option allows you to edit the test using macro constants defined in the source file (ex: using macro constants for input/expected values of array indexes and test cases).

Virtual Address

It provides the memory settings for the embedded environment test. You can manage the memory address group to be used in the project properties.

In the screen above, you can check the virtual memory address information set. Click [Add…] button to add the virtual memory address.

The virtual memory address areas can be specified up to 50 areas and it can be entered in hexadecimal.

Export test data

When exporting data, you can set the output direction of variables to either horizontal or vertical
Select the output direction of the export variable and click [Apply].

External Editor

You can set the external editor to open CSV file.
Enter the path of the external editor and click [Apply].

Unit Test View

You can set the function node display in the Unit Test view included in the test perspective that UI/UX is improved.

Coverage

You can set the branch coverage measurement and whether to display the covered/uncovered.

[Branch coverage Column Info display] radio button allows you to select the information of the marker to be displayed in the left column of the editor.

  • T/F marker option is shown in the source code editor.
  • Covered Decision: T/F indication of a covered decision
  • Uncovered Decision: T/F indication of an uncovered decision

The checkbox [Branch coverage, MC/DC measurement operator] sets the branch coverage measuring target. If it is re-analyzed and executed, the settings are applied.

  • Conditional Operator(?:) expression: Measures the branch coverage for ternary operator expression.
  • Boolean Operator(&,||,!,<,<=,>,>=,==,!=): Measures the branch coverage for boolean operator expression.
  • If unchecked all, measures the branch coverage for ‘if’, ‘for’, ‘while’, ‘do-while’ and ‘switch’ statements only.

Type Partition

You can edit the basic type partition for each toolchain and restore it into the default value provided.
In Toolchain combo box, select the toolchain to be modified, edit the partition and click [Apply].

Perspective

After the test has created, you can set the opening option for the perspective associated.
Select one among [Always open], [Never open] and [Prompt] and click [Apply].

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.