API testing is used for the system which has collection of API that needs to be tested. The system could be system software, application software or libraries.In API testing,we need to setup initial environment, invoke API with required set of parameters and then finally analyze the result.It is one among quality testing ,it is called as unit testing as it verifies each and every module level , Component Level and Element Level Coding.
Login to rate this answer.