STEP 7: Monitor progress

Typically, this step is done by QA Manager/Architect or Engineering Manager.

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.

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.

Last updated