bottom-up testing comparison table |
Subject | have procedure | have disadvantage | has definition | is a kind of |
---|---|---|---|---|
vertical incremental testing | incremental testing | |||
bottom-up testing | start by testing the very lowest levels of the software using a driver | the cost of writing the drivers | A incremental testing strategy in which you start by testing the very lowest levels of the software using drivers, and then work upwards, as you integrate successive layers | vertical incremental testing |
Next vertical incremental testing: sandwich testing Up: vertical incremental testing Previous vertical incremental testing: top-down testing