EDUCBA

EDUCBA

MENUMENU
  • Free Tutorials
  • Free Courses
  • Certification Courses
  • 600+ Courses All in One Bundle
  • Login
Home Software Development Software Development Tutorials Software Testing Tutorial Automation Testing Interview Questions
Secondary Sidebar
Software Testing Tutorial
  • Inteview Questions
    • Automation Testing Interview Questions
    • Manual Testing Interview Questions
    • ISTQB Interview Questions
    • Cucumber Interview Questions
    • Software Testing Interview Questions
    • Penetration Testing Interview Questions
  • Basics
    • What is Software Testing
    • Careers in Software Testing
    • Defect Life Cycle in Software Testing
    • Bug Life Cycle
    • Levels of Software Testing
    • Software Testing Life Cycle
    • Software Tester Work
    • Software Testing Principles
    • Software Testing Services
    • Testing Methodologies
    • Test Approaches
    • Grey Box Testing
    • Types of Software Testing
    • What is a Bug in Software Testing
    • Benefits of Automation Testing
    • What is Automation Testing?
    • Types of Automation
    • Typical Journey of a Software Tester
    • Automation Testing Process
    • Mobile Automation Testing
    • Automation Testing Life Cycle
    • Software Quality Assurance
    • Software Quality Assurance
    • What is Test Environment?
    • Verification and Validation Testing
  • Types of Testing
    • Adhoc Testing
    • Types of System Testing
    • Manual Testing Types
    • Unit Testing Types
    • Unit Testing Benefits
    • Agile Testing
    • What is Agile Testing
    • Acceptance Testing
    • Stress Testing Types
    • Alpha and Beta Testing
    • Application Testing
    • Automation Testing
    • Automation Testing Advantages
    • Benchmark Testing
    • Black Box Testing
    • Domain Testing
    • Dynamic Testing
    • Ecommerce Testing
    • Fuzz Testing
    • Gray Box Testing
    • GUI Testing
    • Installation Testing
    • Interface Testing
    • Interoperability Testing
    • Mainframe Testing
    • Manual Testing
    • Mutation Testing
    • Monkey Testing
    • Negative Testing
    • Penetration Testing
    • Penetration testing phases
    • Penetration testing framework
    • Protocol Testing
    • Recovery Testing
    • Regression Testing
    • Mobile Penetration Testing
    • Accessibility Testing
    • Sanity Testing
    • Scalability Testing
    • Security Testing
    • Spike Testing
    • Stability Testing
    • State Transition Testing
    • Static Testing
    • Gatling Load Testing
    • System Integration Testing
    • Structural Testing
    • Locust Load Testing
    • System Testing
    • Control Flow Testing
    • Unit Testing
    • Cypress testing
    • Volume Testing
    • Web Testing Application
    • What is Exploratory Testing
    • What is Stress Testing
    • What is Usability Testing
    • White Box Testing
    • Types of White Box Testing
    • Compatibility Testing?
    • Use Case Testing
    • Beta Testing
    • Integration Testing
    • Non Functional Testing
    • Non Functional Testing Types
    • What is Functional Testing
    • Functional testing types
    • Cookie Testing
    • Alpha Testing
    • Boundary Value Testing
    • Equivalence Class Testing
    • Glass Box Testing
    • SOA Testing
    • Smoke Testing
    • Visual Testing
    • Visual Paradigm
    • Model-Based Testing
  • Testing techniques
    • Software Testing Methodologies
    • Black Box Testing Techniques
    • Static Testing Techniques
    • Test Case Design Techniques
    • What is Static Analysis
  • Testing tools
    • Manual Testing Tools
    • Visual Testing Tools
    • Automation Testing Tools
    • Functional Testing Tools
    • GUI Testing Tools
    • Penetration Testing Tools
    • Performance Testing Tools
    • SOA Testing Tools
    • Accessibility Testing Tools
    • What is QTP
    • Regression Testing Tools
    • Security Testing Tools
    • Test Management Tools
    • Defect Management Tools
    • Code Coverage Tools
    • Test Coverage Tools
    • Defect Tracking Tools
    • Continuous Integration Tools
    • Install Bugzilla
    • Test data generation tool
    • Unit Testing Tools
    • Web Testing Tools
    • Stress Testing Tools
    • Performance Monitoring Tools
    • Mobile Testing Tools
    • Responsive Testing Tool
    • Cross Browser Testing Tools
    • Risk Based Testing
    • Database Testing Tools
    • WinRunner
    • What is Squish?
    • CubicTest
    • What is WinRM?
    • Bugzilla Tool
    • Code review tools
    • Penetration Testing Open Source Tools
  • Advance
    • Cyclomatic Complexity
    • Decision Table Testing
    • Decision Tree Algorithm
    • What is Continuous Integration
    • Mantis Bug Tracker
    • Equivalence Partitioning
    • Gantt Chart Software
    • Acceptance Testing Types
    • Load testing tools
    • Install TestNG
    • Install Unity
    • Defect Management Process
    • Test Plan Template
    • Testing Interview Questions
    • Testing of Mobile application
    • What is Test Automation Frameworks
    • Test Automation Framework
    • Application of Automation
    • Test Automation Process
    • Automation Testing Roles and Responsibilities
    • What is Instruction Cycle?
    • What is Cucumber?
    • 15 Best Popular Bug Reporting Tools
    • What is Automated Testing?
    • Software Maintenance Types
    • Types of Penetration Testing
    • Software Reliability
    • Best Gantt Chart Software
    • Code Coverage
    • Branch Coverage
    • Decision Coverage
    • Statement Coverage
    • What is Test Case
    • Types of Test Case
    • What is Test Scenario
    • Formal Review
    • Alpha Beta Pruning
    • What is Cyclomatic Complexity?
    • Test Coverage
    • How to Write Test Case
    • Testing Documentation
    • Performance Testing Life Cycle
    • Test Harness
    • Test Strategy
    • Software Incident Management
    • What is Debugging
    • What is Defect?
    • Listeners in TestNG

