Member-only story

Selenium WebDriver Interview Questions — part 1

Alex Siminiuc
6 min readOct 14, 2019

--

Photo by Nik MacMillan on Unsplash

Question

Why should a company implement test automation at all?

Answer

Most companies are interested these days in fast and better development, fast and better deployment and fast and better testing.
They would like to have not one application build per week but 10 per day.

It is obviously very hard to deploy and test 10 builds per day.

Unless the deployment and testing are done automatically in a continuous integration and deployment environment with a system like Jenkins and Teamcity.

The main benefit of test automation is that it allows implementing CI/CD processes in the project.

The second benefit is to automate the test cases that are executed over and over again. I am referring to the regression testing ones.

By automating these test cases and running them unattended, the testers will have more time for more creative, exploratory, edge-case testing.

They will also have more time for other types of testing such as whitebox testing, api testing. And they will have more time for improving their skills.

The third benefit is that, by adding test automation to CI/CD processes, the feedback for

--

--

Alex Siminiuc
Alex Siminiuc

No responses yet