Common analyzer configuration

Section Analyzer contains data for code execution analysis: code coverage, profiler, and trace. This section contains only configuration common to all three subsections.


Note: Append mode is currently available for coverage only. Profiler and trace data are removed on each start.

To create distinct analyzer file name for each test case, we can use host variables in field Document file. If we type $, a list of porposals with available host variables is shown. Select a variable and its description will appear.

For example, if file name is defined as


      ${_testId}-${_function}.trd

      
then the two variables will be replaced with current test ID and the name of function under test. This way each test case gets analyzer file with different but meaningful name.