What is Integration Testing?What is Bottom Up & Top Down
Testing?
What actually the Stub & Driver is?
Explain me giving practical example?

Answers were Sorted based on User's Feedback



What is Integration Testing?What is Bottom Up & Top Down Testing? What actually the Stub &..

Answer / jp

Integration Testing: It is nothing but testing the
communication between the modules. It is done on the basis
of HLD (high level design )Document.

Top down Approach: It is nothing but, checking the
communication between the Main Module to the Sub module.

Example: If A, B & C are three Module, Assume A is the
main module and B, C are the sub modules. Checking the
communication from main module (A) to sub modules B & C are
nothing but Top down approach.

Stub: In above example..assume that, if Submodule B is
under construction. At that time, the Developer take the
help of a Temporary program (called as Stub) to check the
communication between the modules.

Bottom Up: It is, checking the communication between the
Sub Module to the Main module.

Driver: In above example..assume that, if Main module A is
under construction. At that time, the Developer take the
help of a Temporary program (called as Driver) to check the
communication between the modules.

Hope this will help...

Is This Answer Correct ?    109 Yes 4 No

What is Integration Testing?What is Bottom Up & Top Down Testing? What actually the Stub &..

Answer / sujana

Integration testing is nothing but to test whether all the
screen are integrated in correct order.
for ex:take yahoo mail
when i open the site login screen is to be appeared after
existing username and pwd it should direct me to mail box,
there if i click on sentmail it should display the sent
mails and again if i click on inbox from sent mail page it
should direct me to inbox only not to some other page and
from any page if i click back it should direct me to
previous page only like that we have to check the flow,
sequence of the screen is integration testing
stub means:
in a project the login screen is completed and the inbox
page is also completed sent mail and compose mail are yet to
complete then to test the integration we use a dummy page to
direct when click on the compose mail and sentmail links.
Driver means:
login page is yet to complete and compose mail ,inbox etc
are completed to check integration we use a dummy screen
with some meassage like under construction and a login
button, on clicking login button in that dummy screen it
drives to inbox page this is driver

Is This Answer Correct ?    49 Yes 10 No

What is Integration Testing?What is Bottom Up & Top Down Testing? What actually the Stub &..

Answer / hardik

Integration Test
Purpose:
To ensure that code is implemented and designed properly
to take unit tested modules and build a program structure that has been dictated by design
 IT only after UT
Combining the individual components to uncover errors associated with interfacing
Normally: Black box oriented
Doer: independent Test team
Tests interactions between two or more units or
components. Usually done by programmers.
Emphasizes interfaces.

Issues:
In what order are units combined?
How do you assure the compatibility and correctness of externally-supplied components?
How are units integrated? What are the implications of this order?

Top-down => need stubs; top-level tested repeatedly.
Bottom-up => need drivers; bottom-levels tested repeatedly.
Critical units first => stubs & drivers needed; critical units tested repeatedly.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

What is prior review?

1 Answers   Accenture,


What is bug severity?

0 Answers  


do we need to write test cases for workflow of the product for instance: there is 2 module "TRAINING ASSIGN MODULE" and "EMPLOYEE" in TRAINING assign MODULE iam assigning training to employee setp is 1.selct traning "oracle" 2.select employee u want assign "peter" 3.apply. now to check whether training assign or not GOTO EMPLOYEE module 1.click on "peter" 2.click on 'view assign to employee'link.now this is a flow do i need to write test cases for this fllow.plz help me guy mail me nirmal_rawatt@rediff.com

0 Answers  


Name three reasons why the tester may choose to record in Context Sensitive mode.

0 Answers  


I am DD. I am working as a Tester in e-learning company? IS there scope for content testing? or i have to change to software testing. pls guide me...

0 Answers   Wipro,






sanity testing is done during regression testing.is it true.if it is true plz explain?

1 Answers  


What r the 3 types of System testing

33 Answers   College School Exams Tests, Misys,


Explain the V model.

2 Answers   IBM,


write test case for gmail sign up page?

0 Answers  


What is the actuall process of Smoke and Sanity Testing in companies

3 Answers  


Who will excatly assign the priority to the bug.. ...

5 Answers  


suppose 10 mangoes cost is 300 rs with 10% discount in this case u r writing 10 test cases.u want to change that cost to 500 rs in this case u r writing 5 testcases....... so, how many functional test cases and how many regression testcases in these 15 testcases?

0 Answers  


Categories