what is the difference between unit testing,integration
testing and interface testing?

Answer Posted / satish

Unit Testing
------------
In computer programming, unit testing is a procedure used to
validate that individual units of source code are working
properly. A unit is the smallest testable part of an
application.

Integration Testing
-------------------
Integration Testing is the phase of software testing in
which individual software modules are combined and tested as
a group and verify proper communication between the modules.

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".The tests are organized to
check all the interfaces, until all the components have been
built and interfaced to each other producing the whole system.

Is This Answer Correct ?    47 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you copy and move objects between different gui map files?

650


How do you load GUI map?

700


Name the different types of checkpoints?

604


Are there any suitable free tools to conduct performance test on a php web application?Manual or automation which is preferable for such kind of application? please answer ASAP

1805


Explain the purpose of gui map configuration?

624






you hae a inbox and got a mail how can you know it is there or not write script.

1567


What is the purpose of gui map configuration?

619


How do you filter the objects in the gui map?

683


What do you mean by the logical name of the object.

644


Write test scripts on a scenario where you have to transfer data from one table to another.

1587


Explain the difference between gui map and gui map files?

601


How should we write and execute a user define function using WinRunner.

1642


How do you find out which is the start up file in winrunner?

602


How do you execute your tests from windows run command?

1453


what is the testing high level architecture

2401