GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing  >  Testing Basics
Go To First  |  Previous Question  |  Next Question 
 Testing Basics  |  Question 14 of 203    Print  
How would you conduct a test: top-down or down-top? What is it? Which one is better?
Down-Top: unit -> interface -> system. Top-Down is a vice versa. You may use both, but down-top allows to discover malfunctioning at earlier phases of development and cheaper to fix than in the case of top-down.


  
Total Answers and Comments: 7 Last Update: November 06, 2007   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 29, 2006 09:05:45   #1  
jsreddy Member Since: March 2006   Contribution: 9    

RE: How would you conduct a test: top-down or down-top...
in integration testing we use top down and down top.
 
Is this answer useful? Yes | No
August 21, 2006 06:18:39   #2  
Priscilla        

RE: How would you conduct a test: top-down or down-top...

Integration testing means testing the whole application mainly checking the interface and data flow. There are two types of integration testing.

1.Incremental Testing

2.Non-Incremental Testing

Again the Incremental Testing is divided into two types.

1.Top-Down Testing

2.Bottom-Up Testing

Non-Incremental Testing comes under Big bang model where we combine all the modules and test.


 
Is this answer useful? Yes | No
January 02, 2007 05:21:42   #3  
jainbrijesh Member Since: September 2006   Contribution: 1193    

RE: How would you conduct a test: top-down or down-top...
Top-down and bottom-up are integration approach not testing approach.It depends on application which one is better to use generally we use combination of both.
 
Is this answer useful? Yes | No
April 06, 2007 03:55:47   #4  
Narender Reddy Member Since: November 2006   Contribution: 13    

RE: How would you conduct a test: top-down or down-top...
This concept comes in the integration testing the perpouse of integration testing is combing deffirant modules in our project and cheek the funcationality

In top - down approach testing is conducted from main moduel to sub moduel

In bottom - up appoch testing is conducted from submoduel to main moduel

assume that your project has three modules

example for top - down
m1 -> m2 -> m3 etc

bottom - up

m3 -> m2 -> m1

 
Is this answer useful? Yes | No
September 14, 2007 07:55:23   #5  
kumudbajaj        

RE: How would you conduct a test: top-down or down-top...
Bottom-up and Top-Down are used in performing incremental integration testing.
In Bottom-up we start the testing from the terminal module (that do not call any other sub module) a driver is produced for every module. Next module to be tested is any module who has previously tested sub ordinate module.
In Top-Down we start the testing from the top most module a stub is produced for every module. Next module to be tested is any module who has preveously tested super ordinate module.

 
Is this answer useful? Yes | No
October 15, 2007 09:51:51   #6  
G.Raghevender        

RE: How would you conduct a test: top-down or down-top...
top down and down top are both comes under the integration testing.


Top-down:

It means core modules are designed and tested first after that proceeding to other modules.

Here we can replace a module with dummy modules called stubs.


Down-top:

Here base modules are designed and tested first and proceeds to other modules .

here we can use dummy connections b/w different modules called Drivers.

 
Is this answer useful? Yes | No
November 06, 2007 08:17:55   #7  
Prabhat        

RE: How would you conduct a test: top-down or down-top...
Are you sure these are integration approach rather than testing appoach
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape