> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/introduction-to-avo-assure/supported-technologies.md).

# Supported Technologies

Avo Assure supports multiple technologies across APIs, desktop applications, web platforms, enterprise systems, databases, and mainframe environments. This article describes the supported technology categories and versions that Avo Assure can interact with during automated testing. Use this information to understand how Avo Assure fits into your technology environment and to identify the systems you can include in your automation strategy.&#x20;

## API Testing

| Components            | Types / Formats                                                                                                                                                                                                                                                                   |
| --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Webservice Standards  | <ul><li>REST </li><li>SOAP</li></ul>                                                                                                                                                                                                                                              |
| Message Format        | <ul><li>JSON </li><li>XML</li><li>Form-data</li><li>x-www-form-urlencoded</li></ul>                                                                                                                                                                                               |
| Import API Definition | <ul><li>Swagger or OpenAPI - Version 2.x and 3.x (supports JSON format)</li><li>WSDL</li></ul>                                                                                                                                                                                    |
| Authentication        | <ul><li>Basic Authentication </li><li>OAuth 2.0 - Scope - Client Credentials </li><li>Bearer Token </li><li>API Key (Supports JWT Token)</li></ul>                                                                                                                                |
| Certificate           | <ul><li>Server Certificate </li><li><p>Client Certificate<br>Below are the file types:</p><ul><li>Java KeyStore (JKS) </li><li>Privacy Enhanced Mail (PEM)</li><li>Personal Information Exchange (PFX)</li><li>Public Key Cryptography Standards #12 (PKCS12)</li></ul></li></ul> |

## Desktop

| Category                            | Type                                          |
| ----------------------------------- | --------------------------------------------- |
| Windows Desktop Applications        | <p>Win32</p><p>WPF</p><p>VB.net</p><p>UWP</p> |
| Cross-Platform Desktop Applications | <p>Java Swing</p><p>Qt-based</p>              |

## SAP

| Application        | Interface Version | Platform |
| ------------------ | ----------------- | -------- |
| SAP HANA           | SAP 740 and above | GUI      |
| SAP ECC            | SAP 740 and above | GUI      |
| SAP Ariba          | -                 | Web      |
| SAP SuccessFactors | -                 | Web      |
| SAP Concur         | -                 | Web      |

{% hint style="info" %}
**Note**: Avo Assure also supports automation of other SaaS-based SAP applications.
{% endhint %}

## Oracle

| Application                     | Version |
| ------------------------------- | ------- |
| Oracle Fusion                   | -       |
| Oracle Fusion Application Suite | -       |

## Salesforce

Avo Assure supports all applications built on Salesforce, including Lightning objects.

## Mainframes

| Emulator       | Version |
| -------------- | ------- |
| Bluezone       | 7       |
| PCOMM          | 13      |
| RUMBA          | 9.5     |
| Host On-Demand | 11 & 12 |
| Mocha          | 3270    |

## Databases

### Relational Databases

| Relational Database | Database Number |
| ------------------- | --------------- |
| MSSQL               | 4               |
| Oracle              | 5               |
| PostgreSQL          | 14              |

### Non-Relational Databases

| Non-Relational Database | Database Number |
| ----------------------- | --------------- |
| MongoDB                 | 9               |


---

# 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:

```
GET https://docs.avoautomation.com/avo-assure/introduction-to-avo-assure/supported-technologies.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.
