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