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
  • Pinpointing uncovered subtasks and methods
  • Scannable Insights at a Glance

Was this helpful?

  1. Coverage & Quality Insights
  2. User Story Coverage

User Story Coverage Analysis

PreviousHow to Generate the User Story ViewNextHow to Generate the Analysis View

Last updated 1 year ago

Was this helpful?

Explore Individual User Stories' coverage:

  • Subtask Coverage: Quickly identify coverage gaps and pinpoint areas needing attention for each subtask.

  • Method Coverage: Dive into a detailed list of modified methods per subtask, easily spotting uncovered methods requiring testing focus.

Primary Users

Ideally suited for developers and QA engineers to deep dive into the coverage of an individual user story, collaborate and make informed decisions regarding the prioritization and allocation of testing resources.


Pinpointing uncovered subtasks and methods

If the overall coverage is not satisfactory, the subtasks associated with the user story can provide a better understanding in which areas there is low or no coverage.

Once the uncovered subtasks are pinpointed, it is easy to examine their method level coverage. Attention should be focused on the methods that are marked orange or red, indicating insufficient testing. Methods of critical code segments (based on commit messages) will be flagged red if they have not been tested by all relevant test types.

This empowers teams to have efficient conversations, identify specific uncovered areas, and prioritize testing efforts effectively. This granular approach facilitates informed decision-making regarding the readiness of user stories for deployment and minimizes the risk of undetected defects.

Scannable Insights at a Glance

To facilitate rapid evaluation of code coverage within our User Story Coverage Analysis, we implemented intuitive color indicators:

  • Red: Attention needed, coverage less than 20%

  • Orange: Room for improvement, coverage between 20% and 70%.

  • Green: Well-covered, exceeding 70% coverage.

These color indicators can be customized to suit specific project requirements. Additionally, methods marked as critical will appear red if they have not been tested by any test type, or orange if they have not been tested by any non-unit test type.