What Are Test Driver And Test Stub And Why We Need Them?

Home Forums Software Testing Discussions What Are Test Driver And Test Stub And Why We Need Them?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25709
    tejkrishna
    Participant
    @tejkrishna

    Test Driver And Test Stub

    #25780
    Jahnvi
    Participant
    @gosaijahnvi

    In the field of software testing, the terms stubs and drivers refers to the replica of the modules, which acts as a substituted to the underdevelopment or missing module. the stubs and drivers are specifically developed to meet the necessary requirements of the unavailable modules and are immensely useful in getting expected results.

    Stubs and drivers are two types of test harness. which is a collection of software and test that is configured together in order to test a unit of a program by simulating variety of conditions while constantly monitoring its output and behavior. Stubs and drivers are used in top-down integration and bottom-up integration testing respectively and are created mainly for the testing purpose.

     

    ASP.Net Software Development

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.