diff --git a/docs/accessibility-android-test.md b/docs/accessibility-android-test.md
index 4b40bfdb1..b7b92c6a7 100644
--- a/docs/accessibility-android-test.md
+++ b/docs/accessibility-android-test.md
@@ -1,13 +1,13 @@
---
id: accessibility-android-test
-title: Automation Tests with Accessibility Tool using Android
-sidebar_label: Automation
+title: Accessibility Testing Using App Manual Testing
+sidebar_label: Manual
description: Use LambdaTest Accessibility DevTools to detect and report accessibility issues with automation, following WCAG guidelines.
keywords:
- LambdaTest
- Accessibility
- Testing
- - Automation
+ - Manual
- Accessibility Testing Settings
url: https://www.lambdatest.com/support/docs/accessibility-android-test/
site_name: LambdaTest
@@ -42,114 +42,53 @@ import TabItem from '@theme/TabItem';
})
}}
>
-
-This guide walks you through automating accessibility testing of a native Android app using **LambdaTest's Accessibility Automation Tool (Beta) via Appium**. You'll run an automated accessibility scan on a real Android device hosted on LambdaTest’s real device cloud infrastructure.
+LambdaTest offers a powerful Accessibility Scanner for native Android apps, integrated seamlessly with our manual app testing environment. This helps QA teams and developers identify accessibility issues directly during real-time testing sessions. Follow this guide to understand how to perform accessibility scans manually.
## Prerequisites
+- You must have access to the LambdaTest Real Device Cloud.
+- Your Android app (.apk or .aab) should be uploaded to the platform.
+- Ensure you have enabled the Accessibility feature from your account or project settings, if applicable.
-- Your [LambdaTest Username and Access key](/support/docs/using-environment-variables-for-authentication-credentials/)
-- Python 3.x or Java JDK 8+ installed
-- Appium Python Client or Java Client Library
-
-## Step-by-Step Guide to Trigger Your Test
-
-### Step 1: Setup Your Test Suite
-
-You can use your own project to configure and test it. For demo purposes, we are using the sample repository.
-
-:::tip sample repo
-Download or Clone the code sample from the LambdaTest GitHub repository to run your tests.
-
-
-
+
\ No newline at end of file
diff --git a/sidebars.js b/sidebars.js
index 20238460d..9d48c6d8a 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -1742,9 +1742,14 @@ module.exports = {
items: [
{
type: "doc",
- label: "Automation",
+ label: "Manual",
id: "accessibility-android-test",
},
+ {
+ type: "doc",
+ label: "Automation",
+ id: "accessibility-android-automation-test",
+ },
]
},
{