Practice - 5 Tasks
Answer the questions below
1fill in blank
easyComplete 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'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'complex' because complex tests may need manual review.
✗ Incorrect
Automation works best for simple tests that run repeatedly, saving time and effort.
2fill in blank
mediumComplete 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'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'speed' because manual testing is usually slower.
✗ Incorrect
Manual testing is best when exploring new features or when human insight is needed.
3fill in blank
hardFix 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'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'software' because automation does not reduce software errors directly.
✗ Incorrect
Automation helps reduce human errors by running tests the same way every time.
4fill in blank
hardFill 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'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'complex' because complex tests may be hard to automate.
✗ Incorrect
Tests that are repetitive and stable (not changing often) are good candidates for automation.
5fill in blank
hardFill 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'
Attempts:
3 left
💡 Hint
Common Mistakes
Including 'exploratory' which is better suited for manual testing.
✗ Incorrect
Automation is best for tests that repeat often, take a long time, and are stable.