0
0
Testing Fundamentalstesting~10 mins

When to automate vs manual test 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 identify when automation is best used.

Testing Fundamentals
Automation is best for tests that are [1] and repeat often.
Drag options to blanks, or click blank then click option'
Acomplex
Bmanual
Csimple
Dexpensive
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'complex' because complex tests may need manual review.
2fill in blank
medium

Complete the code to identify when manual testing is preferred.

Testing Fundamentals
Manual testing is preferred when tests require [1] and human judgment.
Drag options to blanks, or click blank then click option'
Arepetition
Bexploration
Cautomation
Dspeed
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'speed' because manual testing is usually slower.
3fill in blank
hard

Fix the error in the statement about automation benefits.

Testing Fundamentals
Automation reduces [1] errors by running tests consistently.
Drag options to blanks, or click blank then click option'
Ahuman
Bsoftware
Crandom
Dhardware
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'software' because automation does not reduce software errors directly.
4fill in blank
hard

Fill both blanks to complete the guideline for choosing test type.

Testing Fundamentals
If tests are [1] and [2], automation is usually better.
Drag options to blanks, or click blank then click option'
Arepetitive
Bcomplex
Cstable
Dnew
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'complex' because complex tests may be hard to automate.
5fill in blank
hard

Fill all three blanks to complete the test selection criteria.

Testing Fundamentals
Use automation for tests that are [1], [2], and [3].
Drag options to blanks, or click blank then click option'
Arepetitive
Btime-consuming
Cstable
Dexploratory
Attempts:
3 left
💡 Hint
Common Mistakes
Including 'exploratory' which is better suited for manual testing.