QuestionQ169

Chapter 3: Static Testing

Which of the following work products cannot be inspected through static analysis?

  • A Test plans.
  • B Source code.
  • C Compiled code.
  • D Formal models.
Explanation

Static analysis evaluates code or formally specified models without executing them; it can operate on source code, compiled code, and formal models. Test plans are documentation artifacts that are normally examined through reviews rather than static-analysis tools.

Community Discussion

No comments yet. Be the first to start the discussion!