Monday, May 17, 2010

What is Test Driver and Test Stub?

Test driver is a program that replaces a high level module(HLM) while performing the bottom up approach of incremental testing.

Whereas test stub is a program that replaces a low level module (LLM) while performing the top down approach of incremental testing.

No comments: