CTFL_SYLL_4.0 · Question #126
Which of the following statements about static testing and dynamic testing is TRUE?
The correct answer is A. Static testing is better suited than dynamic testing for highlighting issues that could indicate. Static testing, such as code reviews and static analysis, is particularly effective at identifying issues related to code structure and modularization. These techniques allow for the inspection of the code without executing it, making it easier to spot problems related to how…
Question
Which of the following statements about static testing and dynamic testing is TRUE?
Options
- AStatic testing is better suited than dynamic testing for highlighting issues that could indicate
- BDynamic testing can only be applied to executable work products, while static testing can only be
- CBoth dynamic testing and static testing cause failures, but failures caused by static testing are
- DSecurity vulnerabilities can only be detected when the software is being executed, and thus they
How the community answered
(23 responses)- A96% (22)
- C4% (1)
Explanation
Static testing, such as code reviews and static analysis, is particularly effective at identifying issues related to code structure and modularization. These techniques allow for the inspection of the code without executing it, making it easier to spot problems related to how the code is organized. Dynamic testing, on the other hand, focuses on the execution of code and is better suited for identifying runtime issues but does not easily reveal structural problems. The ISTQB CTFL Syllabus v4.0 highlights the strengths of static testing in uncovering such structural issue
Topics
Community Discussion
No community discussion yet for this question.