When using the "stubs" and "drivers" approach in testing, which form of integration testing is typically being employed?

  • Big Bang
  • Bottom-Up
  • Sandwich
  • Top-Down
"Stubs" and "drivers" are used in Bottom-Up integration testing. Stubs are used to simulate lower modules (that are yet to be developed) while drivers simulate higher modules. It ensures that the main logic is tested early on.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *