Tag «types of interface testing»

What is Interface Testing?

It is a type of testing to check and evaluate the communication between two software systems. Interface is the connection that integrates different components of an application or system. The interface could be anything like APIs, web services etc. Testing of these connecting interfaces is defined as Interface Testing. Every software application comprises of several …