CTFL_SYLL_4.0 · Question #140
Which of the following statements about the testing quadrants is TRUE?
The correct answer is B. Automated acceptance tests produced during BDD and ATDD are classified in quadrant 02. The correct statement is B. According to the ISTQB CTFL syllabus, the testing quadrants help to categorize tests based on their purpose and whether they are technology-facing or business- facing, and whether they support the team or critique the product. Quadrant Q2 includes…
Question
Which of the following statements about the testing quadrants is TRUE?
Options
- AThe higher the number of the testing quadrant, the more important the tests associated with this
- BAutomated acceptance tests produced during BDD and ATDD are classified in quadrant 02.
- CExploratory tests are classified in quadrant Q3, and they are usually included in a continuous
- DAutomated unit tests produced during TDD are classified in quadrant Q4 as they are technology
How the community answered
(45 responses)- A16% (7)
- B76% (34)
- C4% (2)
- D4% (2)
Explanation
The correct statement is B. According to the ISTQB CTFL syllabus, the testing quadrants help to categorize tests based on their purpose and whether they are technology-facing or business- facing, and whether they support the team or critique the product. Quadrant Q2 includes tests that are business-facing and support the team, such as automated acceptance tests produced during Behavior-Driven Development (BDD) and Acceptance Test-Driven Development (ATDD). Quadrant Q3 includes business-facing tests that critique the product, such as exploratory testing, usability testing, and user acceptance testing. These tests are typically manual and focus on evaluating the product from a user perspective, rather than being part of a continuous integration Quadrant Q4 includes technology-facing tests that critique the product, such as performance tests, security tests, and other non-functional tests, which can be automated but are not related to unit tests produced during TDD .
Topics
Community Discussion
No community discussion yet for this question.