View Categories

High Level Test Report

1 min read

The High Level Test Report provides a comprehensive overview of a specific test execution session, summarizing performance, outcomes, and metrics across all executed test cases. It enables teams to quickly assess test quality, identify failures, and trace root causes for improved release confidence. 

 

Navigation : #

Back to Execution Summary 

Use this option to return to the main Execution Summary Dashboard, where you can view overall project statistics and previous executions. 

 

Report Overview : #

Field Details 
Duration 652ms 
Executed By Sushant Joshi 
Project Leapwork Regression Testing 
Environment staging 
Execution Type Automated 

The report automatically captures metadata for every test run, linking it to the responsible user, target environment, and execution type (manual or automated). 

 

Test Results Summary : #

Result Type Count 
PASSED 
FAILED 
⚠️ ERROR 
TOTAL TESTS 

A graphical distribution visually represents the test outcomes, helping teams analyze pass/fail ratios at a glance. 

 

Test Results Distribution :  #

A pie or bar chart is displayed showing the proportion of Passed, Failed, and Errored tests, enabling immediate insight into test execution health. 

Hovering over chart segments provides test counts and percentage values for each result category. 

 

Test Execution Details : #

Detailed insights for each executed test case are presented in a tabular format: 

Test IDTest NameStatusStart TimeEnd TimeDurationResponse TimeActions
e9099931-a110-4217-91c1-bb7eb2116563 Error Scenario – Missing access key ❌ FAILED 10/1/2025, 4:09:00 PM 10/1/2025, 4:09:00 PM 86ms – View Details 

Each row corresponds to an executed test, capturing: 

  • Unique Test ID for traceability. 
  • Scenario name and outcome status. 
  • Start and end timestamps to measure duration. 
  • Response time (in milliseconds) for performance validation. 
  • Action buttons for quick access to detailed execution logs, assertions, and API response data. 

 

Copy Report Link : #

Use this option to generate a shareable report link for collaboration or external review. The link preserves all filters and data, allowing others to access the same report view securely. 

 

Purpose : #

The High Level Test Report helps QA teams and stakeholders to: 

  • Quickly evaluate test stability and coverage. 
  • Identify failed or flaky test cases. 
  • Review performance metrics across environments. 
  • Maintain transparency across automated test executions.

 

Best Practices : #

  • Always review failed and error tests before promoting builds to production. 
  • Export reports periodically for release documentation. 
  • Use report links to share updates with project managers or clients. 
  • Combine this with Detailed Execution Reports for in-depth debugging and assertion tracking.