CTAL-TAE · Question #131
Which of the following is considered a disadvantage of test automation?
The correct answer is A. Automated exploratory testing is difficult to implement. Automated exploratory testing is difficult to implement because exploratory testing relies heavily on human intuition, creativity, and adaptability - qualities that are challenging to replicate in automated scripts. This makes it a recognized disadvantage of test automation.
Question
Which of the following is considered a disadvantage of test automation?
Options
- AAutomated exploratory testing is difficult to implement.
- BTest automation can be a distraction from the objective of finding bugs.
- CTests are more likely to have operator errors.
- DSlower feedback on the quality of the system.
How the community answered
(29 responses)- A86% (25)
- B3% (1)
- C7% (2)
- D3% (1)
Explanation
Automated exploratory testing is difficult to implement because exploratory testing relies heavily on human intuition, creativity, and adaptability - qualities that are challenging to replicate in automated scripts. This makes it a recognized disadvantage of test automation.
Topics
Community Discussion
No community discussion yet for this question.