0
0
Testing Fundamentalstesting~10 mins

Testing vs debugging distinction in Testing Fundamentals - Interactive Practice

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

Complete the code to define the main purpose of testing.

Testing Fundamentals
def testing_purpose():
    return "[1]"
Drag options to blanks, or click blank then click option'
Adeploy software
Bwrite code
Cdebug code
Dfind bugs
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing testing with debugging
Thinking testing is writing code
2fill in blank
medium

Complete the code to describe debugging.

Testing Fundamentals
def debugging_purpose():
    return "[1]"
Drag options to blanks, or click blank then click option'
Afinding bugs
Bfixing bugs
Crunning tests
Dwriting tests
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing debugging with testing
Thinking debugging finds bugs
3fill in blank
hard

Fix the error in the statement about testing.

Testing Fundamentals
Testing is the process of [1] bugs in software.
Drag options to blanks, or click blank then click option'
Afinding
Bignoring
Cfixing
Dcreating
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'fixing' instead of 'finding'
Confusing testing with debugging
4fill in blank
hard

Fill both blanks to complete the testing and debugging definitions.

Testing Fundamentals
Testing is about [1] bugs, while debugging is about [2] bugs.
Drag options to blanks, or click blank then click option'
Afinding
Bignoring
Cfixing
Dcreating
Attempts:
3 left
💡 Hint
Common Mistakes
Swapping the roles of testing and debugging
Choosing unrelated verbs
5fill in blank
hard

Fill all three blanks to complete the sentence about testing and debugging.

Testing Fundamentals
During [1], testers [2] bugs, and during [3], developers [4] bugs.
Drag options to blanks, or click blank then click option'
Atesting
Bfind
Cdebugging
Dfix
Attempts:
3 left
💡 Hint
Common Mistakes
Using the same verb for both blanks
Mixing testing and debugging terms