ISTQB-AGILE Free Sample Questions

Istqb - Agile Public Practice Test
10/239 questions ยท Unlock full access
Q1

During a sprint retrospective, a tester observes that the team consistently fails to complete the last user story in each sprint. The burndown chart shows a pattern where progress is steady for the first week, but flatlines in the second week. Which of the following is the most productive contribution the tester can make to the discussion?

Q2Multiple answers

A new Agile team is setting up their continuous integration (CI) pipeline. A debate arises about which tests should be included in the primary CI loop that runs on every code commit. As the team's tester, which TWO of the following should you advocate for including in this frequent, on-commit build? (Select TWO)

Q3

You are a tester on a Scrum team. During sprint planning, the Product Owner presents the following user story: 'As a premium user, I want to export my report to PDF, so I can share it with my manager.' Which of the following is the BEST example of a well-formed, testable acceptance criterion for this story?

Q4

True or False: In an Agile project, the 'Definition of Done' (DoD) for a user story should be established by the test team to ensure quality standards are met.

Q5

A tester on an Agile team notices that developers are frequently checking in code that breaks the build in the continuous integration system. This is causing delays for the entire team. How should the tester address this issue?

Q6

Which of the following BEST describes the primary purpose of the Agile Testing Quadrants?

Q7

A team is developing a mobile banking application. For the 'fund transfer' user story, they need to conduct exploratory testing. Which of the following represents the MOST effective test charter for a 60-minute exploratory test session?

Q8

Case Study: A retail company, 'ShopFast', has adopted Scrum for its new e-commerce platform. The team consists of 5 developers, 2 testers, 1 product owner, and 1 scrum master. In sprint 3, the team worked on a user story to implement a new discount coupon feature. During the sprint review, the product owner applies a 15% discount coupon, and the final price is calculated incorrectly. A developer investigates and finds that the logic for percentage-based calculations was flawed. The team's 'Definition of Done' includes 'Unit tests passed with 85% code coverage' and 'All acceptance criteria manually verified by a tester'. The acceptance criteria for the story did not specify tests for percentage-based discounts, only for fixed-amount discounts. Based on the whole-team approach to quality, what was the most significant failure that led to this defect escaping to the sprint review?

Q9

In planning poker, the team is estimating a user story. The estimates revealed are: Product Owner (3), Developer 1 (8), Developer 2 (5), Tester (13). What is the most appropriate next step for the team?

Q10

A team is using Acceptance Test-Driven Development (ATDD). Given the user story 'As a user, I want to be able to reset my password if I forget it', which of the following represents a valid acceptance test in the Gherkin (Given-When-Then) format?