QuestionQ257

Chapter 3: Static Testing

Which of the following accurately contrasts static testing with dynamic testing?

  • A Static testing is always manual; dynamic testing is always automated
  • B Static testing finds defects directly; dynamic testing triggers failures
  • C Static testing cannot be applied to source code; dynamic testing can
  • D Static testing does not require tools; dynamic testing requires tools
Explanation

Static testing evaluates work products without executing the software and can directly identify defects. Dynamic testing executes the software and exposes failures that result from defects.

Community Discussion

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