Certified Quality Engineer Question:

Download Job Interview Questions and Answers PDF

How to perform integration testing in Quality Engineering?

Quality Engineer Interview Question
Quality Engineer Interview Question

Answer:

Integration testing is black box testing. Integration testing focuses on the interfaces between units, to make sure the units work together. For integration testing we ensure that all units testing of the each component is performed earlier. Integration testing begins only after the unit testing. The purpose of integration testing is to ensure different components of the application interact with each other. So that, components work as per the customer requirements. Test cases are developed with the purpose of exercising the interfaces between the components. Integration testing is considered complete, when actual results and expected results are same.

Download Quality Engineer Interview Questions And Answers PDF

Previous QuestionNext Question
Describe the various responsibilities and roles of a quality engineer?How to perform regression testing performed manually in Quality Engineering?