> For the complete documentation index, see [llms.txt](https://docs.aqua-cloud.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aqua-cloud.io/documentation/projects-and-folders/projects/import-project/testlink-importer-tool-for-migrating-test-cases-to-aqua.md).

# Testlink: importer tool for migrating test cases to aqua

Follow these steps to set up the TestLinkImporter tool and successfully migrate your test cases from TestLink to Aqua:

### Download and extract the zip file

First, you need **to** **download** the `TestLinkImporter.zip` file. Please find the file below.

{% file src="/files/Sn5UOXMIbtyZyUKUTiX7" %}

Then **extract** the contents of the zip file to your desired location.

### Prepare the import folder

**Open** the extracted folder. You should see several files.

<figure><img src="/files/tZj1URwUZMonQ9wPnHV7" alt=""><figcaption></figcaption></figure>

**Place** the file you want to import into the `toImport` folder.

<figure><img src="/files/5V2PfammexotsOyLGQ9N" alt=""><figcaption></figcaption></figure>

### Configure the importer

Open the `TestLinkImporter.exe.config` file with a text editor.

**Provide the following values:**

* **Endpoint address:** In the `<client>` section, set the endpoint address. Ensure it ends with `aquaAPI/Mainservice.asmx`.
* **Username:** Your aqua username.
* **Password:** Your aqua password.
* **apiUrl:** This should also end with `aquaAPI/Mainservice.asmx`.
* **ProjectName:** The name of your project in aqua.
* **FolderName:** The name of the folder where the test cases will be imported.

<figure><img src="/files/OtgheZs0gUZiyJX3rSNp" alt=""><figcaption></figcaption></figure>

**Save** and **close** the config file after making the changes.

{% hint style="info" %}
Please note that you should pre-create projects and folders in aqua in advance.
{% endhint %}

### Run the importer

**Open** the `TestLinkImporter.exe` file.

**Press** the Enter key twice.

<figure><img src="/files/gqeJYxZZM9GrB7RYprDU" alt=""><figcaption></figcaption></figure>

You will see a modal indicating that the file is being imported. Once the test cases  are migrated, the modal automatically closes.

<figure><img src="/files/scy1Sp79IP9dC0IYcT1D" alt=""><figcaption></figcaption></figure>

### Verify the import in aqua

**Switch** to aqua app and **reload** the browser or click on the **Refresh** button. The imported items should now be listed in the navigation grid under the project/folder you provided during configuration of the import.

By following these steps, you should be able to migrate your test cases from TestLink to aqua quickly.


---

# 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://docs.aqua-cloud.io/documentation/projects-and-folders/projects/import-project/testlink-importer-tool-for-migrating-test-cases-to-aqua.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.
