Integraton testing

Answers were Sorted based on User's Feedback



Integraton testing..

Answer / madhan paliwal

integration testing stands for testing the data flow
between the module.In integration testing we come across
two types and they are
1.Incremental integration testing and
2.non-incremental integration testing.

Incrmental integration testing

In incremental integration testing we are going to
incrementally add the module and test the data flow.

In incremental integration testing we come across two types
and they are

a.Top down incremental testing and
b.Bottom up incremental testing

Top down incremental testing
Here we are incrementally adding the module from the top
and be sure that the module which we are adding is child of
previous one.

Bottom Up incremntal testing
Here we incrementally adding the module from the bottom
and be sure that the module which we adding is child of
previos one.

2. Non inremental integration testing

Here if we are not able to identfy which is child and
which is parent i.e unable t identify the root cause
analysis of the product.At that time we will collect all
the module and start testing the module at a time.

Is This Answer Correct ?    3 Yes 1 No

Integraton testing..

Answer / prasad padalkar

Integration testing means- their are several modules in one
application.so for testing we have to integrate all these
modules.so we use integration testing.two types of
integration testing is their 1- Top to down approch and
another one is 2-bottom to up approch. STUB & DRIVERS are
used in integration testing.

Is This Answer Correct ?    2 Yes 1 No

Integraton testing..

Answer / madhanpaliwal

testing the data flow between the module is known as
integration testing.

Is This Answer Correct ?    1 Yes 0 No

Integraton testing..

Answer / baran

Integration testing is combining 2 or more modules and
checking its functionality..

Is This Answer Correct ?    1 Yes 0 No

Integraton testing..

Answer / mahaboob

After unit testing inorder to form the system Developer will establish a connection between the units to varify the interface between the units is called as integration testing.
In integration testing based on availability of modules we perform two types of techniques approaches .
(1)Bigbang approach
(2)Incremental approach

Is This Answer Correct ?    1 Yes 0 No

Integraton testing..

Answer / nitin sharma

Combining two already tested units ina compaonent and check
the interface between them is integration testing
It's of three types
1.Top-Down:It is integration approach When Main module is
ready and sub module are not ready then we use stubs to test
2.Bottom-Up:It is integration approach in which When main
module is not ready and sub module are ready then we use
drivers to test
3.Big Bang: In this approach all are ready modules we
integrate them nad then test

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What is the use of HLD & LLD?

7 Answers  


what is volume,stress,load testing ?

2 Answers  


Can you please explain about the erp project

0 Answers   IBM,


Explain?V?model?

1 Answers   Covansys,


If you are a test lead. Then how should you know all the requirements are covered in Test Cases if your team member has wrote the test cases?

3 Answers   Virtusa,






what is meant by host files web application testing?

0 Answers   Verizon,


What is Bicycle Testing?

1 Answers   ACI Worldwide,


give five problems in software devlopment process?

1 Answers   Millennium,


In my Projects there are permissions for users. According to permissions assigned to user, he can use the application. So Shall I write test cases for each & every permissions? There are 170 permissions for each & every functionality. Please guide me properly.

4 Answers  


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.

3 Answers   Wipro,


what is Software Development Life Cycle (SDLC)?

1 Answers   iFlex, STC,


what is the use of functional specification?

2 Answers  


Categories