1.

Is Automation Testing A Complete Replacement For Manual Software Testing?

Answer»

No. PROPER automation requires as little intervention from humans as possible, since the tools used are built to run tests once they’re setup. As convenient as this might be, it should not be a complete replacement for manual testing – only for repetitive tasks like LOAD testing, where thousands of virtual users are required. Engineers should not automate things like test scripts, if those scripts can only be expected to run occasionally, nor should they automate CODE reviews, or BUG testing for new builds of software that might REQUIRE human interaction to detect specific issues. Large-scale, repetitive tasks are better fit for automation.

No. Proper automation requires as little intervention from humans as possible, since the tools used are built to run tests once they’re setup. As convenient as this might be, it should not be a complete replacement for manual testing – only for repetitive tasks like load testing, where thousands of virtual users are required. Engineers should not automate things like test scripts, if those scripts can only be expected to run occasionally, nor should they automate code reviews, or bug testing for new builds of software that might require human interaction to detect specific issues. Large-scale, repetitive tasks are better fit for automation.



Discussion

No Comment Found