Thursday, October 25, 2012

Difference between Drivers and Stubs

Drivers-method used to call module(returns values also).
Stubs-Module used for testing that replaces CALLED module(acts as temporary module when actual module is not ready).

No comments:

Post a Comment