InterviewSolution
| 1. |
What Exactly Do You Know About Api Testing? |
|
Answer» API basically specifies the WAY the different COMPONENTS of a software interact with each other and what would be the OUTCOME of the same. It is basically a set of procedures and well DEFINED functions that enable the creation of applications which are always in a position to simply access the features and functions of the data of any assigned application. Testing all such functions is generally considered as API testing. API basically specifies the way the different components of a software interact with each other and what would be the outcome of the same. It is basically a set of procedures and well defined functions that enable the creation of applications which are always in a position to simply access the features and functions of the data of any assigned application. Testing all such functions is generally considered as API testing. |
|