How do stubs and drivers are related to manual testing?
- Drivers and stubs are a part of incremental testing.
- The two different techniques used in incremental testing are: top down and bottom up methods.
- Drivers are used for bottom up approach.
- Drivers are the modules which run the components that are being tested.
- A stub is used for top down approach.
- It is a replacement of sorts for a component which is used to test a component which it calls.