QuestionQ180
Chapter 1: Fundamentals of TestingWhich 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.
Community Discussion