Integration testing main purpose - Basic concepts of Software Testing - Interface errors

Q.  What is the main purpose of integration testing?
- Published on 29 Jul 15

a. Design errors
b. Interface errors
c. Procedure errors
d. None of the above

ANSWER: Interface errors
 

    Discussion

  • Prajakta Pandit   -Posted on 25 Nov 15

    - Integration testing is the most crucial steps in software development life cycle.

    - This testing, tests the interfaces between the components.

    - It occurs after unit testing and before validation testing.

    - The main purpose of the integration testing is to interface the errors.

    - Sometimes errors occur just because of the wrong version or missing of components. If some kind of situation arise, write a script to integrate and deploy the components, it helps to reduce the manual errors.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)