SravaniCh commited on
Commit
20299ea
·
verified ·
1 Parent(s): 798642f

Upload TestCasesforModel.csv

Browse files
Files changed (1) hide show
  1. TestCasesforModel.csv +5 -5
TestCasesforModel.csv CHANGED
@@ -27,11 +27,11 @@
27
  25,"Ensure instructions do not rely solely on sensory characteristics. Sensory characteristics include shape, location, size, orientation, and sound.","Open the web application in the browser. Verify any instructions presented in the web application do not rely solely on sensory characteristics, including sound and the shape, location, size, and orientation of objects. (i.e., do not use phrases like 'click the link below' , or distinguish between two links by the shape of their graphics). Verify that text alternative should be provided to the element which convey information only through shape and layout. Ex: floppy icon used for save functionality does not provide complete information, text alternative such as 'Save' tool tip, or text embedded inside the floppy element would resolve the issue."
28
  26,"Do not use color in a way that requires the user to discriminate between hues as the only means to convey information, indicate an action, prompt a response, or distinguish a visual element.","Open the web application in the browser. Verify color is never used as the sole means to indicate an action, distinguish a page element or convey a piece of information. (i.e., do not use green and red text to indicate good vs. bad practices, or distinguish links from one another by color alone)."
29
  27,"When audio plays automatically (not initiated by the user) for more than 3 seconds, provide a way for users to pause or stop the audio, or to adjust the volume.","Open the web application in the browser. Check for audio elements that play for at least 3 seconds without user input. For each such element, Verify the user can pause/stop the video or adjust the volume. These controls must be reachable and usable via keyboard."
30
- 28,"By default, visible text must have a minimum luminosity contrast ratio of 4.5:1 against the background.",Open the web application in the browser. Verify all small-scale visible text (below 18-point regular/14-point bold) has a brightness ratio of at least 4.5:1 a with its background. Verify all large-scale text (18 point/14 point bold) has a text/background brightness ratio of at least 3:1.
31
- 29,Ensure text can be resized.,"Open the web application in the browser. Verify that text can be resized up to 200% of its default size without the use of assistive technology. Use Zoom option in IE browser settings/ can be done by Control ++ through keyboard. Verify resizing text does not interfere with the content's visibility or functionality (i.e., elements enlarging so they overlap each other, elements getting pushed out of frame). Verify scrollbars are provided wherever text size is increased to accommodate zoom% and they are accessible through keyboard and also ensure focus indicator is also visible in increased zoom mode."
32
  30,"Ensure text is used instead of images of text when technology allows, unless it is essential. Logotypes (text that is part of a logo or brand name) are considered essential and thus can remain images.","Open the web application in the browser. Verify all text on the page is real text, as opposed to images of text. An exception can be made if an image of text is used in a logo or brand name. Verify any logo/brand name images of text have alt text which provides all information the image of text contains."
33
- 31,Ensure that users can move focus out of a control by using a method consistent with the method used to move focus into the control. Ensure keyboard focus is not trapped.,"Verify the browser's focus does not become trapped in any element or jump to unexpected page areas during this navigation. Try all the below before confirming it�s a keyboard Trap Forward Navigation, Backward Navigation, Esc ."
34
- 32,"For any feature that requires users to complete an action within a set period of time, provide a way for people to disable or adjust the time limit (e.g., by increasing the time limit by a minimum of 10 times the default limit). Exceptions include activities where time limits are essential for security or real-time activities, such as gameplay or a live auction.","Open the web application in the browser. Check for elements that require the user to complete an action within a set time limit (i.e., an exam with a 2-hours time limit, or a script which logs users out after 5 idle minutes). Verify that the user can turn off the time limits or extend them to at least ten times their default duration. This includes the ability to extend duration mid-activity. (i.e., a warning modal should appear if a secure session is nearing expiration, with a button that extends the session and closes the modal)."
35
- 33,"Ensure that any auto-updating content that starts automatically and is provided with other content provides a method for users to pause, stop, hide, or to control the frequency of the update.","Open the web application in the browser. Check for visual elements which update or refresh automatically without user input (i.e., auto-scrolling carousels, auto-play videos, chat windows which update when new messages come in). Verify that the user can stop or control update/refresh frequency with a pause button or similar control. These controls must be reachable and usable via keyboard."
36
  34,"Do not create hardware, content, products, services, or tools that are likely to cause seizures due to UI or content that flashes at a rate greater than 3 times per second.","Open the web application with a browser. Check the web application for videos or blinking/flashing content. Verify If any such content is found, use the Photosensitive Epilepsy Analysis Tool (PEAT) to ensure visual content blinks 3 or fewer times per second."
37
  35,"Expose visual groupings and the semantic structure of controls and content programmatically so that users can identify and navigate to, or through, them. Additionally, provide ways for users to activate, or navigate directly to, controls and content with as few interactions as possible (for example, they can bypass UI elements by using keyboard shortcuts or �link to content� links).",Open the web application in the browser. Identify repetitive elements on the page. Verify that user can bypass these repetitive blocks of content and controls using navigational elements.
 
