Automation Q and A

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

1. What is Automation Testing?

The use of automation tools for writing and executing the test cases with no manual
involvement for executing the Automated Test Suite is called Automation Testing. The
Automation tools are preferred by Testers to write the test cases or test scripts and then
group them all into Test Suites. These tools are designed to execute manually designed
test cases without any human intervention. 

Selenium interview Questions PDF

2. What are the advantages/benefits of Automation Testing?


This is one of the common interview questions. Some of the advantages of Automation
Testing include:

 Save Money and Time. 


 Automation Testing increases the accuracy as there is no chance for human
errors.
 Code Reusability. Create once and execute multiple times with Less or no
maintenance.
 Easy Reporting. Automatically generates the reports after the execution of the
test cases.
 Easy for Compatibility Testing by enabling the parallel execution in
combination with OS and browser environments.
 More Reliable, Powerful and Versatile.
 Automation Tools allows us to integrate with the Jenkins, GitHub etc.,
 Mostly used for Regression Testing .
 Helps to monitor the Test Coverage and increase the test cases accordingly.

3. How many Test cases have you automated per day?


This is one of the tricky Selenium interview questions. Actually, it depends on the
complexity and length of the Test case scenario. When the complexity is limited, you can
automate two to five test cases and one or fewer test cases when the complexity is high in
a day.

You might also like