ISQI ISTQB Certified Tester - Foundation Level Extension - Agile Tester - CTFL-AT Exam Practice Test
Which of the following statements about the test pyramid is true?
Correct Answer: C
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Which tasks are typically performed by a tester on an Agile project?
1) Implementing test strategy.
2) Documenting business requirements.
3) Measuring and reporting test coverage.
4) Coaching development team in relevant aspects of testing.
5) Executing test-driven development tests.
1) Implementing test strategy.
2) Documenting business requirements.
3) Measuring and reporting test coverage.
4) Coaching development team in relevant aspects of testing.
5) Executing test-driven development tests.
Correct Answer: B
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
In Agile projects, which of the following approaches would result in the best compromise for preserving independence of testers and for allowing testers to have a good understanding of the product as well as good relationships with other team members?
Correct Answer: B
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
You are working in a software development company which, for many years, used a sequential development model and was organized into separate departments for each functional group (e.g. business analysts, developers, testers) located within their own office space. Your organization has recently changed to a SCRUM agile framework. Which of the following is an important organizational and behavioral best practice for a tester in the SCRUM team that should have also been practiced when using the sequential model?
Correct Answer: B
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
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?
'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?
Correct Answer: D
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
A calculator application is being developed. The third sprint has been planned to add functionality to the calculator to allow scientific calculations.
Which TWO examples below represent activities that would likely be managed on an agile task board for the third sprint?
1) A task to design the features planned for the next sprint.
2) A task to run an acceptance test for a user story.
3) A task to automate regression tests.
4) A task to participate in training in preparation for the fourth sprint.
5) A task to produce a daily progress report for the agile team members.
Which TWO examples below represent activities that would likely be managed on an agile task board for the third sprint?
1) A task to design the features planned for the next sprint.
2) A task to run an acceptance test for a user story.
3) A task to automate regression tests.
4) A task to participate in training in preparation for the fourth sprint.
5) A task to produce a daily progress report for the agile team members.
Correct Answer: D
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Which of the following statements best describes how development and testing activities are integrated in Agile projects?
Correct Answer: C
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Consider the estimation of a given user story performed separately by two different teams (Team A and Team B) using the Planning Poker technique. Both teams consist of five members and use a deck of cards (0, 1, 2, 3, 5, 8, 13, 20).
Team A quickly decides on an estimate of8 story pointsafter four rounds, withno discussionsbetween rounds.
Team B arrives at3 story pointsafter three rounds, withdiscussionsbetween the lowest and highest estimators after each round.
Which of the following statements would you expect most likely to be true in this scenario?
Team A quickly decides on an estimate of8 story pointsafter four rounds, withno discussionsbetween rounds.
Team B arrives at3 story pointsafter three rounds, withdiscussionsbetween the lowest and highest estimators after each round.
Which of the following statements would you expect most likely to be true in this scenario?
Correct Answer: B
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Consider an Agile team using a development practice with these steps:
* Write a failing test for a small piece of code
* Make the test pass by implementing minimal code
* Refactor the code
* Repeat the process with additional small functionality
Which one of the following testing quadrants would the tests produced with this practice be part of?
* Write a failing test for a small piece of code
* Make the test pass by implementing minimal code
* Refactor the code
* Repeat the process with additional small functionality
Which one of the following testing quadrants would the tests produced with this practice be part of?
Correct Answer: C
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).