process, and increase the testing efficiency.
Automated testing offers the following advantages that are not offered by manual
testing:
- Reusability: The tests that you automate can be reused during different phases ofthe testing process.
- Consistency: Automated tests provide the same test results every time. Therefore,you use automated tests for regression testing.
- Productivity: Automated testing enables you to run tests unattended. Therefore,human resources that are otherwise involved in the testing process can be used for accomplishing other tasks and the overall testing productivity of your organization increases.