Recall & Review
beginner
What is a key reason to choose manual testing over automation?
Manual testing is best when tests are exploratory, require human judgment, or when the test is run only a few times.
Click to reveal answer
beginner
Name one situation where automation testing is highly beneficial.
Automation is beneficial for repetitive tests that run frequently, such as regression tests, to save time and reduce human error.
Click to reveal answer
intermediate
Why might automation not be suitable for a new feature still changing often?
Because automated tests require maintenance, frequent changes to the feature can make automation costly and inefficient.
Click to reveal answer
beginner
What is a common benefit of manual testing in usability testing?
Manual testing allows testers to evaluate user experience and interface intuitiveness, which automation cannot judge.
Click to reveal answer
beginner
How does test frequency influence the choice between manual and automated testing?
Tests that run often are better automated to save time, while rare or one-time tests are better done manually.
Click to reveal answer
Which test type is best for repetitive regression testing?
✗ Incorrect
Automated testing efficiently handles repetitive regression tests by running them quickly and consistently.
When is manual testing preferred over automation?
✗ Incorrect
Manual testing is preferred when tests need human insight, such as usability or exploratory testing.
Why might automating a test for a frequently changing feature be a bad idea?
✗ Incorrect
Frequent changes require updating automated tests often, increasing maintenance work and cost.
Which is NOT a good reason to automate a test?
✗ Incorrect
Tests requiring human intuition are better done manually, not automated.
What is a benefit of manual testing in usability evaluation?
✗ Incorrect
Manual testing allows testers to assess how users interact with the product, which automation cannot replicate.
Explain when you would choose manual testing instead of automation and why.
Think about tests that need human insight or are not repeated often.
You got /4 concepts.
Describe the main factors that influence the decision to automate a test.
Consider how often the test runs and how often the feature changes.
You got /4 concepts.