volume_mute
Automated vs. Manual Testing - Key Advantage
publish date: 2026/06/19 10:51:12.989964 UTC
volume_mute
What is the most significant practical advantage of automated testing over manual testing?
Correct Answer
Automated tests can be re-run quickly and cheaply every time a change is made, making regression testing practical
Explanation
The key advantage of automated testing is that tests can be re-run quickly and cheaply every time a system change is made. This makes regression testing practical and cost-effective. Without automation, manual regression testing after every change would be prohibitively expensive in time and effort, leading teams to test less frequently and miss regressions.
Reference
Software Engineering, Ian Sommerville, 10th edition
