QuestionQ255

Chapter 3: Static Testing

In your project, testers work with business analysts and developers before any code is developed. They review specification documents and create detailed test cases that cover every functional scenario.

Which practice does this illustrate?

  • A DevOps
  • B Shift left
  • C Test-Driven Development
  • D Independence of testing
Explanation

Shift-left testing brings test activities into the earliest phases of development, including collaborating on requirements and specifications and designing test cases before code is written.

Community Discussion

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