2. What is Accessibility Testing?
Verifying a product is
accessible to the people having disabilities
(deaf, blind, mentally disabled etc.).
3. What is Ad Hoc
Testing?
A testing phase where
the tester tries to 'break' the system by
randomly trying the system's functionality.
Can include negative testing as well. See
also Monkey Testing.
4. What is Agile
Testing?
Testing practice for
projects using agile methodologies, treating
development as the customer of testing and
emphasizing a test-first design paradigm.
See also Test Driven Development.
5. What is Application
Binary Interface (ABI)?
A specification
defining requirements for portability of
applications in binary forms across
defferent system platforms and environments.
6. What is Application
Programming Interface (API)?
A formalized set of
software calls and routines that can be
referenced by an application program in
order to access supporting system or network
services.
7. What is Automated
Software Quality (ASQ)?
The use of software
tools, such as automated testing tools, to
improve software quality.
|