You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/docs/accessibility-testing/accessibility-testing.md
+21-16Lines changed: 21 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,17 +64,20 @@ With Testsigma, you can perform accessibility testing to ensure your web applica
64
64
65
65
## **Steps to Enable Accessibility Testing in Test Plans**
66
66
67
-
1. When creating a test plan, enable the **Accessibility Testing** toggle, expand the **WCAG Versions & Conformance Level** dropdown, and select the required version in **Additional Settings**.
@@ -87,28 +90,30 @@ The page is organized into two main tabs: **Overview** and **All Issues**.
87
90
88
91
The **Overview** tab provides a visual summary of the test execution. Use this tab to quickly check the overall status of the application.
89
92
90
-
-**Issue Overview:** Displays a donut chart that summarizes all issues found during the test. The chart groups issues by severity: **Critical, Serious, Moderate, Minor,** and **Success**. 
91
-
-**Issues by WCAG Principle:** Organizes findings by WCAG principles, such as **Perceivable, Operable, Understandable,** and **Robust**. This section lists the specific criteria violations and the number of failed checks for each principle. 
92
-
-**Issues by Pages:** Lists every URL scanned during the test and the number of accessibility checks that failed on that page. You can use this list to find pages with the most errors. 
93
-
-**Issues by Components:** Categorizes issues by HTML element types. This helps you see if specific code components cause repeated errors.
93
+
-**Issue Overview:** Displays a donut chart that summarizes all issues found during the test. The chart groups issues by severity: **Critical, Serious, Moderate, Minor,** and **Success**. 
94
+
-**Issues by WCAG Principle:** Organizes findings by WCAG principles, such as **Perceivable, Operable, Understandable,** and **Robust**. This section lists the specific criteria violations and the number of failed checks for each principle. 
95
+
[[info | **NOTE**:]]
96
+
| Please refer to the **Best Practices** tab for remediation steps regarding the identified issues. 
97
+
-**Issues by Pages:** Lists every URL scanned during the test and the number of accessibility checks that failed on that page. You can use this list to find pages with the most errors. 
98
+
-**Issues by Components:** Categorizes issues by HTML element types. This helps you see if specific code components cause repeated errors.
94
99
95
100
### **All Issues Tab**
96
101
97
102
The **All Issues** tab displays a detailed list of every violation found. You can use this tab to investigate specific bugs and view relevant code. This tab includes search tools, an issues list, and a details pane.
98
103
99
104
-#### **Search and Filter Options**
100
105
The top bar helps you locate specific issues:
101
-
- **Dropdown Filters:** Select **All TestCases** or **All Pages** to view all issues. You can also select a specific test case or page to filter the results for that item only.
102
-
- **Filter and Search:** Select **Filters** to apply specific criteria, or use the **Search** box to find issues by keyword.
103
-
- **View Options:** The **Step Level** label confirms the issues are currently being shown at the test step level. You can use the status dropdown to filter the list by issue status.
106
+
- **Dropdown Filters:** Select **All TestCases** or **All Pages** to view all issues. You can also select a specific test case or page to filter the results for that item only.
107
+
- **Filter and Search:** Select **Filters** to apply specific criteria, or use the **Search** box to find issues by keyword.
108
+
- **View Options:** The **Step Level** label confirms the issues are currently being shown at the test step level. You can use the status dropdown to filter the list by issue status.
104
109
105
110
-#### **Issues List**
106
111
The main table on the left lists the violations based on your search criteria.
107
112
-**WCAG Criteria:** Shows the specific rule ID. You can sort the list by this column.
108
113
-**Check Description:** Provides a summary of the rule violation.
109
114
-**Status:** Indicates the result of the check.
110
115
-**No of Checks:** Shows the number of times this specific issue occurred.
111
-
-**Severity:** Displays a color-coded label indicating the impact level. 
116
+
-**Severity:** Displays a color-coded label indicating the impact level. 
112
117
113
118
114
119
-#### **Issue Details**
@@ -119,12 +124,12 @@ The **All Issues** tab displays a detailed list of every violation found. You ca
119
124
-**Tags:** Shows the **WCAG Version**, the **Conformance Level**, and the specific Rule ID.
120
125
-**Affected Test Step:** Identifies the specific Test Case and Test Step where the failure occurred.
121
126
-**Element Details:** Displays the HTML code details for the element causing the issue.
122
-
-**Screenshot:** Shows an image of the page element at the time the error was detected.
127
+
-**Screenshot:** Shows an image of the page element at the time the error was detected.
123
128
124
129
### **Global Header Actions**
125
130
126
131
The top-right corner of the page provides global actions for the report:
127
132
-**Compare Runs:** Select this to compare the current report against previous test runs to track improvements.
128
-
-**Export:** Select the export icon to save the report data.
133
+
-**Export:** Select the export icon to save the report data.
Copy file name to clipboardExpand all lines: src/pages/docs/accessibility-testing/mobile-accessibility-testing.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,16 +71,19 @@ With Testsigma, you can perform accessibility testing to ensure your iOS and And
71
71
72
72
## **Steps to Enable Accessibility Testing in Test Plans**
73
73
74
-
1. When creating a test plan, enable the **Accessibility Testing** toggle, expand the **WCAG Versions & Conformance Level** dropdown, and select the required version in **Additional Settings**.
0 commit comments