InterviewSolution
| 1. |
What do you understand by the term accessibility testing? |
|
Answer» Accessibility Testing refers to the process of testing the usability of a software application by ensuring that it can be accessed by people with all abilities and disabilities. The intent of this testing is to verify both the usability and the accessibility of the application. The accessibility of the application should allow for people with all types of disabilities INCLUDING:
In the present scenario, the web has acquired a major position in our lives with e-commerce sites, e-learning, e-payments, etc. Therefore, EVERYONE should be able to use technology to a greater degree, ESPECIALLY people with disabilities. Accessibility testing can be performed both manually and automatically. |
|