# Accessibility testing for Test Cloud

> Accessibility testing enables teams to continuously test and validate accessibility conformance of webpages throughout development and release cycles — ensuring digital inclusion, reducing risk, and enabling faster remediation of issues.

Accessibility testing enables teams to continuously test and validate accessibility conformance of webpages throughout development and release cycles — ensuring digital inclusion, reducing risk, and enabling faster remediation of issues.

:::important
Accessibility testing is available in Test Manager when delivered with Test Cloud.
:::

## Prerequisites

1. `Studio Desktop 2025.10.4` or higher.
2. `UI Automation Activities 25.10.26` or higher (which includes the **Accessibility Check** activity).
3. Test Manager delivered through Test Cloud.
4. Permissions enabled for users who generate the **Accessibility Testing** report: `TestExecution.Edit`, `TestExecution.Create`.
5. Permissions enabled for users who view the **Accessibility Testing** report: `TestExecution.Read`.

## End-to-end flow

1. Ensure the `UI Automation Activities` package (25.10.26 or higher) is installed and enabled in your Studio instance (2025.10.4 or higher).
2. Create a Studio automation project which aims at testing whether a webpage meets accessibility requirements. As part of the Studio project, configure a workflow which includes the **Accessibility Check** activity.
3. [Integrate your Studio project with your Test Manager instance](https://docs.uipath.com/test-manager/automation-cloud/latest/user-guide/selecting-automation).
4. Run the project/automation in Test Manager.
5. Check or download the accessibility report in Test Manager.

## Supported standards

Accessibility testing automates the process of checking web applications (direct URLs) for compliance with WCAG 2.1 standard (or higher), with emphasis on levels A and AA.

Users can add text-based prompts to define business, UX, or accessibility rules (“Ensure all CTA buttons user alt text aligned with brand tone.”).

Accessibility testing covers, but is not limited to the following checks:

* Analyze `DOM` and visual accessibility.
* Check for contrast ratio.
* Check for missing `ALT` tags.
* Check the tab order.
* Check for improper `ARIA` roles.
* Highlight problem UI areas on screen using overlays or bounding boxes.

## Reporting

The **Accessibility Testing** report in Test Manager:

* Is automatically uploaded to the related test case and is linked to test executions. Users receive a notification after the upload operation completes.
* Can be consulted in the **Reports** tab of a test case execution.
* Can be downloaded in XLSX format.

The **Accessibility Testing** report does not show a Pass/Fail indicator. However, when including a **Verify** activity in the workflow, after the **Accessibility Check** activity, you can specify the criteria for Pass/Fail, and consult the result in the output of the **Verify** activity.

An **Accessibility Testing** report is generated per test execution, and it includes:

1. A summary of statistics (total issues grouped by severity and rule).
2. A snapshot of the analysis by rule ID, tag or page.
3. The page title and metadata.
4. A detailed middle section including: list of issues (based on the broken rule), color coding of issues based on severity, a remedy suggestion of each issue.

To consult an **Accessibility Testing** report, follow these steps.

1. Go to the **Execution** tab and select an execution.
2. Select a test case, and from the **Reports** tab, consult the **Accessibility Testing** report.
   * Total issue: pie chart distributed by severity (**Critical**, **Serious**, **Moderate**, **Minor**)
   * Issue impact by: horizontal bar chart filtered by **Rule ID**, **Page** or **Tag**
   * All Issues: multi-select table with expandable details for each issue, which can be filtered by **Impact**, **Rule ID**, **Tag**, or **Page**.

Figure 1. Accessibility Testing report - issue details

   ![Accessibility Testing report - issue details](https://dev-assets.cms.uipath.com/assets/images/test-manager/test-manager-accessibility-testing-report-issue-details-649431-3e59b6b7-d5cca1a6.webp)

To download an **Accessibility Testing** report in XLSX format, select one or more issues from the **All Issues** table. Then, in the upper, right-hand side of the **All Issues** table, select **Download**. The report includes the following information: issue, Rule ID, Page URL, Impact, Description, Failure Summary, Target, and HTML.
