What are the differences between interface and integration testing?Are system specification and functional specification the same?What are the differences between system and functional testing?

Showing Answers 1 - 6 of 6 Answers

Deepak

  • Jul 4th, 2006
 

Interface testing is to test the behaviour of the application when there is more application involves

and Integration testing is to check the the behaviour of application when more then one module of the same application

  Was this answer useful?  Yes

testing99

  • Jul 11th, 2006
 

System testing is testing the application as per the overall business requirements and Functional testing is testing the application as per the functional requirements.

  Was this answer useful?  Yes

Guest

  • Sep 3rd, 2006
 

 Interface testing:testing conducted to evaluate whether systems or components pass data and control correctly to one another.

Integration testing: Intergration testing is the process of combining and testing multiple componenents togther.

To assure that the software units / compents operate properly when combined together.

To discover errors in the interface between the components, Verify Communication between Units.

It is done by developer/QA teams

sudhakar kolla

if you having doubts can ask me.

my email:kollasudhakar2005@yahoo.co.in

my number is:09819859346.

Sujatars

  • Aug 21st, 2007
 

Interface testing is to test the behaviour of the application,It basically testing if the data is flowing properly

Integration testing is testing all the modules in integrated way , checking for the dependencies and communications between each modules.

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