What is the Concept of Up-Down & Down-Up in Testing in integration testing?

Questions by schittoor   answers by schittoor

Showing Answers 1 - 3 of 3 Answers

anjali

  • Dec 29th, 2006
 

Up_Down:An approach to integration testing where the component at the top of the component hierarchy is tested first, with lower level components being simulated by stubs. Tested components are then used to test lower level components. The process is repeated until the lowest level components have been tested

Down-Up:An approach to integration testing where the lowest level components are tested first, then used to facilitate the testing of higher level components. The process is repeated until the component at the top of the hierarchy is tested.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions