CTFL_SYLL_4.0 · Question #37
Which of the following work products cannot be examined by static analysis?
The correct answer is A. Test plans. Static analysis is the process of examining the work products of a software development or testing activity without executing them. Static analysis can be applied to various types of work products, such as requirements, design, code, test cases, etc. However, test plans are not…
Question
Which of the following work products cannot be examined by static analysis?
Options
- ATest plans
- BSource code
- CCompiled code
- DFormal models
How the community answered
(49 responses)- A90% (44)
- B2% (1)
- C6% (3)
- D2% (1)
Explanation
Static analysis is the process of examining the work products of a software development or testing activity without executing them. Static analysis can be applied to various types of work products, such as requirements, design, code, test cases, etc. However, test plans are not suitable for static analysis, because they are high-level documents that describe the test objectives, scope, strategy, resources, schedule, and risks of a testing project. Test plans are not executable or formalized in a way that static analysis tools can analyze them.
Topics
Community Discussion
No community discussion yet for this question.