InterviewSolution
| 1. |
Write the difference between Test Stub and Test Driver. |
|
Answer» Test driver and test stub, both are types of test harness that are USED to provide a simulation environment for testing a module or component. They both are dummy MODULES specially created for test purposes. |
|