# 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

| Application                     | Type                                                                                                         |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| Webservice Standards            | <p>REST </p><p>SOAP</p>                                                                                      |
| Message Format                  | <p>JSON </p><p>XML</p>                                                                                       |
| Webservice Description Language | <p>Swagger or OpenAPI - Version 2.x (supports JSON format scan)<br>WSDL</p>                                  |
| Authentication                  | <p>Basic Authentication </p><p>OAuth 2.0 - Scope - Client Credentials </p><p>Bearer Token </p><p>API Key</p> |
| Certificate                     | <p>Client Certificate </p><p>Server Certificate</p>                                                          |

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

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