# Test Stage Strategy Overview

The **Test Stage Strategy Overview** page provides a dedicated dashboard for individual Cross-App Test Stages within SeaLights. It serves as a central hub for monitoring the effectiveness of Test Optimization, offering detailed performance metrics, historical savings data, and administrative controls to adjust optimization strategies.

This page allows teams to move beyond high-level summaries and analyze the specific impact of Test Optimization on a per-stage basis, ensuring that testing cycles are both efficient and reliable.

<figure><img src="/files/C5KRxKN1Mwg0FSUip6WT" alt=""><figcaption></figcaption></figure>

### Strategy Status & Configuration

At the top of the page, users can view and manage the current optimization state:

* **Optimization Level:** Displays the current mode: *Conservative, Moderate, or Aggressive*.
* **Configure Strategy Button:** Enabled only for **Admin/DevOps Users**. Opens the [Configuration panel](/knowledgebase/test-optimization/test-optimization-strategy/enabling-test-optimization/cross-app-test-stage-strategy-configuration.md) to modify the strategy settings.
* **Full Run Button:** Allows users to manually trigger a full test suite execution for the next cycle.
  * If a full run is already scheduled, the button is disabled until the pending request is done.

### Overview Metrics

Primary KPIs provide an immediate snapshot of the stage's efficiency:

* **Average Time Savings Rate:** Average of the percentage of time saved with Test Optimization, in the last three full months of data.
* **Average Time Saved:** Average of the total duration (Hours/Minutes) removed from the testing cycle, based on Test Optimization, in the last three full months of data.
* **Tracking Period:** Total months of active Test Optimization tracking.
* **Annual Trend Chart:** A 12-month visual representation of savings rate trends.

### Monthly Savings Breakdown Table

This table provides a month-by-month historical trends (up to 12 months) of all test cycles executed with Test Optimization **On**, to validate ROI.

#### **Table Columns**

<table><thead><tr><th width="180.6796875">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>Month</strong></td><td><strong>Pending</strong> tag for the current month or <strong>Final</strong> for completed months.</td></tr><tr><td><strong>Test Cycles</strong></td><td>Total cycles executed that utilized Test Optimization.</td></tr><tr><td><strong>Original Time</strong></td><td>Estimated time to run all tests without optimization.</td></tr><tr><td><strong>Actual Time</strong></td><td>The actual time spent executing optimized test sets.</td></tr><tr><td><strong>Saved Time</strong></td><td>See calculation <a href="/pages/YCKrL6wY5wYHIpJvpF6y">here</a>.</td></tr><tr><td><strong>Time Savings Rate</strong></td><td>See calculation <a href="/pages/YCKrL6wY5wYHIpJvpF6y">here</a>.</td></tr></tbody></table>

#### **Customization & Interactions**

* **Column Customizer:** Users can toggle additional columns such as *Original/Actual/Saved Test Counts* and *% Test Savings*. These preferences are saved per user.
* **Breakdown Charts:** Clicking the chart icon on a row opens a side panel with visual distributions of test results and cycle data.
* **Breakdown Analysis:** Clicking the icon opens the **Savings Breakdown** page in a new tab for deep-dive investigation and troubleshooting (Available to Admin/DevOps users only).

***

### FAQ

<details>

<summary><strong>Can I see historical data if Test Optimization is currently turned Off?</strong></summary>

Yes. If the stage has historical data collected while Test Optimization was previously **On**, the metrics and history table will remain available for review even if the current status is **Off**.

</details>

<details>

<summary> <strong>Why is the "Configure Strategy" button disabled for me?</strong></summary>

Only users with **Admin** or **DevOps** roles have the permissions required to modify optimization strategies.

</details>

<details>

<summary><strong>What is the difference between "Pending" and "Final" months in the table?</strong></summary>

A month is marked as **Pending** as long as the calendar month is still active. Once the month concludes, the data is locked and marked as **Final**.

</details>

<details>

<summary><strong>How is "Saved Time" calculated?</strong></summary>

See full explanation in [Savings Calculation](/knowledgebase/test-optimization/savings-calculation.md).

</details>

<details>

<summary><strong>Does this report replace the Savings Breakdown page?</strong></summary>

No. The Savings Breakdown page remain available for deep dive analysis.

</details>


---

# 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/test-optimization/test-optimization-strategy/test-stage-strategy-overview.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.
