1 Answer

0 votes
by
This is one of the common interview questions in any Automation testing job.

Saves time and money. Automation testing is faster in execution.

Reusability of code. Create one time and execute multiple times with less or no maintenance.

Easy reporting. It generates automatic reports after test execution.

Easy for compatibility testing. It enables parallel execution in the combination of different OS and browser environments.

Low-cost maintenance. It is cheaper compared to manual testing in a long run.

Automated testing is more reliable.

Automated testing is more powerful and versatile. Automation tools allow us to integrate with Cross Browser Testing Tools, Jenkins, Github etc.,

It is mostly used for regression testing. Supports execution of repeated test cases.

Minimal manual intervention. Test scripts can be run unattended.

Maximum coverage. It helps to increase the test coverage.

Related questions

+1 vote
asked Aug 22, 2019 in Selenium by john ganales
0 votes
asked Aug 22, 2019 in Selenium by john ganales
...