Print Page | Close Window

diff between stub abd test driver

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Functional Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Functional Software Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=1052
Printed Date: 11May2024 at 11:20pm


Topic: diff between stub abd test driver
Posted By: Shanti
Subject: diff between stub abd test driver
Date Posted: 27Apr2007 at 10:52pm
Can u pl tell me the diff btwn stub and a test driver iin a single example ?



Replies:
Posted By: Mahi_055
Date Posted: 28Apr2007 at 4:39am
A stub is a dummy function which will fills the gap between the modules in the process of

integration. Stubs are mostly used in Top Down Integration. A driver is a code which will

invoke another function. These drivers are mostly used in Botton up Integration.



Posted By: goodtester
Date Posted: 13Jul2007 at 10:54am
stub means when you are in top down approach we are using the stub resembles a modules yet to be constructed... likewise in bottom up approach it is called as driver



Print Page | Close Window