# Test-Reports-and-Analysis

## Test Reports

Comprehensive test reports are a crucial aspect of your testing process, providing valuable insights into your test executions. Qyrus Device Farm offers detailed reports that offer a wealth of information to help you assess the quality of your application. Here's what you can expect from these reports:

Upon the completion of test executions, the detailed reports include:

1. **Device Vitals**:
   * Vital performance metrics of the devices used in the test.
   * Information about resource usage, CPU, memory, and more.
2. **Appium Logs**:
   * Logs from the Appium server that provide context on the automation process.
   * Debugging information, steps executed, and potential errors.
3. **Device Logs**:
   * Logs from the device itself, offering insights into its behavior during the test.
   * Device-specific information and system-level events.
4. **Video Evidence**:
   * Video recordings of the entire test session.
   * Visual evidence of the test execution, showcasing user interactions and application behavior.

![Alt text](/files/oP3C3fX6i0pgJ5ApwKUy)

## Steps to View Reports

* To view the reports, click on show details.

![Alt text](/files/BxQ1NphrbSsvqDxip3A7)

* Once inside the report, it is broken down in to multiple tabs.

![Alt text](/files/t7MPVWsTfYztu7TuDfpx)

* A summary of the session information is provided.

![Alt text](/files/otv7LLphbke09olRD2Oz)

> **Note:** The button highlighted will send a copy of the report by email.

* Click on the Envelope icon.
* Enter an email in the field.
* If you wish to have multiple emails you can comma separate them.
* Click “Send”

![Alt text](/files/z4A1DRN5s4AhiePUxxEH)

* Information about the device is provided such as the operating system, screen resolution, ram, and CPU.

### ![Alt text](/files/FS5CGAAn2MB21fxFr871)

### Viewing Device Vitals

* Click on the “Device Vitals” tab to view a graphical representation of CPU, memory and network usage matching the session time.

Note: Device vitals for iOS will be displayed only on a Mac system.

![Alt text](/files/Yk0LFbWT8xpfqtE3jYOi)

***

### Accessing Logs, Screenshots & Video

* Click on the “Device Logs” tab to view the logs for the entire session.

![Alt text](/files/AzrEA30X6fzOKNcgTwHi)

* Click on the “Screenshots” tab to view all of the screenshots taken during the session. If you did not take any screenshots, this area will be blank.

![Alt text](/files/zA6BHggfqy7wShsc8tZv)

* Click “Play Video” to view a recording of the actions that were performed on the device.

  ![Alt text](/files/oC5jeuPZdGX5ABSo3Sfz)


---

# 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.qyrus.com/device-farm/test-reports-and-analysis.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.
