QuestionQ180

Chapter 1: Fundamentals of Testing

Which ONE of the following choices BEST characterizes the third test quadrant (3)?

  • A This test quadrant contains smoke tests and non-functional tests (except usability tests). These tests are often automated.
  • B This test quadrant is business-facing and criticizes the system. It contains exploratory testing, usability testing, and user acceptance testing.
  • C This test quadrant contains functional tests, examples, user story tests, user experience prototypes, API testing, and simulations. These tests check the acceptance criteria and can be manual or automated.
  • D This test quadrant is technology-facing and supports the team. These tests should be automated and included in the continuous integration (CI) process.
Explanation

Agile testing quadrant Q3 is business-facing and critiques the product. It includes exploratory testing, usability testing, and user acceptance testing; these tests focus on how well the product works for users.

Learn more

Community Discussion

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