The testing quadrants, as defined in the context of agile testing, help categorize different types of tests based on their goals and who they serve.
Q1:Technology-facing tests that support the team (e.g., unit tests).
Q2:Business-facing tests that support the team (e.g., automated acceptance tests, BDD, ATDD).
Q3:Business-facing tests that critique the product (e.g., exploratory testing).
Q4:Technology-facing tests that critique the product (e.g., performance and load tests).
Option B correctly places automated acceptance tests from BDD and ATDD in quadrant Q2.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit