# OMdashboard

### Abstract

If an OMdashboard is installed on a IIS Web server, all statistical results defined in the "Dashboard Configuration" are published automatically after every batch run of a test scenario.

There are two update modes available:

* **Overwrite mode**: Deletes actual executed scenario results on dashboard and creates the new structur for the latest run. (Default)
* **Update mode**: Keeps the old results from the last scenario runs visible and updates the executed test objects within the scenario only.

On every dashboard level there are several additional functions available:

* The pie chart represents the summary of all object underlying test results (Success Rate, Runtime etc.)
* Every recorded test object delivers a statistical information with the percentage of succeeded test runs (mouse over shows amount of passed / failed cases)
* Every recorded test object keeps the latest test result of the day archived. The results can be reviewed when clicking on the related histogram of a recorded object.

### Home Level

<figure><img src="/files/htUYzNEnestVMZXwKPsb" alt="OMdasboard home screen" width="80%"><figcaption><p>OMdasboard home screen</p></figcaption></figure>

This page is the home page of the OMdashboard. All business systems are listed on this level. The standardard link to this page is: `//<server>/OMdashboard/omrun/MainNode/dashboard.aspx`

***

### Environment Level

<figure><img src="/files/g6RW5ib8VyHM7w8X6xrg" alt="OMdasboard environment tabs" width="80%"><figcaption><p>OMdasboard environment tabs</p></figcaption></figure>

For every environment there is automatically a separate tab created if the test scenario is executed and the scenario and its respective environment are ticked-on in the dashboard configuration. The system is able to detect test scenario anomalies:

|                          Icon                          | Meaning                                                |
| :----------------------------------------------------: | ------------------------------------------------------ |
| ![OMdashboard flash sign](/files/ssRwhaLyo7ShkiWeGbGM) | Infrastructure Issue                                   |
| ![OMdashboard flash sign](/files/jUbJBFCZWvOwxn9fUbHh) | A data compare shows status green but contains no data |

***

### Component Level

This level shows all Test Objects listed under the selected Component with their statistical results.

<figure><img src="/files/YEbYDWHPv29OHlYYdvDp" alt="OMdasboard component level" width="80%"><figcaption><p>OMdasboard component level</p></figcaption></figure>

***

### Test Object Level

On the Test Object level, it is possible for authorized users to download the [Excel Result Reports](/omrun-help/result-analysis/excel-result-reports.md) with all detailed attribute differences directly from the dashboard. (click on the Excel symbol at the end of the result list)

<figure><img src="/files/8c6XhUWAzncU1u1blfp0" alt="OMdasboard test object level" width="80%"><figcaption><p>OMdasboard test object level</p></figcaption></figure>


---

# 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://dbi-services.gitbook.io/omrun-help/result-analysis/omdashboard.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.
