|
Before dwelling into the subject of API Testing, we should understand what is the meaning of API or, Application Programming Interface.
An API (Application Programming Interface) is a collection of software functions and procedures, called API calls, that can be executed by other software applications.
API testing is mostly used for the system which has collection of API that needs to be tested. The system could be system software, application software or libraries.
|