Related Courses

Software Testing Course

Penetration Training Course

TestNG Training Course

Automation Testing Interview Questions

By Aanchal SinghAanchal Singh

Automation Testing Interview Questions

Introduction to Automation Testing Interview Questions

Automation Testing plays an important role these days in the software cycle. Testing of an application or product is very crucial and helps in delivering quality software. The main objective of Automation testing is to have a product of high quality. Testing is finding issues or bugs in the developed system. It is a time-consuming process, expensive, and also repetitive. In order to make this cost-effective, faster, and cheaper, automation is the solution. Automation helps in avoiding repetitive tasks and also removes the chances of human error. With this increasing demand for automation, all manual testers need to have knowledge about automation Testing. The following questions can help in cracking that Automation Testing Interview for which you were waiting for a long.

All in One Software Development Bundle(600+ Courses, 50+ projects)
Python TutorialC SharpJavaJavaScript
C Plus PlusSoftware TestingSQLKali Linux
Price
View Courses
600+ Online Courses | 50+ projects | 3000+ Hours | Verifiable Certificates | Lifetime Access
4.6 (86,268 ratings)

Part 1 – Automation Testing Interview Questions (Basic)

This first part covers basic Interview Questions and Answers

Start Your Free Software Development Course

Web development, programming languages, Software testing & others

Q1. What is Automation testing, and what are its different types?

Answer:
The main purpose of automation is to replace manual intervention within systems or devices which are being used. It mainly focuses on enhancing the efficiency of the system. There are many tools used in the market that provide the facility of using different types of scripts to enter data and execute the test steps. Different types of testing can be done through automation. These include unit tests, GUI tests, and functional tests. The unit tests are done in the development phase, and they assist in reducing bugs. These are usually the responsibility of the developer. The second type of test is GUI tests, for which tests are scripted to test the user interfaces of all applications and how they behave. The functional tests are also done at the testing level. They help in stimulating the different functional scenarios, which help in testing different applications and provide different inputs and expected outputs.

Q2. Explain the criteria for selecting a test case for the process of automation?

Answer:
The following steps should be taken into consideration for automating a test case.

  • Find out the execution frequency of the test case. It should be checked how often a new build is run and how it works when it is run with large inputs.
  • Automating a particular scenario must save time. It should be found out that the automation if created, is saving time or not. This should be found out by doing exploratory testing.
  • It should also be determined how critical the test case is and how to cover the end-to-end test case scenarios.
  • It should be made sure that analysis through an automated test should not exceed the time which is taken through manual execution.
  • It should be liable to catch as many defects as possible.

Q3. List the different automation frameworks which are available and explain them in short?

Answer:
There are five types of framework used in Automation

Linear Scripting Framework: This is a very basic type of testing that works in the form of record and playback. It can be used to test small applications with less complexity.

Data-Driven Framework: This is done by creating different sets of test data. Automation scripts are created by making use of this data. The test data includes input, the expected output, and the result should be stored in files as per requirement.

Modular Testing Framework:  Here, the entire application is divided into different modules. The test scripts can be combined to create larger test scripts. All modules are tested and later combined.

Keyword-driven Framework: In this framework, it is important to define keywords and use them to define its action. The keywords are specified in the excel sheet, and the scripts use these to run test cases.

Hybrid Testing Framework: Hybrid frameworks are a combination of two or more frameworks. It can consider the benefits of all frameworks that are being used and work accordingly.

Q4. Explain the steps to implement automation and what will be the steps involved?

