Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 are the recommended sites or books for software testing?

2 Answers  


difference between regression testing and re testing?

14 Answers   Bizpivot, CTS,


As a Tester how we choose black or white box testing technique for a application?

4 Answers  


I am doing manual testing for on web application.how to prepare the tracebility matrix for that website? whats the use of the tracebility matrix?. canu send one model of the tracebility matrix.

2 Answers   SoftSquare,


where do u store Testcases and where do u store versions

2 Answers  


8 What can static analysis NOT find? a) The use of a variable before it has been defined b) Unreachable (“dead”) code c) Whether the value stored in a variable is correct d) The re-definition of a variable before it has been used e) Array bound violations

2 Answers   Nucleus Software,


who provides the test data in ur company?

2 Answers   Accenture,


Explain about PET Model?

0 Answers   AppLabs,


what is accessibility testing?

1 Answers   Sapient, Valtech,


First window is registertion window where u will be having the fields to entering the name,password and confirm password and Ok button.After hitting the OK button it will take u to 2nd window, wel come window for the user with the msg welcome user. 3rd window will be login screen where u will be entring the user name and password with out any mistake in case and spell (i.e u entered correctly)and 4th window it shows that user does not exits .What will be reasons? Other then data base not connected.

10 Answers   AZTEC,


how can test the entire web site?

6 Answers   Accenture,


Write the test cases for credit card accessing the money transfer

2 Answers   HP, IBM, PanTerra,


Categories