# Emailing & Downloading Report

This feature is designed to download and email reports of test script and it adds convenience and flexibility to your testing process. It is available for Functional, Performace and API Process tests.

Once an user run a script, they will be able to download its report from the result page.

## Contents

* [Emailing & Downloading Report](#emailing--downloading-report)
  * [To begin with Emailing & Downloading](#to-begin-with-emailing--downloading)
  * [Downloading Reports](#downloading-reports)
  * [Emailing Reports](#emailing-reports)
  * [Related Topics](#related-topics)

***

## To begin with Emailing & Downloading:

* Create a test script and initiates a test script run for a specific type of test (Functional, Performance, API Process).
* Test script will get executed and navigated to report listing page.

***

## Downloading Reports:

Step-1: Under result page, list of executed script will be listed.

Step-2: Click on **Download** icon, to download report.

![Download](/files/4tjh3TDzl60UKsLYS7PN)

Step-3: Open Downloaded Report file.

![Download](/files/uz1GjA7YNI5bIaWENJ2h)

> Result will be seen as :

![Report 1](/files/CSG59TAC9fo00Cymis1K)

![Report 2](/files/oZbOr41sfqCfvOGMalep)

***

## Emailing Reports:

Step-1: Under result page, list of executed script will be listed.

Step-2: Click on **Send Mail** icon, to download report.

![Mail](/files/yJcr21ivaAmopc22uDPc)

Step-3: Enter email to send report.

![Mail](/files/VijzRTFDynhUjMiwj1vA)

Step-4: Check the email and download report.

![Mail](/files/jDtj22PzzZl5vzkRmKFq)

![Mail](/files/x8AlCVEK93siII3f9Cen)

Step-5: Open Downloaded Report file.

![Download](/files/C2gCcKCvLIHw2molMV0m)

> Result will be seen as :

![Report 1](/files/65NyvwSknXFR3koAMslb)

***

### Related topics

* [API To DB Assertion](/api-testing/functional-testing/api-to-db.md)
* [Functional Parameterization](/api-testing/functional-testing/parameterization.md)


---

# 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/api-testing/advanced-features/emailing-and-downloading-report.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.
