Overview

Overview

Welcome to QTP interview questions

Hello software Quality engineers. Welcome to our Software testing world and common QTP(Quick test pro) related technical issues, interview questions etc. . Over 2 years, I am trying to update all possible interview questions in testing area of QTP. With your continuous comments on the topics and suggestions, we are growing day by day.

Wednesday, December 19, 2007

What is the difference between interface testing and integration testing?

Basically there is not much difference between these two terms. Integration testing mean, testing a complete project/product after integrating the individual components(of that project) into a single component(application).

Interface testing means, interfaces are normally acts as a liaison between two different components or architecture. Interface transfers data between these two components. So in order to complete a project sometimes we need to take the help of interface to connect the 2 different components. Testing of all these together when combined is called interface testing.

No comments:

Post a Comment