What is Application Binary
Interface (ABI)?
A specification defining requirements for portability of
applications in binary forms across defferent system platforms
and environments.
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.
What is Automated Software Quality (ASQ)?
The use of software tools, such as automated testing tools,
to improve software quality.
What is Automated Testing?
Testing employing software tools which execute tests without
manual intervention. Can be applied in GUI, performance, API,
etc. testing.
The use of software to control the execution of tests, the
comparison of actual outcomes to predicted outcomes, the setting
up of test preconditions, and other test control and test
reporting functions.
|