QuestionQ15

Fundamental Agile Testing Principles, Practices, and Processes

What is the primary benefit of the Test Pyramid?

  • A It means testing is involved early in the development cycle.
  • B It helps in evaluating the amount of test cases needed.
  • C It shows complexity of testing activities.
  • D It acts as a metric for testing progress.
Explanation

The Test Pyramid guides the appropriate relative number of tests at different levels of the application, emphasizing many unit tests and progressively fewer integration and end-to-end tests. This helps evaluate the amount of test cases needed.

Community Discussion

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