⟩ Define test driver and test stub?
★ The Stub is called from the software component to be tested. It is used in top down approach.
★ The driver calls a component to be tested. It is used in bottom up approach.
★ Both test stub and test driver are dummy software components.