Object Oriented Software Engineering   View all facts   Glossary   Help
subject > process > verification > testing > testing performed by software engineers > integration testing > incremental testing > vertical incremental testing > sandwich testing
Next vertical incremental testingtop-down testing    Upvertical incremental testing    Previous vertical incremental testingbottom-up testing   

sandwich testing comparison table
Subject have procedure has definition be is a synonym of is a kind of combine
vertical incremental testing  better than big bang testing for large systems incremental testing 
sandwich testing
  1. test the user interface in isolation, using stubs
  2. test the very lowest level functions, using drivers
  3. when the complete system is integrated, only the middle layer remains on which to perform the final set of tests
An incremental testing strategy in which you test the top layers and bottom layers, and finally test the integrated systemthe most effective form of integration testing for many systemsmixed testingvertical incremental testingbottom-up testing and top-down testing

Next vertical incremental testingtop-down testing    Upvertical incremental testing    Previous vertical incremental testingbottom-up testing