Editor: Reports
Function: The test report contains the detailed results of a test run.
Call: Test report in the Test Manager view, on the Reports tab
Tip
When the test run is started, you can specify whether the report should be "verbose" (default) or reduced. The reduced version saves memory, but it does not include any information about the values for variable assignments. You can also set this from the command line: --no-var-recording
argument for the --executecommand
command.
Link Summary | Jumps to the respective location in the report |
Link Details | |
Date | Date and time of the test run Example: |
Script | Script path with version Example: |
Tester | Tester name Example: |
Test settings | Possible values:
|
Bar |
|
Statistics of the test run |
|
Version information | Information, for example about the development system and/or of the runtime system Requirement: The test script contains test actions of the Example: |
Result tree | Lists the results of the test run in a tree structure For each test element which is run, a branch is displayed containing the name of the test element and its details. These are mostly actions, but they can also be test cases, calls, assignments, or another test element. Note: By selecting the Create verbose report option in the Execute Test dialog, you can include the following information in the report: assignments and calls with values of variables and parameters, conditional operands for choose elements. Do not select this option if you want to reduce the scope of the report and the required storage space. You can view the current setting at the top of the report in the Test settings.
|
[+] | Expands the element and shows the details of the test run |
[-] | Collapses the element |
Button Collapse All | Shows only the top node with the test script name |
Button Collapse succeeded | Collapses the succeeded test cases |
Button Expand All | Shows all test element results |
Button Show parameters | Shows the parameters with passed values Parameters are included in the test report only when the Verbose test setting is enabled. Example: |
Button Hide parameters | Hides the parameter information |
Save as HTML | Opens the default Windows dialog Browse for Folder to select a folder Then the test report is saved there as an HTML file. |