What is difference between integration testing & interface testing?

Showing Answers 1 - 3 of 3 Answers

murali

  • Jan 4th, 2006
 

Integration testing is performed after combinig all individual software components together, to verify whether the integrated component is working according to the specification.

Interface testing is performed during Integration testing to know how the interfaces between integrated

  Was this answer useful?  Yes

sudhakar2068

  • Sep 12th, 2006
 

 Integration testing :Testing of combined parts of an application to determine if they function together correctly. Usually performed after unit and functional testing. This type of testing is especially relevant to client/server and distributed systems.

Interface testing:Interface Testing is not focussed on what the components are doing but on how they communicate with each other, as specified in the "System Design".

 sudhakar kolla.

If you have doubts can ask me.

My Email:kollasudhakar2005@yahoo.co.in.

My Number:09819859346.


 

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions