QuestionQ209
Chapter 3: Static TestingWhich of the following bug types is more likely to be identified through static testing than through dynamic testing?
- A Variables that were declared in the code without initialization
- B Functions that take much longer time to complete than expected
- C Crashes of the application
- D A sub-system that does not perform the intended functionality
Community Discussion