Automation Concepts in testing
Automation is a mechanism that tests software unattended by automating and executing repetitive test cases for various releases of any product in different test environment.
The purpose of automated testing is to:
Save Time and Money
Better utilization of resources
Avoid redundancy on test execution
Increase test coverage
-CB