> For the complete documentation index, see [llms.txt](https://docs.sealights.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sealights.io/knowledgebase/setup-and-configuration/sealights-agents-and-plugins/abap-agent-2.0/test-tool-integrations.md).

# Test Tool Integrations

ABAP Agent 2.0 reaches external test tools through **test repository adapters** (`[[testrepo]]` in `config.toml`).

For every adapter (including Tosca):

* Configure with the CLI — [Configure Test Repositories](/knowledgebase/setup-and-configuration/sealights-agents-and-plugins/abap-agent-2.0/command-line-interface/configure-test-repositories.md)
* Search after setup — [Search Test Repositories](/knowledgebase/setup-and-configuration/sealights-agents-and-plugins/abap-agent-2.0/command-line-interface/search-test-repositories.md)
* Follow the Guides — [Setup and installation](/knowledgebase/setup-and-configuration/sealights-agents-and-plugins/abap-agent-2.0/guides/setup-and-installation.md) (Part 1) and [Show the value with Test Cycles](/knowledgebase/setup-and-configuration/sealights-agents-and-plugins/abap-agent-2.0/guides/show-the-value-with-test-cycles.md) (Part 2)

Open your adapter page below for a type-specific `testrepo set` parameter table and example (Command Prompt / PowerShell). Common options (`--name`, `--type`, `--pipeline`, `--test-stage`) stay on [Configure Test Repositories](/knowledgebase/setup-and-configuration/sealights-agents-and-plugins/abap-agent-2.0/command-line-interface/configure-test-repositories.md).

**Tosca** adds a different kind of value: **Connect** and **Run a test** guides (Commander and Cloud), plus [Tosca Cloud runner and TIA](/knowledgebase/setup-and-configuration/sealights-agents-and-plugins/abap-agent-2.0/guides/tosca-cloud-runner-and-tia.md) (Part 3) for Cloud playlist optimization.

<table data-view="cards"><thead><tr><th>Title</th><th>Description</th><th data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td><strong>Azure DevOps (ado)</strong></td><td>Adapter type <code>ado</code> — CLI + Guides references.</td><td><a href="/pages/jaDYz7fLtP15myYkgPuL">/pages/jaDYz7fLtP15myYkgPuL</a></td></tr><tr><td><strong>Tosca Commander</strong></td><td>Adapter type <code>tosca</code> — CLI + Guides, plus Connect and Run guides.</td><td><a href="/pages/7W4EDP6qktKvhpqJfhAj">/pages/7W4EDP6qktKvhpqJfhAj</a></td></tr><tr><td><strong>Tosca Cloud</strong></td><td>Adapter type <code>toscacloud</code> — CLI + Guides, plus Connect, Run, and Part 3 TIA.</td><td><a href="/pages/ipS7hWsMxAB9qf7Bdg5G">/pages/ipS7hWsMxAB9qf7Bdg5G</a></td></tr><tr><td><strong>Excel</strong></td><td>Adapter type <code>excel</code> — CLI + Guides references.</td><td><a href="/pages/jeh44M2koPsD40Ie9JTr">/pages/jeh44M2koPsD40Ie9JTr</a></td></tr><tr><td><strong>Xray</strong></td><td>Adapter type <code>xray</code> — CLI + Guides references.</td><td><a href="/pages/l0dRY9Po3IYw1YzANqRX">/pages/l0dRY9Po3IYw1YzANqRX</a></td></tr><tr><td><strong>qTest</strong></td><td>Adapter type <code>qtest</code> — CLI + Guides references.</td><td><a href="/pages/gHBxqJkkbPefVxu9V3RK">/pages/gHBxqJkkbPefVxu9V3RK</a></td></tr><tr><td><strong>Certify</strong></td><td>Adapter type <code>certify</code> — CLI + Guides references.</td><td><a href="/pages/2Fo3SIuYOOnL4JxVdUmT">/pages/2Fo3SIuYOOnL4JxVdUmT</a></td></tr><tr><td><strong>SAP Solution Manager (SSM)</strong></td><td>Adapter type <code>ssm</code> — CLI + Guides references.</td><td><a href="/pages/Wm5uastLy6VrpwVlLOxz">/pages/Wm5uastLy6VrpwVlLOxz</a></td></tr><tr><td><strong>OpenText ALM</strong></td><td>Adapter type <code>alm</code> — CLI + Guides references.</td><td><a href="/pages/NSGOrSVHL32pkSx0f9vR">/pages/NSGOrSVHL32pkSx0f9vR</a></td></tr></tbody></table>

{% hint style="info" %}
Adapter type values in `config.toml` are lowercase: `ado`, `tosca`, `toscacloud`, `excel`, `xray`, `qtest`, `certify`, `ssm`, `alm`.
{% 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://docs.sealights.io/knowledgebase/setup-and-configuration/sealights-agents-and-plugins/abap-agent-2.0/test-tool-integrations.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.
