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.
Loading...
Related Quiz
- The process where real users try out prototypes of the design to identify usability flaws before the design is finalized is called _______.
- You are working on a project where rapid changes in design and functionality are expected. Which SDLC model would be most appropriate to use?
- _______ is a key criterion that considers the ease with which testers can create, maintain, and execute test scripts using the automation tool.
- The _______ model in SDLC emphasizes the need for feedback loops where the previous steps can be revisited as the development progresses.
- A proactive approach to identifying future risks that could emerge due to changes in a project is termed as _______ risk identification.