View and analyze the results generated during the running of an early integration test
case. The information can help you identify what errors or issues occurred during the test case
running, or help you understand the execution flow of the test case.
Procedure
-
On the Overview tab, you can view the results summary, including the
number of warnings, mismatches, or errors found when the test case was run.
- In the Run details table, issues detected during the test case
running are displayed by transaction or program, which allows you to easily see the differences
between the original recording and this test case running. Expand a row in the table to show the
detail mismatch data.
- On the Command flow tab, you can see the flow of commands that
occurred for the test case when it was run.
The command flow is represented by three
columns for CICS and IMS test cases and by two columns for Batch test cases.
- The Transactions column lists, in order of execution, the name(s) of
those transactions that the test case executed.
- The Programs column lists, in order of execution, the name(s) of those
programs the selected transaction executed.
- The Statements column lists, in order of execution, the statements the
selected program executed. When you select a statement in the column, the statement details pane on
the right is updated to show the details about that statement.
- The statement details pane shows the statement, optionally the artifact the statement acted
upon, the return code recorded after the statement's execution, and optionally the reason code
recorded after the statement's execution.
- If one or more issues are found during the test case running, the issues are highlighted with
icons on the transaction, program, and statement nodes in the command flow where the they occur. The
statement details pane is updated with the issue text, and the differences are highlighted in
red.