0
0
Testing Fundamentalstesting~5 mins

Testing in Scrum sprints in Testing Fundamentals - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the main goal of testing within a Scrum sprint?
The main goal is to ensure that the product increment developed during the sprint meets the agreed requirements and is free of critical defects before the sprint ends.
Click to reveal answer
beginner
When should testing activities start in a Scrum sprint?
Testing should start as early as possible in the sprint, ideally alongside development, to catch defects early and support continuous feedback.
Click to reveal answer
intermediate
How does the Scrum team ensure quality during the sprint?
The Scrum team collaborates closely, with developers and testers working together, using practices like test automation, continuous integration, and regular reviews to maintain quality.
Click to reveal answer
intermediate
What is the Definition of Done (DoD) in Scrum and how does it relate to testing?
The Definition of Done is a checklist that the team agrees on to declare a product increment complete. It usually includes passing all tests, code reviews, and documentation, ensuring testing is part of completion.
Click to reveal answer
intermediate
Why is regression testing important in Scrum sprints?
Regression testing ensures that new changes do not break existing functionality. It is important in Scrum because frequent changes happen every sprint, and regression tests help maintain stability.
Click to reveal answer
When should testing ideally begin in a Scrum sprint?
AAt the end of the sprint
BAfter the sprint review
COnly during the sprint retrospective
DAs early as possible during the sprint
What does the Definition of Done usually include regarding testing?
AAll tests are passed and code is reviewed
BOnly code is written
CDocumentation is skipped
DTesting is optional
Why is regression testing important in Scrum sprints?
ATo ensure new changes do not break existing features
BTo avoid testing altogether
CTo delay the release
DTo test new features only
Who is responsible for testing in a Scrum team?
AOnly testers
BThe whole Scrum team including developers and testers
COnly the Scrum Master
DOnly the Product Owner
What is a common practice to support testing in Scrum sprints?
AIgnoring defects until the release
BManual testing only at the end
CTest automation and continuous integration
DSkipping testing to save time
Explain how testing fits into the Scrum sprint process.
Think about when and why testing happens during the sprint.
You got /4 concepts.
    Describe the role of the Definition of Done in Scrum testing.
    Consider how the team decides when work is complete.
    You got /4 concepts.