Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/accessibility-app-scanner.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords:
- Testing
- Manual
- Accessibility Testing Settings
url: https://www.lambdatest.com/support/docs/accessibility-android-test/
url: https://www.lambdatest.com/support/docs/accessibility-app-scanner/
site_name: LambdaTest
slug: accessibility-app-scanner/
---
Expand Down Expand Up @@ -37,16 +37,16 @@ import TabItem from '@theme/TabItem';
"@type": "ListItem",
"position": 3,
"name": "Accessibility Android Test",
"item": "https://www.lambdatest.com/support/docs/accessibility-android-test/"
"item": "https://www.lambdatest.com/support/docs/accessibility-app-scanner/"
}]
})
}}
></script>
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.
LambdaTest offers a powerful Accessibility Scanner for native Android and iOS 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.
- Your Android app (.apk or .aab) or iOS app should be uploaded to the platform.
- Ensure you have enabled the Accessibility feature from your account or project settings, if applicable.

## Steps to perform Accessibility Testing using the App Scanner
Expand All @@ -63,7 +63,7 @@ LambdaTest offers a powerful Accessibility Scanner for native Android apps, inte
<img loading="lazy" src={require('../assets/images/accessibility-testing/app-automation/app-upload.png').default} alt="Image" className="doc_img img_center"/>

### Step 3: Launch Manual App Testing
- Choose the target Android device and select your application.
- Choose the target Android or iOS device and select your application.
- Click on the **Start** button to launch the manual testing session on the selected device.

### Step 4: Scan the App Screens
Expand Down
4 changes: 2 additions & 2 deletions docs/automation-mcp-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Here are the key benefits of using the Automation MCP Server:
4. Generate new test cases using execution data from LambdaTest.
5. Leverage network logs, Selenium logs, and console logs to pinpoint bottlenecks and failures.

## Connecting to SmartUI MCP Server​
## Connecting to Automation MCP Server​

### Connecting with Cline

Expand All @@ -90,7 +90,7 @@ Cline allows natural language interaction with your codebase—just describe wha
**Step 6:** Click on the Cline icon to open the Cline panel.<br />
**Step 7:** Complete any authentication steps required during first-time setup.

### Connecting Cline to SmartUI MCP Server
### Connecting Cline to Automation MCP Server

#### VS Code Configuration:

Expand Down
Loading