# Quality Improvement Approaches

SeaLights' main quality improvement approaches empowers teams to build and maintain a culture of **continuous quality improvement**. Each approach has distinct benefits and can be tailored to suit your organization's goals and resources effectively.

Release Quality Improvement ensures stable releases, while Over Time Quality Improvement lays the foundation for future reliability and maintainability.

{% hint style="info" %}
While both approaches leverage SeaLights data and insights, it's important to remember that **implementation requires thoughtful planning and process adjustments.**
{% endhint %}

***

### **Release Quality Improvement**

* Focuses on ensuring **code changes for product deployment** are adequately covered by tests.
* Uses **Code Changes Coverage** as a KPI and **quality gate** for releases.
* Ensures releases meet quality standards before going live.

### **Over Time Quality Improvement**

* Takes a long-term view, focusing on **gradual improvement of overall code coverage**.
* Identifies **untested code changes** but doesn't block immediate releases.
* Aims to steadily increase coverage over time, leading to long-term quality enhancement.

***

### **Key considerations for successful SeaLights implementation**

* **Defining processes:** Establish best practices for analyzing coverage gaps, writing new tests based on identified gaps, and determining appropriate test quantities and types.
* **Setting KPIs:** Implement new KPIs within existing processes to track progress towards quality objectives.
* **Determining quality gates:** Define clear criteria for go/no-go release decisions, including desired coverage levels and acceptable risk thresholds.
* **Planning and checkpointing:** Even with the "over time" approach, plan a timeline with defined checkpoints, set specific coverage goals, prioritize areas for improvement, and establish clear release criteria.

SeaLights empowers data-driven decision-making, but it's your organization's commitment to continuous improvement that unlocks the full potential of this powerful solution. Remember, the data provided by SeaLights is just the starting point. Building a culture of quality requires ongoing effort, planning, and the creation and maintenance of new processes and KPIs.

By actively engaging in these considerations, your organization can leverage **SeaLights as a catalyst for achieving continuous quality improvement, faster releases, and enhanced software reliability.**

{% hint style="info" %}
No matter your goals or resources, SeaLights provides the tailored tools and insights to achieve exceptional software quality.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sealights.io/knowledgebase/guides/quality-improvement/challenges-and-approach-comparison/quality-improvement-approaches.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
