# STEP 7: Monitor progress

{% hint style="info" %}
Typically, this step is done by QA Manager/Architect or Engineering Manager.
{% endhint %}

Regularly measuring your progress is key to **unlocking lasting quality improvement**. During pre-defined checkpoints, closely examine different aspects like:

* **Test Impact:** See how your new tests influence software behavior and uncover critical issues.
* **Code Coverage Changes:** Track the expansion of your testing net, capturing more code areas.
* **Test Gap Resolution:** Celebrate the shrinking list of uncovered areas, indicating progress toward comprehensive coverage.

Monitoring your progress at checkpoints ensures that you stay aligned with your quality improvement goals and enables timely course corrections if needed. It offers a structured approach to track your improvement efforts and detect any deviations or areas requiring additional attention.

***

### **Monitoring Tools & Techniques**

Watch the video tutorial to learn how to effectively monitor your coverage trend.

{% embed url="<https://youtu.be/hQY_RSpd8AU>" %}

There are two effective ways to monitor the coverage trend:

1. **Test Gaps Report:** Dive deep into specific functionalities or features.
   * Use Code Labels to target relevant areas.
   * At each checkpoint, regenerate the report and compare it to your starting point.
   * For quick snapshots, create new reports at each checkpoint and track the trend on the report list page.
2. **Coverage Trend Report:** Assess the overall application's progress.
   * Get a quick overview of the coverage improvement trend (positive or negative).
   * View total coverage numbers for each month.
   * Remember, in large codebases, progress might appear slower. For deeper insights, use the Test Gaps Report with Code Labels.

***

### **Monitoring Benefits**

* **Early Intervention:** Identify areas needing adjustments before issues arise.
* **Course Correction:** Adapt your testing strategies for optimal results.
* **Staying on Track:** Ensure your efforts align with your quality goals.
* **Continuous Improvement:** Foster a culture of ongoing quality enhancement.


---

# 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/quality-improvement-solution-overview/over-time-quality-improvement-guide/step-7-monitor-progress.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.
