0
0
Testing Fundamentalstesting~10 mins

Testing in Scrum sprints in Testing Fundamentals - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to identify the Scrum event where testing is planned.

Testing Fundamentals
def scrum_event():
    return "[1]"
Drag options to blanks, or click blank then click option'
ASprint Planning
BDaily Standup
CSprint Review
DSprint Retrospective
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing Daily Standup because it happens daily but it is for quick updates, not planning.
2fill in blank
medium

Complete the code to show the Scrum role responsible for ensuring testing is done.

Testing Fundamentals
def scrum_role():
    return "[1]"
Drag options to blanks, or click blank then click option'
AProduct Owner
BDevelopment Team
CScrum Master
DStakeholder
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing Scrum Master because they facilitate but do not do the testing.
3fill in blank
hard

Fix the error in the code to correctly represent when testing feedback is shared.

Testing Fundamentals
def feedback_event():
    return "[1]"
Drag options to blanks, or click blank then click option'
ADaily Standup
BSprint Retrospective
CSprint Review
DSprint Planning
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing Sprint Retrospective which focuses on process improvement, not product feedback.
4fill in blank
hard

Fill both blanks to complete the sentence about testing in Scrum sprints.

Testing Fundamentals
Testing is integrated into the [1] and results are discussed during the [2].
Drag options to blanks, or click blank then click option'
ASprint
BSprint Review
CSprint Retrospective
DBacklog Refinement
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up Sprint Review and Sprint Retrospective.
5fill in blank
hard

Fill all three blanks to describe the testing process in Scrum sprints.

Testing Fundamentals
During a [1], the [2] plans testing tasks, and the [3] performs the tests.
Drag options to blanks, or click blank then click option'
ASprint Planning
BDevelopment Team
CSprint
DProduct Owner
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing the roles of Product Owner and Development Team.