Which statement about an Agile task board is CORRECT?
Correct Answer: A
An Agile task board is a visual framework to display and sync up on the tasks moving between production steps. It is usually applied to the two most popular Agile development frameworks - Kanban and Scrum. Used by software developers and project managers, an Agile board helps manage workloads in a flexible, transparent, and iterative way1. An Agile task board provides a detailed visual representation of the whole team's status, showing which tasks remain to be started, which are in progress, and which are done. It also helps to track the progress of the current sprint, identify bottlenecks, and facilitate collaboration and communication among team members2. References: * : ISTQB Foundation Level Agile Tester Syllabus, Version 2014, Section 2.1.1 * : ASTQB Agile Tester Certification Resources, Agile Testing Foundations, Chapter 2, Section 2.1.1 * : 6
CTFL-AT Exam Question 2
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?
Correct Answer: B
Comprehensive and Detailed Explanation From Exact Extract: FromCTFL-AT Syllabus v4.0, Section 3.1Exploratory Testing, it defines atest charteras: "A mission statement defining what to test, how it can be tested, and what issues to look for. Effective charters support focused yet flexible exploration." Option Bis the best because it specifies: * Thearea of the system under test * Theparameters involved * Theapproach(combinations) * Thegoal(discover unexpected effects) * Option Afocuses only onone parameter. * Option Cistoo vague. * Option Dis tooprescriptiveand limits exploration. References: CTFL-AT Syllabus v4.0, Section 3.1 Learning Objective (K3) - Design effective exploratory test charters
CTFL-AT Exam Question 3
Which of the following statements about Agile retrospectives is true?
Correct Answer: D
Comprehensive and Detailed Explanation From Exact Extract: From theCTFL-AT Syllabus v4.0, Section 5.1, it states: "The team uses the retrospective to review how they worked during the iteration, including planning accuracy and team collaboration, and to identify actionable improvements." Thus,Option Dis correct - retrospectives help reflect on iterationplanning accuracy, team dynamics, and efficiencyto improve future iterations. * Option Ais incorrect - retrospectives aim to focus on what the teamcan improve, not just on external hindrances. * Option Bis false - Agile retrospectivesrequire follow-up, often in the form ofaction itemstracked in the next iteration. * Option Cis incorrect -Product Ownerand possibly others may contribute, depending on team context. References: CTFL-AT Syllabus v4.0, Section 5.1 Learning Objective (K2) - Understand retrospective purpose and follow-up actions
CTFL-AT Exam Question 4
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: C
Cross-functional teamwork 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. Cross-functional teamwork means that all team members, regardless of their functional roles, collaborate and share their skills and knowledge to achieve a common goal. In the context of testing, this means that testing is not seen as a separate activity or phase, but as an integral part of the development process. All team members contribute to testing in various ways, such as: * Involving people with the test strategy, test planning and execution as well as test reporting. This can help ensure that the testing activities are aligned with the business objectives, the user needs, and the technical requirements. It can also help improve the test coverage, the test quality, and the test efficiency. * Sharing the responsibility for testing among the team members. This can help reduce the workload and the dependency on a single tester or a testing team. It can also help increase the feedback and the communication among the team members, and foster a culture of quality and learning. * Leveraging the diverse skills and perspectives of the team members. This can help enhance the test design and the test execution by applying different techniques, tools, and approaches. It can also help identify and address the risks, the issues, and the opportunities for improvement from various angles. References: ISTQB Foundation Level Agile Tester Syllabus1, Section 1.2.1, page 9; ISTQB Glossary of Testing Terms2, version 4.0, page 16.
CTFL-AT Exam Question 5
An Agile team uses a burndown chart and a task board to track progress within each iteration. In the burndown chart, the x-axis represents the days of iteration, while the y-axis represents the story points. The task board uses columns: "To Do", "Ongoing", "Done". A user story for the current iteration has 20 story points and 4 tasks (T1, T2, T3, T4). At the end of Day 5, all are in "Ongoing". At the end of Day 6, T1 and T2 move to "Done", while T3 and T4 remain "Ongoing". Which of the following statements would you expect most likely to be true at the end of Day 6?
Correct Answer: C
Comprehensive and Detailed Explanation From Exact Extract: FromCTFL-AT Syllabus v4.0, Section 5.4Progress Tracking, it explains: "Burndown charts track completed story points, which are only counted when the entire user story is 'done'." SinceT3 and T4 are not complete, and the user story is only complete whenall its tasks are done, thestory points are not yet burned. So,Option Cis correct. * Option Ais incorrect -partial completiondoes not burn partial story points. * Option Bmisrepresents the chart's purpose -story pointsremain the unit. References: CTFL-AT Syllabus v4.0, Section 5.4 Learning Objective (K2) - Understand how progress is tracked in Agile