Skip to content

Commit e78952e

Browse files
Aman1905Ishavyas9
authored andcommitted
accessibility test scheduler
1 parent eb5d008 commit e78952e

File tree

10 files changed

+116
-0
lines changed

10 files changed

+116
-0
lines changed
45.2 KB
Loading
16.3 KB
Loading
27.3 KB
Loading
48.3 KB
Loading
27 KB
Loading
41.2 KB
Loading
21.4 KB
Loading
31.4 KB
Loading
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
---
2+
id: accessibility-test-scheduling
3+
title: Accessibility Test Scheduling
4+
hide_title: false
5+
sidebar_label: Accessibility Test Scheduling
6+
description: Customize your testing with LambdaTest Accessibility DevTools' extensive settings, tailored to meet your specific needs and preferences.
7+
keywords:
8+
- LambdaTest
9+
- Accessibility
10+
- Testing
11+
- DevTools
12+
- Accessibility Testing Settings
13+
url: https://www.lambdatest.com/support/docs/accessibility-test-scheduling/
14+
site_name: LambdaTest
15+
slug: accessibility-test-scheduling/
16+
---
17+
18+
import Tabs from '@theme/Tabs';
19+
import TabItem from '@theme/TabItem';
20+
21+
<script type="application/ld+json"
22+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
23+
"@context": "https://schema.org",
24+
"@type": "BreadcrumbList",
25+
"itemListElement": [{
26+
"@type": "ListItem",
27+
"position": 1,
28+
"name": "Home",
29+
"item": "https://www.lambdatest.com"
30+
},{
31+
"@type": "ListItem",
32+
"position": 2,
33+
"name": "Support",
34+
"item": "https://www.lambdatest.com/support/docs/"
35+
},{
36+
"@type": "ListItem",
37+
"position": 3,
38+
"name": "Accessibility Test Scheduling",
39+
"item": "https://www.lambdatest.com/support/docs/accessibility-test-scheduling/"
40+
}]
41+
})
42+
}}
43+
></script>
44+
Web accessibility ensures that all users, including those with disabilities, can access and interact with web content. The process of manually verifying accessibility compliance is often time-consuming and prone to errors. To address this, the **Scheduled Accessibility Scan** feature allows you to automate accessibility checks for websites based on specified **WCAG (Web Content Accessibility Guidelines)** standards, making the process efficient and reliable.
45+
46+
This guide explains how to schedule, configure, and manage accessibility scans using the **Accessibility Testing Dashboard**.
47+
48+
## Key Features
49+
- **Automated Scheduling :** Set up recurring or one-time scans for your websites.
50+
- **WCAG Compliance :** Ensure your websites adhere to WCAG standards (selectable version).
51+
- **Local and Authenticated Pages :** Configure scans for local environments and authenticated pages.
52+
- **Comprehensive Reporting :** Receive detailed scan reports via email and access them on the dashboard.
53+
54+
## Steps to Schedule an Accessibility Scan
55+
### Step 1: Access the Scheduled Scan Feature
56+
- Open the Accessibility Testing Dashboard.
57+
- Click the “Scheduled Scan” option from the menu.
58+
59+
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/1.png').default} className="doc_img"/>
60+
61+
### Step 2: Configure the Scan
62+
- Enter the Scan Name for identification.
63+
- Select the desired WCAG version for compliance.
64+
65+
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/2.png').default} className="doc_img"/>
66+
67+
### Step 3. Add Pages for the Scan
68+
69+
<Tabs className="docs__val">
70+
71+
<TabItem value="manual" label="Add URLs Manually" default>
72+
- In the Add Pages field, input individual URLs.
73+
- Click Add for each URL.
74+
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/3.1.png').default} className="doc_img"/>
75+
</TabItem>
76+
77+
<TabItem value="csv" label="Upload URLs via CSV" default>
78+
- Prepare a CSV file with the list of URLs.
79+
- Click Upload CSV to import the file.
80+
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/3.3.png').default} className="doc_img"/>
81+
</TabItem>
82+
83+
<TabItem value="sitemap" label="Extract URLs from Sitemap" default>
84+
- Enter your domain URL or XML sitemap URL
85+
- Click on the Fetch Sitemap button to extract all the URLs
86+
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/3.2.png').default} className="doc_img"/>
87+
</TabItem>
88+
89+
</Tabs>
90+
91+
#### Advanced Options
92+
- **Local Testing Setup :** If scanning locally hosted URLs, add a Local Testing Setup/Tunnel to access non-public environments.
93+
- **Login Configuration :** For pages requiring authentication, configure the Login Settings by providing credentials or session details.
94+
- **Review Issues :** Enable Needs Review for areas requiring manual inspection.
95+
- **Best Practices Issues :** Check Best Practices to include suggestions for better accessibility.
96+
97+
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/3.4.png').default} className="doc_img"/>
98+
99+
### Step 4. Create the Scan
100+
- Select between a Recurring scan (Recommended) or a Quick scan.
101+
- Specify the frequency (e.g., daily, weekly) and timing details.
102+
103+
Once all details are configured, click Schedule Scan button.
104+
105+
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/4.png').default} className="doc_img"/>
106+
107+
### Step 5: Access Reports
108+
- Navigate to the Website Scanner section on the dashboard.
109+
- Select the desired report from the Scan Summary list.
110+
111+
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/5.png').default} className="doc_img"/>

sidebars.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1623,6 +1623,11 @@ module.exports = {
16231623
},
16241624
],
16251625
},
1626+
{
1627+
type: "doc",
1628+
label: "Accessibility Test Scheduling",
1629+
id: "accessibility-test-scheduling"
1630+
},
16261631
{
16271632
type: "category",
16281633
collapsed: true,

0 commit comments

Comments
 (0)