nerdexam
iSQI

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…

Static Testing

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)
  • A
    90% (44)
  • B
    2% (1)
  • C
    6% (3)
  • D
    2% (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

#static analysis#static testing#work product types#test plans

Community Discussion

No community discussion yet for this question.

Full CTFL_SYLL_4.0 Practice