> For the complete documentation index, see [llms.txt](https://docs.walnutai.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.walnutai.ai/reports-and-analytics/reports/suites-reports.md).

# Suites Reports

The **Suite Reports** page provides visibility into test suite executions. It allows you to monitor execution results and review the test cases executed within each suite.

* **How to Access Suite Reports Path:** **Reports → Execution Reports → Suites**

  * Click **Reports** from the left navigation panel.
  * Click on the **Suites** tab.

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

**What You See on the Suites Page:**\
The Suites page is divided into two main sections that help you review suite execution results.

* **Test Suites Section** – Displays the list of available test suites along with their execution summaries.
* **Execution Results Table** – Shows detailed execution results for the selected suite.

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

**Test Suites Section:** The Test Suites panel lists all available suites.

For each suite you can see:

* **Suite Name** – Name of the test suite.
* **Run Count** – Number of times the suite has been executed.
* **Pass / Fail Count** – Number of test cases passed or failed within the suite.

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

* Click on a suite to view its execution history.
* **Execution Results Table:** The Execution Results Table displays detailed information for each test execution within the selected suite.
  * **Executed At** – Shows when the test case was executed.
  * **Test Run ID** – Unique identifier generated for the execution.
  * **Test Case ID** – Identifies the associated test case.
  * **Test Case Name** – Name of the executed test case.
  * **Duration** – Total time taken for execution.
  * **Status** – Indicates Passed or Failed.
  * **Executed By** – Displays who triggered the execution.

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

**Multiple Iterations in Suite Execution -**&#x49;f a test case within a suite is executed with multiple iterations (using different test data), the execution results are grouped under a single test run in the Execution Results Table.

For such executions, you will see:

* **Iteration Count** – Displays the number of iterations executed (e.g., *“2 iterations”*) below the Test Case Name
* **Execution Summary** – Shows a combined result for all iterations (e.g., *2 Passed / 0 Failed*)
* **Single Test Run Entry** – All iterations are grouped under one Test Run ID instead of separate rows
* **Consistent Test Case Execution** – The same test case is executed multiple times with different data inputs
* **Clear Result Visibility** – Helps quickly understand overall success/failure across all iterations

You can click on the **Test Run ID** to navigate to the Detailed Execution Report, where each iteration and its step-level execution can be reviewed individually.

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