# Test File Overview

Test File in FunTEST is represented in LibreOffice Calc spreadsheet.

<figure><img src="https://3835935664-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F10lD1MSN8sl0KAFokfI3%2Fuploads%2F1HS49c85nNTevlDqq71j%2FLibreOffice_7.5_Calc_Icon.png?alt=media&#x26;token=b07da5a6-6a6a-40d4-b1b3-d39c16e62282" alt="" width="64"><figcaption></figcaption></figure>

In the spreadsheet, all the necessary functionalities are defined including test sequence and test reporting.&#x20;

<figure><img src="https://3835935664-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F10lD1MSN8sl0KAFokfI3%2Fuploads%2FNeIHISmsevtB3Z8uBmbt%2F2023-10-18_10h33_33.png?alt=media&#x26;token=d721e679-053b-4b01-912b-0edaece3e4ac" alt=""><figcaption><p>Test File Example</p></figcaption></figure>

### Each Test File has the following tabs

1. **Head**

   This is where the general setting of the test file is defined such as test identification and variable list<br>

   <figure><img src="https://3835935664-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F10lD1MSN8sl0KAFokfI3%2Fuploads%2F6siyhDFyg8p4TCEu7Jwx%2F2023-10-18_15h39_42.png?alt=media&#x26;token=80ee4d10-17de-4e2d-a73a-780a2bb33393" alt="" width="235"><figcaption><p>Detailed view of HEAD tab</p></figcaption></figure>
2. **TEST**

   This is where your test sequence is defined with all necessary test steps<br>

   <figure><img src="https://3835935664-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F10lD1MSN8sl0KAFokfI3%2Fuploads%2FNeIHISmsevtB3Z8uBmbt%2F2023-10-18_10h33_33.png?alt=media&#x26;token=d721e679-053b-4b01-912b-0edaece3e4ac" alt="" width="375"><figcaption></figcaption></figure>

   More detailed description of test file is in [test-sequence-tab](https://funtest-1.gitbook.io/funtest-documentation/creating-test-sequence/test-file-overview/test-sequence-tab "mention")
3. **STAT**

   This where you define any statics that will be saved from each test run<br>

   <figure><img src="https://3835935664-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F10lD1MSN8sl0KAFokfI3%2Fuploads%2FIfpz9VQixeMFo7efcHbw%2F2023-10-18_15h01_58.png?alt=media&#x26;token=83dc5877-c0a9-44db-9b57-71b035f7a2e0" alt=""><figcaption><p>Detailed view of STAT tab</p></figcaption></figure>
4. **VARIANT**\
   This is where you can manage multiple variants of your product. Select the product variant you want to test and the test sequence will get automatically updated.<br>

   <figure><img src="https://3835935664-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F10lD1MSN8sl0KAFokfI3%2Fuploads%2FSxUYWR2S7NQbf1GNBFiU%2F2023-10-18_15h44_54.png?alt=media&#x26;token=0f1533c3-0d3b-4a38-b797-1f9731c0dd13" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Only Head and TEST tabs are mandatory. Other tabs are adding additional functionality that is often desired
{% endhint %}


---

# 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://funtest-1.gitbook.io/funtest-documentation/creating-test-sequence/test-file-overview.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.
