Accessibility Testing is a non-functional testing type. This means anyone can use a particular web application, mobile application, website, or any other software package. Any human means not only perfect men or women but also differently able people as well.
Things can be used for testing,
Things can be used for testing,
- Zooming tools,
- Hearing tools,
- Speech recognition tools,
- Dynamic brail printers.
- Color blindness testing by changing CSS files.
Basics we can do,
- Alternative texts,
- Color contrast.
- Use standards for HTML coding.
- Tips should work(Alter tag should be used).
- For decorative images should have alter tag but empty.
- One H1 tag per page.
- Every page should have a title.
- Every frame should have a title.
- Tabs keys should work with the system and a particular element should have a focus indicator.
- Labels should be associated with correct input fields.
- Every page should have a lang attribute.
Comments
Post a Comment