Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / sandeep mukherjee

In computer programming, unit testing is a software
verification and validation method where the programmer
gains confidence that individual units of source code are
fit for use. A unit is the smallest testable part of an
application. In procedural programming a unit may be an
individual program, function, procedure, etc., while in
object-oriented programming, the smallest unit is a class,
which may belong to a base/super class, abstract class or
derived/child class.

Integration testing (sometimes called Integration and
Testing, abbreviated "I&T") is the activity[1] of software
testing in which individual software modules are combined
and tested as a group. It occurs after unit testing and
before system testing.

System testing of software or hardware is testing conducted
on a complete, integrated system to evaluate the system's
compliance with its specified requirements. System testing
falls within the scope of black box testing, and as such,
should require no knowledge of the inner design of the code
or logic.

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 ?    15 Yes 2 No

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

Answer / navneet likhar

The big difference between the two testing methodologies is
that unit testing focuses on the internal logic of one
procedure, and integration testing tries to identify
problems that might happen when one procedure (the parent or
"outer" procedure) calls another procedure (the child or
"inner" procedure). Another important difference is that
integration testing usually follows unit testing. After
ridding two or more procedures of any internal defects, you
can integration-test the procedures by checking for defects
in the outer procedure's call statements and in any data or
error messages the inner procedure returns to the outer
procedure.

Is This Answer Correct ?    21 Yes 8 No

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

Answer / esha singh

The differences b/w unit tsting and integration testing are given below:

UNIT TESTING:this testing begins at the base of the spiral,and concentrates on each unit of the software as implemented i the source.

INTEGRATION TESTING:this testing progresses by moving outward along the spiral to integration testing where the focus is on design and the construction of software architecture to be tested.

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More WinRunner Interview Questions

What is a checkpoint and what are different types of checkpoints?

0 Answers  


What all are the different databases winrunner can support?

0 Answers  


what is add-in manager in WinRunner?

2 Answers  


In the flight example flight(select flights) button is recognizing ,it recognizes as object how to gui map configure to button pls explain

2 Answers   Satyam,


How do you call windows APIs, explain with an example?

0 Answers  


which testing life cycle are u following & explain

4 Answers   IBM,


did you winrunner architecture

3 Answers   Wipro,


How winrunner recognise window/object apart from GUI map file?

4 Answers   CA,


Explain the purpose of different record methods?

0 Answers  


What is keyword driven testing? what is the difference between severity and priority?

2 Answers   Mind Tree,


What is the purpose of regexp_msw_class property?

0 Answers  


which option allows to execute script from a given location

1 Answers  


Categories