LogoLogo
Contact SupportProduct
  • Knowledge Base
  • What's New
  • Guides
  • Agent Release Notes
  • Welcome!
  • Intro to SeaLights
    • What is SeaLights
      • Glossary
      • Working in Conjunction with Your Quality / Coverage Tools
        • SeaLights vs SonarQube
        • SeaLights vs JaCoCo
        • SeaLights vs CodeSee
    • Technical Overview
      • Test Stage Cycle
    • FAQ
  • Coverage & Quality Insights
    • Quality Insights Overview
    • User Story Coverage
      • Release Go / No Go Report
        • How to Generate / Edit the Report
      • User Story Quality Overview
        • How to Generate the User Story View
      • User Story Coverage Analysis
        • How to Generate the Analysis View
      • Uncovered Methods View
        • How to Generate the View
      • Customization
      • Integration
      • User Story Coverage Mechanism
    • Coverage Dashboard
    • Coverage Report
    • Test Gaps Report
      • Code Changes Calculation
        • Hidden Changes Detection
    • Test Gaps Analysis Report
      • How to Generate / Edit the Report
  • Coverage Trend Report
    • How to Generate / Edit the Report
  • Proof of Testing Report
    • How to Generate / Edit the Report
  • Test Optimization
    • Test Optimization Overview
      • Automated Test Optimization
      • Manual Test Optimization
      • Test Optimization for Pull Request
      • Test Selection Policies
        • Full Run Policy
        • No Code Changes Policy
        • Common Code Policy
        • Fastest Path to 100% Coverage Policy
      • Integrations
    • Test Optimization Mechanism
      • Associating Code With Tests
        • Statistical modeling
        • One-to-One Mapping
        • Calibration
      • Detecting Modified Code
      • Generating Test Recommendations
  • Test Optimization - Savings Breakdown
    • TIA Configuration
  • Settings
    • Token Access & Management
    • Quality Gates
    • User Management
      • Managing Users
      • Managing Groups
      • Roles & Permissions
      • SSO Authentication
  • Code Labels
  • Code Scope (Ignore/Include)
  • Contact Support
Powered by GitBook
On this page

Was this helpful?

  1. Coverage & Quality Insights
  2. Test Gaps Analysis Report

How to Generate / Edit the Report

PreviousTest Gaps Analysis ReportNextCoverage Trend Report

Last updated 1 year ago

Was this helpful?

Watch the video tutorial to learn how to generate the report.

What does the time range in the report represent?

The time range in the report captures all the builds that have been reported to SeaLights within that specified range. It's important to note that the time range does not directly correspond to when the tests were executed. This means that tests can be executed outside of the specified time range, yet their coverage will still be included in the report. The time range serves as a reference point for aggregating the relevant builds and their associated test coverage data, providing a comprehensive view of your testing efforts.

What are Code Labels for?

Code labels are essential for organizing and filtering your data in SeaLights. When you apply code labels to an app or specific parts of the app, it allows you to focus on those labeled areas in SeaLights reports. This helps you obtain coverage and gaps data for specific, targeted sections of your codebase.

If you are already familiar with code labels and using them on the apps you are examining, make sure to include the relevant labels when generating your report. By doing so, you can refine your analysis and gain more valuable insights into the quality of the labeled areas in your code. For more details about code labels and how to use them effectively, refer to the upcoming pages.

Generating the Test Gaps report may take a few minutes, as it depends on the size of your codebase and the number of tests in your project. The report needs to analyze and identify untested code changes, which can take some time to process. However, once the report is ready, you'll have valuable insights into the areas that require testing attention, helping you prioritize your efforts and improve your software's quality.