in Testing by (105 points)
In manual testing what are stubs and drivers?

1 Answer

0 votes
by (105 points)

Both stubs and drivers are part of incremental testing. In incremental testing, there are two approaches namely bottom-up and top-down approach. Drivers are used in bottom-up testing and stub is used for a top-down approach. In order to test the main module, the stub is used, which is a dummy code or program.

Related questions

+2 votes
asked Jun 23, 2019 in Testing by SakshiSharma (32.2k points)
...