QuestionQ10

Verifying the Test Automation Solution

Which assertion about static analysis is TRUE?

  • A It can suggest areas where code could be better commented.
  • B It can detect any security vulnerability in code.
  • C It removes the need for manual code reviews.
  • D It is more important for SUT code than for TAF code.
Explanation

Static-analysis tools can flag maintainability and code-quality issues, including places where documentation or comments may be inadequate. They cannot detect every security vulnerability and complement rather than replace manual review.

Community Discussion

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