1
Reply

What is simple difference between driver an stub in testing.?

nitin patil

nitin patil

13y
10.5k
0
Reply

    Stub : This is a Top to down approach. when main module is complete and sub module is still incomplete. If the sub module is not developed a temporary programmed called STUB.

    Driver: This is a Bottom to up approach. when you sub module is complete and main module is still incomplete. if the main module is not developed a temporary programmed called DRIVERS.