Misconceptions of Automated Testing
•An automated test tool WILL replace the human factor necessary for testing.
•You WILL achieve 100% of application tests automated.
•Automated testing WILL immediately minimize the test schedule or manual effort.
Benefits of Automated Testing
•Tests can be run unattended.
•Tests are repeatable.
•Reduces the fatigue of performing testing manually, which leads to more consistent results.
•As new bugs are discovered and fixed, tests can be added to check for those bugs, to ensure that they are not reintroduced.