Did u come across STUBS and DRIVERS?How did u use these in u r project?
Stub : A piece of code that simulates the activity of missing components.
Driver : A piece of code that passes test cases to another piece of code.
i will give a gen example….suppose u have 3 modules…A B C…A n B r 100% comp….and C is only 50% comp….u r under pressure to comp in a time frame…what u do is u know to
build the mod C u need at least 15 days…so u build a dummy mod C which wil take 1/2 days…This is STUB now once all the mod A B and C(dummy) r ready..u integrate
them to see how it works..This is a DRIVER

