# Load Test Scripts

In order for Devin to run your tests, they need to be loaded from each branched file manually.&#x20;

1. Go to Branches -> Tests
2. Select the desired file from the list
3. Click Load Tests
4. When the process is finished, click the reload icon to reload the script test list.

<figure><img src="/files/uEr4VlKsk802pR0eFHUu" alt=""><figcaption><p>Loading Test Scripts from a branched file</p></figcaption></figure>

{% hint style="warning" %}
Devin utilizes the FileMaker OData API to execute your tests. For successful test execution, ensure that the `odata` extended privileges are enabled for the account specified when adding the Module to Devin. Additionally, be aware that the FM OData API restricts script names from starting with numbers or containing special characters.
{% 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://docs.devin.fm/guides/tests/load-test-scripts.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.
