You can check the target test execution settings on the target test page in [Project]-> [Properties].

Coverage kind

You can select the type of coverage(syntax, branch, MC/DC) to be measured for the target test.

Target for coverage measurement

In addition to the functions under test, you can select functions to measure coverage.

All functions called by the target function Measures coverages for all functions called by the function under test.
The functions called by the previous test run Includes functions whose coverage was measured from the previous test.

Testcase run

You can choose how to run the test case.

Run at once Loads and runs all test cases on target at once.
Each test case is affected by the previous test case run results.
Run one by one Repeats loading and running each test case on target.
It takes longer than running at once but uses less memory.

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

Thanks for your feedback.