Answer:
To implement a good automation test, the goal of the test should be clear. It should be found out what the tests are doing to automate. Once these points are clear, a tool can be finalized for carrying out the automation. By checking the feasibility of what can be tested, the scope of automation can be decided. The user can decide accordingly which cases need to be automated. Once the scope is decided, you can check the actions which are needed to be performed. Accordingly, test scripts and suits should be developed. Once the steps are clear, the execution can be started, and this is done directly by the automation tool. The tool stores the logs, which can help in determining the results. After successful testing, reports can be generated and published.

Q5. What kind of test cases are not suitable for automation?

Answer:
The test cases which are not stable and the test cases which require changes frequently are not chosen to be automated. Also, the test cases which are not run regularly should not be considered for automation.

Part 2 – Automation Testing Interview Questions (Advanced)

Let us now have a look at the advanced Interview Questions.

Q6. How can you map the success of automation testing?

Answer:
The success of any automation can be measured by checking below:

  • There is a reduction in labor and other manual tasks.
  • The number of defects that are being detected was more than the ones when they were being detected manually.
  • The execution time is faster, and time is saved so that other tasks can be performed.

Q7. Which are the famous tools that are being used for testing?

Answer:
The common automation tools are”

  • QTP
  • Selenium Web driver
  • Soap UI
  • Rational Robot
  • Squish for QT

Q8. Can automation testing replace manual testing?

Answer:
It is not possible to replace manual testing completely. Automation works as a continuation of manual testing. There can be many situations where the expertise, understanding of business, and insight of the tester can be important.

Q9. Can Web driver test Mobile applications?

Answer:
Web driver does not have the capability of automating mobile applications. It is developed for testing web applications and hence cannot test mobile applications.

Q10. Which tests can be associated with automation testing?

Answer:
Test cases that involve load tests, sanity, and regression tests can be considered for automation testing.

Recommended Article

This has been a guide to the List Of Automation Testing Interview Questions and Answers so that the candidate can crackdown these Interview Questions easily. Here in this post, we have studied top Automation Testing Interview Questions, which are often asked in interviews. You may also look at the following articles to learn more –

  1. Java Testing Interview Questions
  2. Web Technology Interview Questions
  3. Artificial Intelligence Interview Questions
  4. EJB Interview Questions
Popular Course in this category
Software Testing Training (11 Courses, 2 Projects)
  11 Online Courses |  2 Hands-on Projects |  65+ Hours |  Verifiable Certificate of Completion
4.5
Price

View Course

Related Courses

Penetration Testing Training Program (2 Courses)4.9
TestNG Training (4 Courses, 2 Project)4.8
2 Shares
Share
Tweet
Share
Primary Sidebar
Footer
About Us
  • Blog
  • Who is EDUCBA?
  • Sign Up
  • Live Classes
  • Corporate Training
  • Certificate from Top Institutions
  • Contact Us
  • Verifiable Certificate
  • Reviews
  • Terms and Conditions
  • Privacy Policy
  •  
Apps
  • iPhone & iPad
  • Android
Resources
  • Free Courses
  • Java Tutorials
  • Python Tutorials
  • All Tutorials
Certification Courses
  • All Courses
  • Software Development Course - All in One Bundle
  • Become a Python Developer
  • Java Course
  • Become a Selenium Automation Tester
  • Become an IoT Developer
  • ASP.NET Course
  • VB.NET Course
  • PHP Course

ISO 10004:2018 & ISO 9001:2015 Certified

© 2022 - EDUCBA. ALL RIGHTS RESERVED. THE CERTIFICATION NAMES ARE THE TRADEMARKS OF THEIR RESPECTIVE OWNERS.

EDUCBA
Free Software Development Course

C# Programming, Conditional Constructs, Loops, Arrays, OOPS Concept

*Please provide your correct email id. Login details for this Free course will be emailed to you

By signing up, you agree to our Terms of Use and Privacy Policy.

EDUCBA Login

Forgot Password?

By signing up, you agree to our Terms of Use and Privacy Policy.

EDUCBA
Free Software Development Course

Web development, programming languages, Software testing & others

*Please provide your correct email id. Login details for this Free course will be emailed to you

By signing up, you agree to our Terms of Use and Privacy Policy.

EDUCBA

*Please provide your correct email id. Login details for this Free course will be emailed to you

By signing up, you agree to our Terms of Use and Privacy Policy.

Let’s Get Started

By signing up, you agree to our Terms of Use and Privacy Policy.

This website or its third-party tools use cookies, which are necessary to its functioning and required to achieve the purposes illustrated in the cookie policy. By closing this banner, scrolling this page, clicking a link or continuing to browse otherwise, you agree to our Privacy Policy

Loading . . .
Quiz
Question:

Answer:

Quiz Result
Total QuestionsCorrect AnswersWrong AnswersPercentage

Explore 1000+ varieties of Mock tests View more