Skip to main content

View Test Results

This document explains how to view test run/result details for automated and manual test executions in TestOps.

Overview​

For all executed test runs, TestOps offers a high-level view and granular view of the test run and its results.

In Executions > Run, you can see a list of tests and their details like results (counts of test results by statuses), duration, start time, and smart tags (if any) for each test run:

testops test run list

Hovering on each smart tag displays a summary of troubling test cases inside:

testops smart tag for test run

The Schedule tab displays scheduled tests, with sort/filters functions and an execute button next to each test so you can execute it immediately.

testops scheduled test runs

View Test Run details​

In Executions, click on a test run you want to assess to view its details. This view displays differently, depending on whether the test has been executed or not.

If the test is scheduled and never ran before, the view displays what test suites are selected, and allows you to Edit details, Run Now, or Cancel the run schedule. These actions are also available in the Manage Automated Schedule > Scheduled Test view.

testops test run not executed yet

Once the test completes, data are gathered to display in these tabs, to help you assess the test in its whole execution history:

  • Overview tab has charts to rate test suite’s performance over the runs:

    • Test Execution Results Distribution: percentages of test result statuses like passed, failed, skipped, etc.

    • Defects: List of defects linked to this test run. You can click each defect to view its full details in the ALM.

testops manual testing overview
  • Test Results tab has results of each test case in the test suites/test suite collections that this run contains. Each result can be view independently (see View Test Results details below).
testops manual testing test results
note
  • On each test run’s details page, TestOps includes only the data available up to the selected run. Any executions performed after that run are excluded, to maintain accurate and consistent analytics across all runs.

View Test Result details​

Use this view to quickly deep dive into each test case's log, and review execution issues.

  1. In the Executions, select a test run to see the full Test Run Details page.

  2. Select Test Results tab.

  3. For each test case, click this button to view result of the current run.

testops view current result from test run details
  1. The trend line displays most 10 recent runs of the test case, up until (and excluding) the current run, arranged from oldest (left) to most recent (right). Hover on each node to view details of any of these runs:
testops historical results trend line
  1. Each test result details page displays details such as:
  • Test run configurations at the top.

  • Execution log with test step details.

  • Failure information (if the result is failed) with category and, and the similar failures button that redirects you to a failure report filtered by the current failure's category.

  • Stability trend line with history of past runs. You can hover on each node to view details of each run's result.

testops test result details

You can switch to AI-analysis tab (failed results only), to have Katalon's AI analyze the root cause, impact, and recommendation to troubleshoot this failure:

testops failure ai analyze button

For each test case, TestOps does calculations in the background and displays at the test case level, so you can quickly identify problematic tests. Hovering on each label shows more details, and how smart tags are calculated. See Smart Tags for more details on smart tags.

Was this page helpful?