# Creating Test Sequence

If you followed the instructions to create a test file from [Create your first project](/funtest-documentation/product-tour/create-your-first-project.md) you can open up the test file by clicking programmer and selecting your test file

{% embed url="<https://www.youtube.com/watch?t=4s&v=JlnkL-By6e8>" %}

The Test File is now open in a spreadsheet editor. The tab call TEST is where you define your test sequence.&#x20;

{% hint style="info" %}
For a detailed Test File description head to [Test File Overview](/funtest-documentation/creating-test-sequence/test-file-overview.md)
{% endhint %}

### Creating Test Sequence

By filling out the specified columns of each step you can start defining your test sequence here is an example of a test sequence in FunTEST

<figure><img src="/files/96cj40C7YdWCgDqpIeoy" alt=""><figcaption><p>Example of a test sequence in FunTEST</p></figcaption></figure>

In other tabs you can define some additional features such as test reporting, variables, and more.

{% hint style="info" %}
For a detailed description of how to create a test sequence and what test step types are available head to [FunTest Commands](/funtest-documentation/creating-test-sequence/funtest-commands.md) and [Test File Overview](/funtest-documentation/creating-test-sequence/test-file-overview.md)
{% endhint %}

### Online Debugging&#x20;

To verify your test sequence is working properly you can use online debug mode where you can manually execute the whole test sequence or individual steps

<figure><img src="/files/cWEo1q6lYlPBcDpN4zag" alt=""><figcaption><p>Online debug window</p></figcaption></figure>

{% hint style="info" %}
Learn more about online debugging here [Online Debugging](/funtest-documentation/creating-test-sequence/online-debugging.md)
{% 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/product-tour/creating-test-sequence.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.
