Category Archives: API Testing

API Testing

20 API testing interview question

What is an API? It stands for application programming interface. It enables two applications to communicate with each other. It consists of subroutine definitions, logs and tools for creating application software. Examples include: Amazon advertising API, Twitter API, You tube API etc What are the main differences between API and web service? All web services … Read more

Ten tips for successful API testing

In this Post I have written on some of the tips which you should adapt while to execute successfully the API testing All the requirements must be gathered for API testing. Must know the expected outcome for the API tests. Bottom up approach: must pick small API and start building to bigger tests. API automation … Read more