What is integration testing

Answers were Sorted based on User's Feedback



What is integration testing..

Answer / renu tiwari

Integration testing (sometimes called Integration and
Testing, abbreviated "I&T") is the phase in software testing
in which individual software modules are combined and tested
as a group

Is This Answer Correct ?    10 Yes 2 No

What is integration testing..

Answer / mfsi_priyankaa

In Unit Testing we test individual modules and then in
integration testing we test the interfaces between the modules.

Is This Answer Correct ?    2 Yes 2 No

What is integration testing..

Answer / geethu

Integration testing is used to test the high level
functional specifications i.e software/hardware.these tes
tcan be done in group wise modules

Is This Answer Correct ?    1 Yes 1 No

What is integration testing..

Answer / pragathi

in integration testing individual s/w modules are combined
together and conducted the test on that

Is This Answer Correct ?    0 Yes 0 No

What is integration testing..

Answer / surendherreddy

In integration testing the individual tested units are
grouped as one and the interface between them is tested.
Integration testing identifies the problems that occur when
the individual units are combined i.e it detects the problem
in interface of the two units. Integration testing is done
after unit testing.

There are mainly three approaches to do integration testing.

Is This Answer Correct ?    0 Yes 0 No

What is integration testing..

Answer / saaransh

In this, the interfaces between modules are checked. It is usually done by Tester and Developer

Is This Answer Correct ?    1 Yes 2 No

What is integration testing..

Answer / suba

Testing of the application after the individual modules are integrated,to verify the modules works fine after integration.

Is This Answer Correct ?    1 Yes 2 No

What is integration testing..

Answer / raj

Integration testing, also known as integration and testing
(I&T), is a software development process which program units
are combined and tested as groups in multiple ways. In this
context, a unit is defined as the smallest testable part of
an application. Integration testing can expose problems with
the interfaces among program components before trouble
occurs in real-world program execution. Integration testing
is a component of Extreme Programming (XP), a pragmatic
method of software development that takes a meticulous
approach to building a product by means of continual testing
and revision.

There are two major ways of carrying out an integration
test, called the bottom-up method and the top-down method.
Bottom-up integration testing begins with unit testing,
followed by tests of of progressively higher-level
combinations of units called modules or builds. In top-down
integration testing, the highest-level modules are tested
first and progressively lower-level modules are tested after
that. In a comprehensive software development environment,
bottom-up testing is usually done first, followed by top-
down testing. The process concludes with multiple tests of
the complete application, preferably in scenarios designed
to mimic those it will encounter in customers' computers,
systems and networks.

Is This Answer Correct ?    0 Yes 1 No

What is integration testing..

Answer / guest

ven programs r based lined, to inter connect programs we write
other program to integrate them

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Manual Testing Interview Questions

Hi, I wanted to go with TestingDomain-Automation. Regarding this I need to take training on any one tool either WinRunner or LoadRunner. Which is better to get job,having future and takes lesstime with easier***. pls mention one tool name. Basically iam manual test engineer on unix- platform.

2 Answers  


what happens to the test plan of the application has a functionality not mentioned in the requirement

4 Answers  


Actually by using severity you should know which one you need to solve so what is the need of priority?

0 Answers  


user A done some changes for a portion of test case doc. And user B also done some changes to same portion. If user-A checks in his file first then user-B. Then what is the state of that file?

2 Answers   AZTEC, TCS,


Hi, I am planning to write ISTQB Advanced level certification (Functional & Technical). Pls help me to find out the material for these certifications and which one to write first(Functional or Technical)

2 Answers  






i know that there are two types of applicationa.one is web applications and the other is client-server application.web means online applications,and client server means we have to install in our systems to use it.now my question is ,yahoo messenger which we have to install in our system and have to work on line.this application comes under which type of application.

2 Answers  


what is bug life cycle? (Asked in Zensar Hyderabad today(17-1-12010))

5 Answers   Zensar,


this question i got from iflex anybody pls give some useful information. is it possible to get severity1bugs in thirds round testing before release after two rounds of system testing completed?

2 Answers   iFlex,


Suppose you have production data copied into the test environment. What are the advantages and disadvantages?

1 Answers  


What is webbased application testing?

2 Answers  


can any one give the definitions for the High Level Design and the Low Level Desigh in the Designing part of SDLC????

3 Answers  


differentiate re-testing and regression testing

7 Answers  


Categories