Skip to content

Commit 2209959

Browse files
updated the accessibility
1 parent 5d0bb37 commit 2209959

File tree

7 files changed

+18
-11
lines changed

7 files changed

+18
-11
lines changed
-98.2 KB
Binary file not shown.
96.5 KB
Loading

docs/accessibility-android-automation-test.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Before getting started, ensure the following:
5656
- Appium-Python-Client installed
5757
- Access to a valid Android device on LambdaTest (real or virtual).
5858

59+
> This will work for both Android and iOS applications.
60+
5961
## Step 1: Setup the Environment Variables
6062

6163
You need to export your environment variables *LT_USERNAME* and *LT_ACCESS_KEY* that are available in your [LambdaTest Profile page](https://accounts.lambdatest.com/security). Run the below mentioned commands in your terminal to setup the environment variables.
@@ -197,4 +199,8 @@ Run the following command in the directory where your project has been saved to
197199
python3 test.py
198200
```
199201

200-
<img loading="lazy" src={require('../assets/images/accessibility-testing/app-automation/5.png').default} alt="automation-dashboard" className="doc_img"/>
202+
## Accessibility Dashboard and Reporting
203+
You can check the complete detailed report on the [Accessibility Dashboard](https://accessibility.lambdatest.com/automation)
204+
205+
<img loading="lazy" src={require('../assets/images/accessibility-testing/app-automation/6.png').default} alt="automation-dashboard" className="doc_img"/>
206+

docs/accessibility-android-test.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ LambdaTest offers a powerful Accessibility Scanner for native Android apps, inte
5555
- From the left-hand menu, click on Accessibility.
5656
- Select the **App Scanner** tab under the Accessibility tab.
5757

58-
### Step 2: Uplaod your Application
59-
- To start accessibility testing, you need to uplaod your application first.
60-
- Click on the **Uplaod** button to upload it from your local system.
58+
### Step 2: Upload your Application
59+
- To start accessibility testing, you need to upload your application first.
60+
- Click on the **Upload** button to upload it from your local system.
6161
- You can also install via Playstore or Firebase or upload via URL.
6262

6363
<img loading="lazy" src={require('../assets/images/accessibility-testing/app-automation/app-upload.png').default} alt="Image" className="doc_img img_center"/>
@@ -69,13 +69,13 @@ LambdaTest offers a powerful Accessibility Scanner for native Android apps, inte
6969
### Step 4: Scan the App Screens
7070
- Once the session is started and your app is launched on the device, click on the **Start Scanning** button to start the scanning of current page.
7171
<img loading="lazy" src={require('../assets/images/accessibility-testing/app-automation/1.png').default} alt="Image" className="doc_img img_center"/>
72-
72+
<br />
7373
- Interact with your app just like a real user — navigate through different screens, buttons, and views.
7474
- The scanner will analyze the current screen and return a list of detected accessibility issues.
7575

7676
<img loading="lazy" src={require('../assets/images/accessibility-testing/app-automation/2.png').default} alt="Image" className="doc_img img_center"/>
7777

78-
### Step 4: Review Accessibility Issues
78+
### Step 5: Review Accessibility Issues
7979
After scanning, you’ll see a categorized list of issues based on severity (Critical, Serious, Moderate, Minor). Each issue includes:
8080
- Description of the accessibility problem.
8181
- List of affected element.
@@ -85,7 +85,7 @@ Continue testing by navigating to additional screens in the app and scanning the
8585

8686
<img loading="lazy" src={require('../assets/images/accessibility-testing/app-automation/3.png').default} alt="Image" className="doc_img img_center"/>
8787

88-
### Step 5: Accessibility Report
88+
### Step 6: Accessibility Report
8989
After completion of your scanning, click on the **Save Test** button.
9090
- Go to the **Manual Reports** tab under the Accessibility tab.
9191
- Select your desired report

docs/accessibility-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Accessibility testing ensures that your product is usable by people with disabil
8484
</a>
8585
<a href="/support/docs/accessibility-test-scheduling">
8686
<div className="support_inners">
87-
<h3>Test Scheduling</h3>
87+
<h3>Sitemap Scheduling</h3>
8888
<p>Streamline your accessibility testing by automating checks and generating comprehensive reports.</p>
8989
</div>
9090
</a>

docs/support.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,9 @@ import NewTag from '../src/component/newTag';
222222
<a href="/support/docs/accessibility-testing/"><p className="p_home_inners">Getting Started</p></a>
223223
<a href="/support/docs/accessibility-devtools/"><p className="p_home_inners">Accessibility DevTools</p></a>
224224
<a href="/support/docs/accessibility-automation/"><p className="p_home_inners">Accessibility Web Automation</p></a>
225-
<a href="/support/docs//accessibility-android-test/"><p className="p_home_inners">Native App Scanner</p></a>
226-
<a href="/support/docs/accessibility-android-automation-test/"><p className="p_home_inners">Native App Automation</p></a>
225+
<a href="/support/docs/accessibility-test-scheduling/"><p className="p_home_inners">Sitemap Scheduling</p></a>
226+
<a href="/support/docs//accessibility-android-test/"><p className="p_home_inners">Native App Scanner &nbsp; <NewTag value="BETA" /> </p></a>
227+
<a href="/support/docs/accessibility-android-automation-test/"><p className="p_home_inners">Native App Automation &nbsp; <NewTag value="BETA" /> </p></a>
227228
<a href="/support/docs/screen-reader-on-accessibility/"><p className="p_home_inners">Screen Reader</p></a>
228229
</div>
229230
</div>

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1753,7 +1753,7 @@ module.exports = {
17531753
{
17541754
type: "category",
17551755
collapsed: true,
1756-
label: "Native App Accessibility Rules",
1756+
label: "Rules Engine",
17571757
items: [
17581758
{
17591759
type: "doc",

0 commit comments

Comments
 (0)