QuestionQ71

Chapter 2: Testing Throughout the Software Development Lifecycle

Which statement about the shift-left approach is FALSE?

  • A The shift-left approach can only be implemented with test automation.
  • B The shift-left approach in testing is compatible with DevOps practices.
  • C The shift-left approach can involve security vulnerabilities.
  • D The shift-left approach can be supported by static analysis tools.
Explanation

A shift-left approach moves testing, quality, and security activities earlier in the software delivery lifecycle. It is not limited to test automation; it can also use practices such as early reviews, manual testing, collaboration, and static analysis.

Community Discussion

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