What is integration testing
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
What are the main key components in web applications and client and server applications?
Can anybody send me sample test case for GUI testing for a web page? for eg Homepage
What is a Test Log ,How is it differnt from a bug REport
can u give me the sample bug report
What is meant by resource allocation?(asked in interview for test lead)?
8 Answers Accenture, Acro Technologies,
What is the differencein validation & verification?? What we exactly do in verification & validation ????? Give an example....
1.What is Traceability Matrix and who prepare it. 1.1 How u can map the Requiremet wid Test Cases. 1.2 How u can find out that in Particular Test Case,some requirement is missing. 1.3 For a particular requirement,how u determine that how many TCs should prepare. 1.4 Gaie the Idea about Tracability Matrix,meant Format.
If one testcase takes 24hours to execute.what will be the status u will be giving to it?and wht u will report to ur TL?I mean to say will u include the above testcase or exclude it?plz suggest me with the exjact answer.
how to test an web application. and what step have to considered first.
What is SRS , BRS and FDS?
how do you ensure by testing that the transactional refuilement or an application are met
What is Risk anlaysis in software testing?