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

define STLC life cycle step by step

3 Answers   Cap Gemini,


need answer interviewer will ask me about all project which i mention in resume or presently i'm working??please reply tomorrow is my interview

0 Answers  


which certification we have to complete first? ISTQB or CSTE? in ISTQB which level i have to choose? Foundation level or advanced level? Can any one tell what will be the syllabus and how tough it will be? pls anyone share the experience

4 Answers  


What is Negative testing?

5 Answers  


can any one explain with example the diff between boundary value analysis testcasees and equivalence class testcases pls urgent

6 Answers  


How do test documents in a project span across software development life cycle?

1 Answers  


How can a tester knows that,these testcases are enough for this build or there is no testcases to be written or to stop the testcases now?

3 Answers   VJIL Consulting,


Hi freinds..im priyan 4rm banglore. i recently got an job on 2+(manual testing) by faq experience.in 2 days im going 2 join in company. now, can u any tel me pls how s there n company & environment. and what work did they give for me in starting & vat work shal i do there..? pls give me reply & help me soon. pls dont mind.

3 Answers  


Wht is the Difference between Test Harness and Test Driver Anybody can explain it..Thanks in advance...

5 Answers   Siemens,


Testing OO class operations is made more difficult by Option 1 Encapsulation Option 2 Inheritance Option 3 Polymorphism Option 4 Both Inheritance and Polymorphism

2 Answers   Infosys,


Difference between gui & Functional testing

4 Answers   TCS, Wipro,


with what documents you prepare the test cases? (Asked in Zensar Hyderabad today(17-1-12010))

3 Answers   Zensar,


Categories