Integraton testing

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you explain usability testing?

701


If client give you a project then which testing you will perform first

715


what is base time , how can we base time your doc"s ?

1459


where do we work with Application, web and Database servers Means which type of applications.

1469


What is 'Account Conditioning'?

3978






What are the review documents used for testing?

1572


Why is it impossible to test a program thoroughly or in other terms 100% bug-free?

985


What is ofx testing?

782


What is Web architecture that are followed while doing online project and tell the samples of architecture?

1803


Hi All. How can we write negative test cases for Logout Operation ? Please place the answer with a few details and if possible add some related object properties. "A tester exposes his/her ability not only by words he/she also proof it by work"

2511


Why Equivalence Partitioning is called equivalence or what is the significance of equivalence term in ECP?

1639


Hello. I am not here to answer your question. I jus found a job as software QA engr. And i am totally new to software testing. So can someone pls help me in the following scenario? there is this registration screen, and it contain: One textbox called Nickname which only accept alphanumerical One textbox called Contact which only accept numerical, One textbox called Email which can be filled with alphanumerical and symbol and One button called Register now becos there is so many textboxes, where i can filled with alphabet, number, symbol, "just space", leading zeros, leading space. there will be lots of combination. can someone pls help.. i will be appreciated if u can post the test case of the scenario i mentioned. Lots of Thanks

1806


what do you mean by Develop test data through sourcing (or) handcrafting techniques

2374


qtp9.2 and qtp10.0 difference

3037


A form has four mandatory fields to be entered before you submit. How many numbers of test cases are required to verify this? And what are they?

652