0 votes
in Selenium by
What are the benefits of Automation Testing?

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

0 votes
asked Jan 5 in Selenium by rajeshsharma
0 votes
asked Mar 12, 2022 in DevOps Culture by sharadyadav1986
...