Results Display
You use the function to display test results. You use it to display an overview of test classes and test methods and details of each individual test.
The display of the results of a test run is separated in the following screen areas:
● On the left, the system displays a tree with the hierarchy of all test classes and test methods in the test task of the tested program unit. The program unit can be a function module, a global class, or a report.
Below the program name are the test classes, and below each test class are the test methods belonging to this class. For each hierarchy, the system displays a sum of the number of different alerts.
When you select a node from the left screen area, you refresh the right screen area.
● In the upper right screen area, the system displays a list of alerts. For each alert, the system displays, by default, the severity of the alert (derived from the LEVEL parameter in the assert class) and a title (derived from the MSG parameter).
When you select an alert from the upper right screen area, you refresh the lower right screen area.
● The detail tree finally represents the details of the selected alert. It contains the following nodes:
○ A comparison between the actual and expected value
○ The stack trace beginning with the method where the alert was raised.