Answer Posted / 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 |
Post New Answer View All Answers
What is the Diff between Code Walkthrough & Code Review? What is the diff between walkthrough and inspection? What is meant by GUI Testing?
1.Tell me negative test cases for notepad 2.Tell me the factors for for writing severity based test cases
how to create automation frame work ?
what is the difference between PEGA based web application testing versus web application testing?
In interview How do explain in Testcase of Calcuator,Cellphones, Email testing?
What is test driver and test stub?
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.
Suggest some book to learn more test case???
What is application programming interface (api)?
How we can test Cookies Manually?
Describe your experiences with code analyzers.
what is port testing and do it comes in manual testing?
Write a Test scenario for Outlook Search functionality.
1)can u tell me, what is the roles and responsibles for database tester in DB testing from requirement stage to UAT stage....2) what are the i/p documents he wants and who wil give the i/p docs. to DB tester.and tell me what exactly db test case means what?
What is virtual creation tool?