What is automation testing
Automated software testing is a process in which software tools execute pre-scripted tests on a software application before it is released into production.
In software testing, test automation is the use of special software (separate from the software being tested) to control the execution of tests and the comparison of actual outcomes with predicted outcomes.
Using Automation tools to write and execute test cases is known as automation testing. No manual intervention is required while executing an automated test suite.
Testers write test scripts and test cases using the automation tool and then group into test suites.
1)Benefits of Automation Testing
2)Reduction of repetitive work.
3)Repeatability
4)Greater consistency
5)Ease of access of information about tests or testing
Video for Automation Testing