0
0
Testing Fundamentalstesting~10 mins

Agile testing approach 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 define the Agile testing principle that emphasizes continuous testing throughout development.

Testing Fundamentals
agile_principle = "Testing is [1] throughout the development process."
Drag options to blanks, or click blank then click option'
Acontinuous
Bdelayed
Coptional
Dfinal
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'final' because testing is only at the end in traditional methods.
Selecting 'optional' which is incorrect as testing is mandatory in Agile.
2fill in blank
medium

Complete the code to show the Agile testing activity that involves working closely with developers.

Testing Fundamentals
agile_activity = "[1] testing where testers and developers collaborate frequently."
Drag options to blanks, or click blank then click option'
ACollaborative
BAutomated
CIsolated
DDelayed
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'Automated' which is a tool, not a collaboration style.
Selecting 'Isolated' which is opposite of Agile principles.
3fill in blank
hard

Fix the error in the Agile testing description by selecting the correct term.

Testing Fundamentals
In Agile, testing is done in [1] cycles called sprints.
Drag options to blanks, or click blank then click option'
Arandom
Biterative
Cwaterfall
Dfinal
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'waterfall' which is a different, linear approach.
Selecting 'final' which implies testing only at the end.
4fill in blank
hard

Fill both blanks to complete the Agile testing practice that ensures quick feedback and quality.

Testing Fundamentals
Agile testing uses [1] integration and [2] testing to catch defects early.
Drag options to blanks, or click blank then click option'
Acontinuous
Bmanual
Cautomated
Dfinal
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'manual' for the second blank, which is slower and less frequent.
Selecting 'final' which does not fit Agile's ongoing testing.
5fill in blank
hard

Fill all three blanks to complete the Agile testing approach that involves planning, execution, and feedback.

Testing Fundamentals
The Agile testing cycle includes [1] planning, [2] execution, and [3] feedback.
Drag options to blanks, or click blank then click option'
Atest
Ccontinuous
Dfinal
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'final' for the last blank, which contradicts Agile's ongoing feedback.
Using different words for the first two blanks instead of 'test'.