Stubs & Drivers are used in component and Integration Testing - Basic concepts of Software Testing

Q.  Stubs and Drivers are used in component and Integration Testing.
- Published on 30 Jul 15

a. True
b. False

ANSWER: True
 

    Discussion

  • Prajakta Pandit   -Posted on 25 Nov 15

    - The above statement is true.

    - Stubs and drivers are used in component testing and integration testing.

    - The concept of stubs and drivers are mostly used in the case of component testing.

    - Stubs and drivers are used to replace the missing software and simulate the interface between the software components in a simple manner.

    - Stubs are dummy module that distinguished as called programs, that is handle in integration testing (top down integration testing). It is used when sub programs are under construction.

    - Drivers are also considered as the form of dummy modules that distinguish as calling programs, that is handled in bottom up integration testing. It is only used when main programs are under construction.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)