0
0
Testing Fundamentalstesting~5 mins

When to automate vs manual test in Testing Fundamentals - Quick Revision & Key Differences

Choose your learning style9 modes available
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?
AExploratory testing
BManual testing
CAutomated testing
DAd-hoc testing
When is manual testing preferred over automation?
AFor tests that run daily
BFor repetitive data entry tests
CFor large-scale load testing
DFor tests requiring human judgment
Why might automating a test for a frequently changing feature be a bad idea?
AIt increases maintenance effort and cost
BAutomation tools cannot handle changes
CManual testing is faster
DAutomation is only for stable features
Which is NOT a good reason to automate a test?
ATest runs frequently
BTest requires human intuition
CTest is repetitive
DTest needs fast execution
What is a benefit of manual testing in usability evaluation?
ABetter at finding user experience issues
BFaster execution
CEasier to automate
DRequires less skill
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.