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
  • Beyond Unit Tests
  • Dynamic Code Analysis
  • Contextualized Decisions

Was this helpful?

  1. Coverage & Quality Insights
  2. User Story Coverage

User Story Coverage Mechanism

PreviousIntegrationNextCoverage Dashboard

Last updated 2 days ago

Was this helpful?

While traditional reports often rely solely on unit test coverage percentages, SeaLights digs deeper. Here's what sets it apart:

Beyond Unit Tests

Unveiling the Untested: SeaLights dives into non-unit test coverage, revealing areas beyond basic functionality that might require attention, tracking any type of tests anywhere in the pipeline: regression, end-to-end, integration, functional, system, API, performance, component and manual tests. This comprehensive view helps minimize undetected defects and ensures true code quality.

Dynamic Code Analysis

Tracking Code Changes: Unlike static analysis, SeaLights tracks modified code coverage across builds. This helps identify potential regressions introduced by changes, providing valuable insights for deployment readiness.

Contextualized Decisions

Bridging the Gap: SeaLights uses user story information from Jira, linking coverage data directly to specific features. This context empowers informed go/no-go decisions based on each user story's unique needs and testing requirements.

In short, SeaLights goes beyond simply reporting numbers. It empowers you to understand what, why, and where when it comes to your code coverage, ultimately leading to more informed testing decisions and higher quality software.

Drawing