id | title | hide_title | sidebar_label | description | keywords | url | site_name | slug | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
accessibility-test-scheduling-scan |
Steps to Schedule an Accessibility Scan |
false |
Schedule a Scan |
Learn how to schedule accessibility scans with LambdaTest. Configure scans, automate WCAG compliance checks, and analyze detailed reports with ease. |
|
LambdaTest |
accessibility-test-scheduling-scan/ |
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import NewTag from '../src/component/newTag';
<script type="application/ld+json" dangerouslySetInnerHTML={{ __html: JSON.stringify({ "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.lambdatest.com" },{ "@type": "ListItem", "position": 2, "name": "Support", "item": "https://www.lambdatest.com/support/docs/" },{ "@type": "ListItem", "position": 3, "name": "Steps to Schedule an Accessibility Scan", "item": "https://www.lambdatest.com/support/docs/accessibility-test-scheduling-scan/" }] }) }} ></script>- Open the Accessibility Testing Dashboard.
- Click the “Scheduled Scan” option from the menu.
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/1.png').default} className="doc_img"/>
- Enter the Scan Name for identification.
- Select the desired WCAG version for compliance.
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/2.png').default} className="doc_img"/>
- Enter your domain URL or XML sitemap URL - Click on the Fetch Sitemap button to extract all the URLs - In the Add Pages field, input individual URLs. - Click Add for each URL. - Prepare a CSV file with the list of URLs. - Click Upload CSV to import the file.- Local Testing Setup (Tunnel) : If scanning locally hosted URLs, add a Local Testing Setup/Tunnel to access non-public environments.
- Login Configuration : For pages requiring authentication, configure the Login Settings by providing credentials or session details.
- Review Issues : Enable Needs Review for areas requiring manual inspection.
- Best Practices Issues : Check Best Practices to include suggestions for better accessibility.
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/3.4.png').default} className="doc_img"/>
- Select between a Recurring scan (Recommended) or a Quick scan which allow you to perform an immediate scan of the provided URLs without scheduling.
- Specify the frequency (e.g., daily, weekly) and timing details.
Once all details are configured, click Schedule Scan button.
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/4.png').default} className="doc_img"/>
:::info The Run Initial Scan checkbox, adds flexibility to the scheduling feature. If enabled:
- The scan will run immediately after configuration, regardless of the chosen recurring schedule.
- This is useful for verifying the setup and ensuring that the scan configuration works as intended. :::
- Navigate to the Website Scanner section on the dashboard.
- Select the desired report from the Scan Summary list.
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/5.png').default} className="doc_img"/>
After selecting a scan, A detailed scan report will open, as shown in the provided screenshot. The report will display the following key components:
- Total Issues : A graph summarizing the trend of detected issues over the last few runs.
- Severity Trend : A chart categorizing issues by severity (e.g., Critical, Serious, Moderate, Minor).
- Pages Scanned : A list of scanned pages with their corresponding issue counts categorized by severity.
You can drill down into individual page URLs to view the number of issues found on that specific page using filters provided. From the scan report page, you can also edit, share and stop recurring scan if its no longer required.
<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/6.png').default} className="doc_img"/>