Varesh Tuli

Varesh Tuli

  • NA
  • 5.9k
  • 990k

Stubs and Drivers in Testing

Nov 21 2012 2:13 AM
Why we use Stubs and Drivers in Testing

Answers (1)

0
Satyapriya Nayak

Satyapriya Nayak

  • 0
  • 39.3k
  • 13.3m
Nov 21 2012 2:25 AM
Top Down Integration Testing

In Top Down Integration Testing, the high level modules are integrated and tested first. i.e Testing from main module to sub module. In this type of testing, Stubs are used as temporary module if a module is not ready for integration testing.

Bottom Up Integration Testing

In Bottom Up Integration Testing, the low level modules are integrated and tested first i.e Testing from sub module to main module. Same like Stubs, here drivers are used as a temporary module for integration testing