27
  25,"Ensure instructions do not rely solely on sensory characteristics. Sensory characteristics include shape, location, size, orientation, and sound.","Open the web application in the browser. Verify any instructions presented in the web application do not rely solely on sensory characteristics, including sound and the shape, location, size, and orientation of objects. (i.e., do not use phrases like 'click the link below' , or distinguish between two links by the shape of their graphics). Verify that text alternative should be provided to the element which convey information only through shape and layout. Ex: floppy icon used for save functionality does not provide complete information, text alternative such as 'Save' tool tip, or text embedded inside the floppy element would resolve the issue."
28
  26,"Do not use color in a way that requires the user to discriminate between hues as the only means to convey information, indicate an action, prompt a response, or distinguish a visual element.","Open the web application in the browser. Verify color is never used as the sole means to indicate an action, distinguish a page element or convey a piece of information. (i.e., do not use green and red text to indicate good vs. bad practices, or distinguish links from one another by color alone)."
29
  27,"When audio plays automatically (not initiated by the user) for more than 3 seconds, provide a way for users to pause or stop the audio, or to adjust the volume.","Open the web application in the browser. Check for audio elements that play for at least 3 seconds without user input. For each such element, Verify the user can pause/stop the video or adjust the volume. These controls must be reachable and usable via keyboard."
30
+ 28,"By default, visible text must have a minimum luminosity contrast ratio of 4.5:1 against the background.",Open the web application in the browser. Verify all small scale visible text (below 18 point regular/14 point bold) has a brightness ratio of at least 4.5:1 a with its background. Verify all large scale text (18 point/14 point bold) has a text/background brightness ratio of at least 3:1.
31
+ 29,Ensure text can be resized.,"Open the web application in the browser. Verify that text can be resized up to 200% of its default size without the use of assistive technology. Use Zoom option in IE browser settings/ can be done by Control ++ through keyboard. Verify resizing text does not interfere with the content visibility or functionality (i.e., elements enlarging so they overlap each other, elements getting pushed out of frame). Verify scrollbars are provided wherever text size is increased to accommodate zoom% and they are accessible through keyboard and also ensure focus indicator is also visible in increased zoom mode."
32
  30,"Ensure text is used instead of images of text when technology allows, unless it is essential. Logotypes (text that is part of a logo or brand name) are considered essential and thus can remain images.","Open the web application in the browser. Verify all text on the page is real text, as opposed to images of text. An exception can be made if an image of text is used in a logo or brand name. Verify any logo/brand name images of text have alt text which provides all information the image of text contains."
33
+ 31,Ensure that users can move focus out of a control by using a method consistent with the method used to move focus into the control. Ensure keyboard focus is not trapped.,"Verify the browser's focus does not become trapped in any element or jump to unexpected page areas during this navigation. Try all the below before confirming it�s a keyboard Trap Forward Navigation, Backward Navigation, Esc."
34
+ 32,"For any feature that requires users to complete an action within a set period of time, provide a way for people to disable or adjust the time limit (e.g., by increasing the time limit by a minimum of 10 times the default limit). Exceptions include activities where time limits are essential for security or real-time activities, such as gameplay or a live auction.","Open the web application in the browser. Check for elements that require the user to complete an action within a set time limit (i.e., an exam with a 2 hours time limit, or a script which logs users out after 5 idle minutes). Verify that the user can turn off the time limits or extend them to at least ten times their default duration. This includes the ability to extend duration mid-activity. (i.e., a warning modal should appear if a secure session is nearing expiration, with a button that extends the session and closes the modal)."
35
+ 33,"Ensure that any auto-updating content that starts automatically and is provided with other content provides a method for users to pause, stop, hide, or to control the frequency of the update.","Open the web application in the browser. Check for visual elements which update or refresh automatically without user input (i.e., auto scrolling carousels, auto play videos, chat windows which update when new messages come in). Verify that the user can stop or control update/refresh frequency with a pause button or similar control. These controls must be reachable and usable via keyboard."
36
  34,"Do not create hardware, content, products, services, or tools that are likely to cause seizures due to UI or content that flashes at a rate greater than 3 times per second.","Open the web application with a browser. Check the web application for videos or blinking/flashing content. Verify If any such content is found, use the Photosensitive Epilepsy Analysis Tool (PEAT) to ensure visual content blinks 3 or fewer times per second."
37
  35,"Expose visual groupings and the semantic structure of controls and content programmatically so that users can identify and navigate to, or through, them. Additionally, provide ways for users to activate, or navigate directly to, controls and content with as few interactions as possible (for example, they can bypass UI elements by using keyboard shortcuts or �link to content� links).",Open the web application in the browser. Identify repetitive elements on the page. Verify that user can bypass these repetitive blocks of content and controls using navigational elements.