CISSP · Question #443
CISSP Question #443: Real Exam Question with Answer & Explanation
The correct answer is C: Smoke. A smoke test suite is the type of test suite that should be run for fast feedback during application development. A smoke test suite is a subset of test cases that covers the most important and basic functionality of the application, such as loading, navigation, and input/output.
Question
Which type of test suite should be run for fast feedback during application develoment?
Options
- AFull recession
- BEnd-to-end
- CSmoke
- DSpecific functionality
Explanation
A smoke test suite is the type of test suite that should be run for fast feedback during application development. A smoke test suite is a subset of test cases that covers the most important and basic functionality of the application, such as loading, navigation, and input/output. A smoke test suite is designed to be executed quickly and frequently, usually before more comprehensive testing, to verify that the application is stable and ready for further testing. A smoke test suite can provide fast feedback to the developers and testers about the quality and status of the application, and help to identify and fix any major defects or errors early in the development cycle.
Topics
Community Discussion
No community discussion yet for this question.