ISTQB - Agile - Quiz Chapter 3 with
Complete Solutions
Which quadrant contains tests that should be automated and included in the continuous
integration process? - ANS-Q1
What is a major capability of automated test execution tools? - ANS-allow testers and
business staff to express the expected system behavior in tables or natural language
using keywords
In addition to e-mail, documents, and verbal communication, Agile teams often use what
three additional types of tools to support communication and information sharing? -
ANS-wikis, instant messaging, and desktop sharing
Which quadrant is system or user acceptance level, business facing, and contains tests
that critique the product, using realistic scenarios and data? - ANS-Q3
What three complementary techniques in use among Agile teams to carry out testing
across the various test levels? Each technique is an example of a fundamental principle
of testing, the benefit of early testing and QA activities, since the tests are defined
before the code is written. - ANS-Test-Driven Development, Acceptance Test-Driven
Development, and Behavior-Driven Development
The Test Pyramid is based on which testing principle? - ANS-Early QA and Testing:
eliminating defects as early as possible in the lifecycle
In reference to the Test Pyramid, which 2 types of tests are generally automated and
created using GUI-based tools? - ANS-system and acceptance level
Which technique allows a developer to focus on testing the code based on the expected
behavior of the software and because of this, the tests are generally easier for other
team members and stakeholders to understand? - ANS-Behavior-driven development
What is an example of the definition of done on the integration test level? - ANS-all
interfaces between units tested
Which quadrant is unit level, technology facing, and supports the developers? - ANS-Q1
Configuration management tools aid in many aspects of an agile project. What is the
benefit of these tools storing work products in the same tool as the source code? - ANS-
Complete Solutions
Which quadrant contains tests that should be automated and included in the continuous
integration process? - ANS-Q1
What is a major capability of automated test execution tools? - ANS-allow testers and
business staff to express the expected system behavior in tables or natural language
using keywords
In addition to e-mail, documents, and verbal communication, Agile teams often use what
three additional types of tools to support communication and information sharing? -
ANS-wikis, instant messaging, and desktop sharing
Which quadrant is system or user acceptance level, business facing, and contains tests
that critique the product, using realistic scenarios and data? - ANS-Q3
What three complementary techniques in use among Agile teams to carry out testing
across the various test levels? Each technique is an example of a fundamental principle
of testing, the benefit of early testing and QA activities, since the tests are defined
before the code is written. - ANS-Test-Driven Development, Acceptance Test-Driven
Development, and Behavior-Driven Development
The Test Pyramid is based on which testing principle? - ANS-Early QA and Testing:
eliminating defects as early as possible in the lifecycle
In reference to the Test Pyramid, which 2 types of tests are generally automated and
created using GUI-based tools? - ANS-system and acceptance level
Which technique allows a developer to focus on testing the code based on the expected
behavior of the software and because of this, the tests are generally easier for other
team members and stakeholders to understand? - ANS-Behavior-driven development
What is an example of the definition of done on the integration test level? - ANS-all
interfaces between units tested
Which quadrant is unit level, technology facing, and supports the developers? - ANS-Q1
Configuration management tools aid in many aspects of an agile project. What is the
benefit of these tools storing work products in the same tool as the source code? - ANS-