Answered Questions

  • Driver and Stub

    With what type of test is a driver and a stub most closely associated?

    Priyank

    • Jun 30th, 2016

    Driver I used in bottom-up integration approach and stub is used in top-down integration approach.
    Driver is a temporary calling Module.
    Stub are special purpose programs, not completely implemented and replaced with original module as integration moves downwards in the application structure.

    Manmohan Garg

    • Jan 11th, 2016

    Driver and Stubs are used in integration testing. It is difficult to track defect in an integrated design. So individual module are tested before they are integrated or as soon as a module is develope...

  • What are tolerance bugs?

    kurtz182

    • Dec 26th, 2009

    A tolerance bug is a defect that gets deferred ("postponed") because its impact on the system is not significant enough to address in the current release.  One might say that the functionality in which the defect resides is still "within tolerance".