Which type of test suite should be run for fast feedback during application develoment?
Correct Answer: C
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. References: CISSP All-in-One Exam Guide, Eighth Edition, Chapter 8: Software Development Security, page 387; [Official (ISC)2 CISSP CBK Reference, Fifth Edition, Chapter 8: Software Development Security, page 527]