> For the complete documentation index, see [llms.txt](https://funtest-1.gitbook.io/funtest-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://funtest-1.gitbook.io/funtest-documentation/product-tour/test-reporting.md).

# Test Reporting

{% embed url="<https://www.youtube.com/watch?v=4IwnJ0gqF4E>" %}

There 3 major types of test reports you can utilize in FunTEST

1. ### PDF or CSV Report from each test run

   • Create a tab called REPORT within the test file

   • To populate it with test results from each run refer to the test cells from the TEST tab\
   • In your test sequence export the REPORT sheet as PDF<br>

   <figure><img src="/files/LLV8v6DpylpriiwrnUxc" alt="" width="375"><figcaption><p>PDF Test Report generated by FunTEST</p></figcaption></figure>
2. ### Create Test Statistics

   • To create a single file that includes results from each run you can utilize the STAT tab&#x20;

   • In the STAT tab refer to cells from TEST tab that you want to record from each test run. <br>

   <figure><img src="/files/l36adiU30mjbwz2vfcQP" alt=""><figcaption><p>STAT tab definition</p></figcaption></figure>

   • This will save these values and append them to a single CSV file where you can then perform analysis such as product-to-product variant etc...\
   • You can tag create test reports for overall test station statistics<br>

   <figure><img src="/files/TTMWW29zWeNWgcnqbWd1" alt="" width="375"><figcaption><p>Test Report monitoring resistance values from multiple tests</p></figcaption></figure>
3. ### Upload Data to SQL Database

   You can also upload any test results automatically to SQL database.&#x20;

<figure><img src="https://images.unsplash.com/photo-1633412802994-5c058f151b66?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHwxfHxzcWx8ZW58MHx8fHwxNjk3NjY3MDQ2fDA&#x26;ixlib=rb-4.0.3&#x26;q=85" alt="" width="188"><figcaption><p>SQL Database</p></figcaption></figure>

{% hint style="info" %}
To upload data to SQL database you need to have Database plugin. More info here [Plugin Overview](/funtest-documentation/funtest-plugins/plugin-overview.md)
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://funtest-1.gitbook.io/funtest-documentation/product-tour/test-reporting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
