|
| 1 | +--- |
| 2 | +id: accessibility-test-scheduling-scan |
| 3 | +title: Steps to Schedule an Accessibility Scan |
| 4 | +hide_title: false |
| 5 | +sidebar_label: Schedule a Scan |
| 6 | +description: Learn how to schedule accessibility scans with LambdaTest. Configure scans, automate WCAG compliance checks, and analyze detailed reports with ease. |
| 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-scan/ |
| 14 | +site_name: LambdaTest |
| 15 | +slug: accessibility-test-scheduling-scan/ |
| 16 | +--- |
| 17 | + |
| 18 | +import Tabs from '@theme/Tabs'; |
| 19 | +import TabItem from '@theme/TabItem'; |
| 20 | +import NewTag from '../src/component/newTag'; |
| 21 | + |
| 22 | +<script type="application/ld+json" |
| 23 | + dangerouslySetInnerHTML={{ __html: JSON.stringify({ |
| 24 | + "@context": "https://schema.org", |
| 25 | + "@type": "BreadcrumbList", |
| 26 | + "itemListElement": [{ |
| 27 | + "@type": "ListItem", |
| 28 | + "position": 1, |
| 29 | + "name": "Home", |
| 30 | + "item": "https://www.lambdatest.com" |
| 31 | + },{ |
| 32 | + "@type": "ListItem", |
| 33 | + "position": 2, |
| 34 | + "name": "Support", |
| 35 | + "item": "https://www.lambdatest.com/support/docs/" |
| 36 | + },{ |
| 37 | + "@type": "ListItem", |
| 38 | + "position": 3, |
| 39 | + "name": "Steps to Schedule an Accessibility Scan", |
| 40 | + "item": "https://www.lambdatest.com/support/docs/accessibility-test-scheduling-scan/" |
| 41 | + }] |
| 42 | + }) |
| 43 | + }} |
| 44 | +></script> |
| 45 | +## Step 1: Access the Scheduled Scan Feature |
| 46 | +- Open the Accessibility Testing Dashboard. |
| 47 | +- Click the “Scheduled Scan” option from the menu. |
| 48 | + |
| 49 | +<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/1.png').default} className="doc_img"/> |
| 50 | + |
| 51 | +## Step 2: Configure the Scan |
| 52 | +- Enter the Scan Name for identification. |
| 53 | +- Select the desired WCAG version for compliance. |
| 54 | + |
| 55 | +<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/2.png').default} className="doc_img"/> |
| 56 | + |
| 57 | +## Step 3. Add Pages for the Scan |
| 58 | + |
| 59 | +<Tabs className="docs__val"> |
| 60 | + |
| 61 | +<TabItem value="sitemap" label="Extract URLs from Sitemap" default> |
| 62 | +- Enter your domain URL or XML sitemap URL |
| 63 | +- Click on the Fetch Sitemap button to extract all the URLs |
| 64 | +<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/3.2.png').default} className="doc_img"/> |
| 65 | +</TabItem> |
| 66 | + |
| 67 | +<TabItem value="manual" label="Add URLs Manually" default> |
| 68 | +- In the Add Pages field, input individual URLs. |
| 69 | +- Click Add for each URL. |
| 70 | +<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/3.1.png').default} className="doc_img"/> |
| 71 | +</TabItem> |
| 72 | + |
| 73 | +<TabItem value="csv" label="Upload URLs via CSV" default> |
| 74 | +- Prepare a CSV file with the list of URLs. |
| 75 | +- Click Upload CSV to import the file. |
| 76 | +<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/3.3.png').default} className="doc_img"/> |
| 77 | +</TabItem> |
| 78 | + |
| 79 | +</Tabs> |
| 80 | + |
| 81 | +### Advanced Options |
| 82 | +- **Local Testing Setup (Tunnel) :** If scanning locally hosted URLs, add a Local Testing Setup/Tunnel to access non-public environments. <NewTag value="Upcoming" /> |
| 83 | +- **Login Configuration :** For pages requiring authentication, configure the Login Settings by providing credentials or session details. |
| 84 | +- **Review Issues :** Enable Needs Review for areas requiring manual inspection. |
| 85 | +- **Best Practices Issues :** Check Best Practices to include suggestions for better accessibility. |
| 86 | + |
| 87 | +<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/3.4.png').default} className="doc_img"/> |
| 88 | + |
| 89 | +## Step 4. Create the Scan |
| 90 | +- Select between a Recurring scan (Recommended) or a Quick scan which allow you to perform an immediate scan of the provided URLs without scheduling. |
| 91 | +- Specify the frequency (e.g., daily, weekly) and timing details. |
| 92 | + |
| 93 | +Once all details are configured, click Schedule Scan button. |
| 94 | + |
| 95 | +<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/4.png').default} className="doc_img"/> |
| 96 | + |
| 97 | +:::info |
| 98 | +The **Run Initial Scan** checkbox, adds flexibility to the scheduling feature. If enabled: |
| 99 | +- The scan will run immediately after configuration, regardless of the chosen recurring schedule. |
| 100 | +- This is useful for verifying the setup and ensuring that the scan configuration works as intended. |
| 101 | +::: |
| 102 | + |
| 103 | +## Step 5: Access Reports |
| 104 | +- Navigate to the Website Scanner section on the dashboard. |
| 105 | +- Select the desired report from the Scan Summary list. |
| 106 | + |
| 107 | +<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/5.png').default} className="doc_img"/> |
| 108 | + |
| 109 | +## Step 6: Analyze the Scan Report |
| 110 | +After selecting a scan, A detailed scan report will open, as shown in the provided screenshot. The report will display the following key components: |
| 111 | +- **Total Issues :** A graph summarizing the trend of detected issues over the last few runs. |
| 112 | +- **Severity Trend :** A chart categorizing issues by severity (e.g., Critical, Serious, Moderate, Minor). |
| 113 | +- **Pages Scanned :** A list of scanned pages with their corresponding issue counts categorized by severity. |
| 114 | + |
| 115 | +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. |
| 116 | + |
| 117 | +<img loading="lazy" src={require('../assets/images/accessibility-testing/schedule-scan/6.png').default} className="doc_img"/> |
0 commit comments