Which of the following statements about the Planning poker test estimate technique are CORRECT?
1) Planning poker is a consensus based technique using a deck of cards.
2) A low test estimate usually means the story should be broken down into multiple smaller stories.
3) A high test estimate usually means the story should be broken down into multiple smaller stories.
4) One poker round is played and then consensus has to be reached.
5) The risk level of each backlog item should be decided before the poker session.
Which of the following is the best example of a testable acceptance criterion for test-related activities?
Which of the following statements about iteration and release planning is true?
An Agile team is working on a project to develop an image editing tool. In the current version, the ‘Settings’ GUI allows users to adjust exposure, contrast, and saturation. A session-based exploratory testing session is planned to find issues with parameter combinations that cause undesired image effects.
Which of the following would you expect to be the best charter to support this exploratory testing session?
Which of the following statements about the differences between testing activities in Agile projects and traditional projects is true?
Consider the following acceptance criterion associated to a user story:
"A maximum of 0.0002 failures per hour in the specified operational conditions over at least ten days of testing must be achieved."
Which of the following aspects of testability is best described in this acceptance criterion?
Your agile team is using the Testing Quadrants to ensure that all important test levels and test types are covered in the test plan.
In relation to Quadrant 3 - business facing and product critique, what should be considered for the plan?
Consider the following user story for an Agile project aimed at developing an application that calculates the reimbursement of medical visits:
"As an owner of the application, I want the reimbursement of medical visits to be calculated based on the following rules:
There are two types of reimbursable visits: Doctor's Office Visits (DOCVs) and Hospital Visits (HVs).
The reimbursement for DOCVs is 33%, while the reimbursement for HVs depends on the type of the specialist visits. Two types (A, B) of specialist visits exist and the associated reimbursements are 45% for A and 90% for B."
Which of the following would you expect to be the most suitable black-box test design technique for the user story?
Which of the following statements best describes how development and testing activities are integrated in Agile projects?