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 |
Dear friends, I am Ravi, was working as a Test Manager and quit the job due to some personal reasons. I need to get into job at any cost, as it is very critical situation for me. Now I am preparing for interviews, and I seed your help. Please mail me at globalpease2008@gmail.com I'll definitely share all those topics in this form too.... Expect your help and thanks in advance. Regards, Ravi
How many operating system you can installed on one machine? What is NTFS and FAT32?
What is Orphan links ?
explain LCSAJ??
When should testing start in a project? Why?
If I want to do a version testing then how can I do it? Is there any difference between 1.0 & 1.0.0.0 version?
What's the role of documentation in QA?
what is meant by Pre-Conditions that we include in Test Cases? Can anyone provide those for this Website?
What do you like about Windows?
Compatibility Testing
can anybody tell me what would be the architecture for window based application.And what would be the architecture for web based application.(its very urgent)
How do you handle a test case when the test data created with an AGE field becomes invalid since the date of the system changes over time? For example, a person who could be a < 18 years old last month is now > 18 years and the whole scenario fails? Do you keep updating the test data or is there another creative solution here (besides changing the system date & time which can't be done as it is an Internet app)?