Podcast
Questions and Answers
What is the main purpose of sanity testing?
What is the main purpose of sanity testing?
- To test specific areas affected by bug fixes or new code (correct)
- To expose faults in the interaction between integrated units
- To ensure every single unit in the software works correctly
- To validate the responsiveness of core screens
When conducting user interface testing, what should be validated?
When conducting user interface testing, what should be validated?
- Interfacing errors among integrated units
- Timing problems in real-time systems
- Functionality of key features like push notifications
- Responsiveness of core screens (correct)
What distinguishes integration testing from unit testing?
What distinguishes integration testing from unit testing?
- Unit tests are done before any changes are made to the code
- Unit tests focus on broader context like external APIs
- Integration testing requires a deployment step while unit testing does not (correct)
- Integration testing detects faults in individual units
What is a common focus area in integration testing?
What is a common focus area in integration testing?
In the given scenario, why does the document recommend not concentrating much on Login Page testing?
In the given scenario, why does the document recommend not concentrating much on Login Page testing?
Which type of testing helps in detecting timing problems in real-time systems that are not detectable by unit testing?
Which type of testing helps in detecting timing problems in real-time systems that are not detectable by unit testing?
What is a major disadvantage of the Big-bang Integration approach?
What is a major disadvantage of the Big-bang Integration approach?
Why are Stubs and Drivers used in Integration testing?
Why are Stubs and Drivers used in Integration testing?
In Big-bang Integration, why might some interfaces be easily missed during testing?
In Big-bang Integration, why might some interfaces be easily missed during testing?
What is the primary focus of Bottom-up Integration Testing?
What is the primary focus of Bottom-up Integration Testing?
Why might Peripheral modules dealing with user interfaces not be isolated and tested on priority in Big-bang Integration?
Why might Peripheral modules dealing with user interfaces not be isolated and tested on priority in Big-bang Integration?
What role does a Driver play in Integration testing?
What role does a Driver play in Integration testing?
What is the main advantage of Sandwich Integration Approach?
What is the main advantage of Sandwich Integration Approach?
Why is Sandwich Integration Approach known as a Hybrid Integration Testing strategy?
Why is Sandwich Integration Approach known as a Hybrid Integration Testing strategy?
What is a disadvantage of Sandwich Integration Approach?
What is a disadvantage of Sandwich Integration Approach?
Why does Call Graph-based Integration suggest using the actual code instead of stubs and drivers?
Why does Call Graph-based Integration suggest using the actual code instead of stubs and drivers?
How does Sandwich Integration Approach differ from Pairwise Integration?
How does Sandwich Integration Approach differ from Pairwise Integration?
Which approach can help expose dependencies and interfaces of modules in software testing?
Which approach can help expose dependencies and interfaces of modules in software testing?
Flashcards are hidden until you start studying