SlideShare a Scribd company logo
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Agenda
01
Introduction to
Software Testing
02
Test Automation
Trends
03
Top 40 Test
Automation Interview
Questions
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Software Testing
Software Testing
Software Testing is a process used to identify the correctness,
completeness and the quality of developed compute software. It includes a
set of activities conducted with intent of finding errors in software so that
it could be corrected before the product is released to end users.
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Manual testing is essentially self-
explanatory — testing of a web
application is done manually, by
human action
Automated testing uses the
assistance of tools, scripts, and
software to perform test cases by
repeating pre-defined actions
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Market Trends
Copyright © 2019, edureka and/or its affiliates. All rights reserved.
03
02
01 Beginner level
Intermediate level
Advance level
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
01 What do you mean by the term Automation Testing?
Test Automation is a process of automating the manual
process to test the application/system under test.
Automation Testing
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
02 What are different types of Automation Testing?
Unit Tests
GUI Tests
Functional Tests
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
03 What is an automated test script?
An automated test script is a short program that is written
in a programming language to perform a set of
instructions on an application
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
04 What are good coding practices that should be followed while writing
test cases for automation?
<Use comments at appropriate places>
<Maintain separate files for reusable functions>
<Follow coding conventions>
<Run scripts regularly>
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
05 What is a Test Automation Framework?
A framework is a set of the structure of the entire
automation suite. It is also a guideline, which if followed
can result in a structure which is easy to maintain and
enhance.
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
06 Why use automation frameworks? What are the benefits that they
offer?
Maintain consistency of
testing
Less maintenance of code
Improves reusability of
test scripts
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
07 What are different types of automation frameworks that are
available?
▪ Linear Scripting Framework
▪ Data-driven Framework
▪ Keyword-driven Framework
▪ Modular Testing Framework
▪ Hybrid Testing Framework
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
08 What are pre-requisites to start automation testing?
Stable build
List of repeated functionality
List test data
Automation Framework
Skilled Resources
Filter Test Case Scenario
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
09 What are the factors that determine the effectiveness of Automation
Testing?
▪ Time saved
▪ Defects found
▪ Test coverage
▪ Maintenance Time
▪ Instalment cost
▪ Test reusability
▪ Quality of software under
test
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
10 What are main differences between Automation Testing & Manual
Testing?
▪ Test results are not reliable ▪ Automated testing is more reliable
▪ Process is time consuming ▪ Significantly faster approach
▪ Automated Testing is suited
for Regression Testing,
Performance Testing etc
▪ Manual Testing is suitable
for Exploratory, Usability
and Adhoc Testing
▪ Initial investment cost is low ▪ Initial investment cost is high
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
11 Is it possible to achieve 100% automation?
Usually, it is not usually possible, or necessarily desirable, to achieve
100% Test Automation. Because there would be many edge test cases
and some cases which are executed seldom
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
12 What are some conditions where we cannot consider
automation testing?
➢ Ever changing requirements
➢ Exhaustive documentation
➢ Only suitable for CI/CD
➢ One time test case
➢ Ad-hoc testing
➢ Exploratory testing
➢ User interface testing
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
13 How many test cases can you automate in a day?
How many test cases
can you automate?
Well it depends on the
test case scenario
complexity and length
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
14 What are some modern applications of Automation Testing?
Amazon – Delivery
Drones
Google – Self Driving
Cars
Starbucks – Robo
Cashiers
Facebook – Brain
Computer Interface
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
15 Is documentation necessary in Automation Testing?
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
16 Can automation testing replace manual testing?
No more manual
testing?
Automation testing isn’t a replacement for manual
testing. It’s just a continuation of the manual testing.
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
17 What are some popular Automation Testing Tools worldwide?
Selenium
Appium Watir
Ranorex
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
18 When should you prefer Manual Testing over Automation Testing?
Ad-hoc or exploratory
testing
Project is short term
Flexibility is needed
Usability testing is
performed
Copyright © 2019, edureka and/or its affiliates. All rights reserved.
03
02
01 Beginner level
Intermediate level
Advance level
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
When is Automation testing useful? Which test cases to Automate?
Repetitive Tasks
Environment
Setup/Tear Down
Data Entry Tasks
Timing or Screening
Responsiveness
Non Functional
Testing
Capturing Results
19
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
20 How to implement automation, what would be the steps?
Test Tool
Selection1
Define Scope of
Automation
2
Planning, Design &
Development3
Test Execution4
Maintenance5
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
21 What are different approaches to Test Automation?
Focus on if various sections of
code are performing as per
expectations under different
conditions or not
Code-driven Testing Graphical User
Interface
Application’s having GUI’s can
be tested using this method to
record user actions and
responses
Framework Approach
The framework brings together
function libraries, test data
sources, object details and other
reusable modules
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
22 What are the points that are covered while planning phase of
automation?
Decide the right automation tool
Choose automation framework if needed
Define scope of automation
Develop test cases
Test environment configuration
Identify test deliverables
Develop test suites
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
How to decide the tool that one should use for Automation testing
in their projects?
23
Unit Testing
Integration Testing
Select for tool based on requirements
Understand the requirements
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
24 What are the primary features of a good automation tool?
Easy to use
Good debugging facility
Robust object identification Support multiple frameworks
Testing of a database
Test environment support
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
25 On what basis you can map the success of automation?
Defect Detection Ratio
Automation Execution Time
Reduce in labour cost
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
26 What is the scripting standard while performing automation testing?
Uniform naming convention
Regular commenting
Proper indentation
Robust error handling
& recovery scenarios
Using frameworks
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
27 What are the differences between open source tools, vendor tools &
in-house tools in automation testing?
Open Source Tools
Free tools for frameworks and applications
Developed by companies, they come with licenses
Tools built by companies for their own use
Vendor Tools
In-house Tools
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
27 What are the differences between open source tools, vendor tools &
in-house tools in automation testing?
Open Source Tools
Free tools for frameworks and applications
Developed by companies, they come with licenses
Tools built by companies for their own use
Vendor Tools
In-house Tools
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
28 What are advantages of using an Automation Framework?
Reusability of code
Maximum Coverage
Recovery Scenario
Reusability of code
Minimal Manual Intervention
Easy Reporting
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
29 What are the important modules of Test Automation Framework?
32 41
Test Assertion
Tool
Data Set Up
Build Management
Tool
Reporting Tool
CI/CD Tool
5 6
Logging Tool
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
30 What are some popular automation testing frameworks available?
Well here are ones I know
• Apache JMeter
• Selenium
• Appium
• Google EarlGrey
Here are some more
• Carina
• TestNG
• Cucumber
• Watir
• RobotFramework
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
31 What do you think are the use cases where implementing automation
is not suggested?
No Automation
Ad Hoc Testing
Exploratory
Testing
User Interface
Testing
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
32 What are advantages & disadvantages of using Automation Testing?
Simplifies test case execution
Improves reliability of tests
Increases amount of test coverage
Reduces maintenance cost of testing
Increases speed of test execution
Environment set up is slightly complex
Improves accuracy of software tests
Saves time and money
Development & maintenance time is
more
Initial investment is high
Skilled resources are required
Debugging test scripts is an issue
Copyright © 2019, edureka and/or its affiliates. All rights reserved.
03
02
01 Beginner level
Intermediate level
Advance level
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
33 Is Automation Testing a Black-box testing or a White box testing?
Black – Box
Testing
TEST CASE - OUTPUT
In black box, internal
structure/design/implementation of
the item being tested is not known to
the tester
TEST CASE - INPUT
White – Box
Testing
TEST CASE - OUTPUTTEST CASE - INPUT
In white box, internal
structure/design/implementation of
the item being tested is known to the
tester.
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
34 Is Automation Testing a Black-box testing or a White box testing?
Automation Testing can be both
black box testing & white box testing
depending on the scenarios in which
automation is performed.
Black – Box
Testing
White – Box
Testing
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
34 What are attributes of a good Test Automation Framework?
A framework is a set of the structure of the entire
automation suite. It is also a guideline, which if
followed can result in a structure which is easy to
maintain and enhance.
Modular
Reusable
Consistent
Independent
Logging & Reporting
Integration
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
35 What are Test Automation Framework development challenges?
Setting scope
of automation
Identifying
requirements
Selecting tool
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
36 What is data-driven testing?
Data-driven is a test automation framework which stores test data in
a table or spread spreadsheet format.
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
37 What is TestNG? List out some of its prominent features?
TestNG is a automation testing framework inspired from JUnit and NUnit, but
introducing some new functionalities that make it more powerful and easier to
use.
Uses more Java concepts
Integrated Classes
Multi Threading
Flexible Plug-in API
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
38 What are advantages of TestNG over JUnit?
Annotations are
easy to understand
Test cases can be
grouped easily
Parallel testing is
supported
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
39 In what conditions we cannot use Automation Testing for Agile
method?
Not suitable for
all kind of
regression
tests
Exhaustive level of
documentation is
needed
Frequent changes
in requirements
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
40 What are some best practices that you should follow while Automation
Testing?
Define scope of automation very early
Select the right automation tool
Choose an appropriate framework
Follow scripting standards
Check for success of automation
Define scope of automation very early
Select the right automation tool
Choose an appropriate framework
Follow scripting standards
Check for success of automation
Define scope of automation very early
Select the right automation tool
Choose an appropriate framework
Follow scripting standards
Check for success of automation
SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
Automation Testing Interview Questions
41 What are the risks associated in automation testing?
No skilled resources
Initial Cost
Unstable UI
Unstable Applications
YouTube Video Link in the Description
Test Automation Interview Questions and Answers | Edureka

More Related Content

What's hot

Cross browser testing using BrowserStack
Cross browser testing using BrowserStack Cross browser testing using BrowserStack
Cross browser testing using BrowserStack
RapidValue
 
Software testing.ppt
Software testing.pptSoftware testing.ppt
Software testing.ppt
Komal Garg
 
Ship quality mobile apps with speed [Webinar]
Ship quality mobile apps with speed [Webinar]Ship quality mobile apps with speed [Webinar]
Ship quality mobile apps with speed [Webinar]
BrowserStack
 
An overview of selenium webdriver
An overview of selenium webdriverAn overview of selenium webdriver
An overview of selenium webdriver
Anuraj S.L
 
SOFTWARE TESTING
SOFTWARE TESTINGSOFTWARE TESTING
SOFTWARE TESTING
Priyanka Karancy
 
Introduction to Automation Testing
Introduction to Automation TestingIntroduction to Automation Testing
Introduction to Automation Testing
Archana Krushnan
 
BDD with Cucumber
BDD with CucumberBDD with Cucumber
BDD with Cucumber
Knoldus Inc.
 
Behavior Driven Development with SpecFlow
Behavior Driven Development with SpecFlowBehavior Driven Development with SpecFlow
Behavior Driven Development with SpecFlow
Rachid Kherrazi
 
Introduction to Selenium Web Driver
Introduction to Selenium Web DriverIntroduction to Selenium Web Driver
Introduction to Selenium Web Driver
Return on Intelligence
 
Selenium WebDriver Tutorial For Beginners | What Is Selenium WebDriver | Sele...
Selenium WebDriver Tutorial For Beginners | What Is Selenium WebDriver | Sele...Selenium WebDriver Tutorial For Beginners | What Is Selenium WebDriver | Sele...
Selenium WebDriver Tutorial For Beginners | What Is Selenium WebDriver | Sele...
Edureka!
 
Automation Testing using Selenium
Automation Testing using SeleniumAutomation Testing using Selenium
Automation Testing using Selenium
Naresh Chintalcheru
 
Automation - web testing with selenium
Automation - web testing with seleniumAutomation - web testing with selenium
Automation - web testing with selenium
Tzirla Rozental
 
Browser_Stack_Intro
Browser_Stack_IntroBrowser_Stack_Intro
Browser_Stack_Intro
Mithilesh Singh
 
Xpath in Selenium | Selenium Xpath Tutorial | Selenium Xpath Examples | Selen...
Xpath in Selenium | Selenium Xpath Tutorial | Selenium Xpath Examples | Selen...Xpath in Selenium | Selenium Xpath Tutorial | Selenium Xpath Examples | Selen...
Xpath in Selenium | Selenium Xpath Tutorial | Selenium Xpath Examples | Selen...
Edureka!
 
Automation testing strategy, approach & planning
Automation testing  strategy, approach & planningAutomation testing  strategy, approach & planning
Automation testing strategy, approach & planningSivaprasanthRentala1975
 
Git interview questions | Edureka
Git interview questions | EdurekaGit interview questions | Edureka
Git interview questions | Edureka
Edureka!
 
Azure Pipeline Tutorial | Azure DevOps Tutorial | Edureka
Azure Pipeline Tutorial | Azure DevOps Tutorial | EdurekaAzure Pipeline Tutorial | Azure DevOps Tutorial | Edureka
Azure Pipeline Tutorial | Azure DevOps Tutorial | Edureka
Edureka!
 
Automated API pentesting using fuzzapi
Automated API pentesting using fuzzapiAutomated API pentesting using fuzzapi
Automated API pentesting using fuzzapi
Abhijeth D
 
Confie no seu pipeline: Teste automaticamente um aplicativo Java de ponta a p...
Confie no seu pipeline: Teste automaticamente um aplicativo Java de ponta a p...Confie no seu pipeline: Teste automaticamente um aplicativo Java de ponta a p...
Confie no seu pipeline: Teste automaticamente um aplicativo Java de ponta a p...
Elias Nogueira
 

What's hot (20)

Cross browser testing using BrowserStack
Cross browser testing using BrowserStack Cross browser testing using BrowserStack
Cross browser testing using BrowserStack
 
Software testing.ppt
Software testing.pptSoftware testing.ppt
Software testing.ppt
 
Ship quality mobile apps with speed [Webinar]
Ship quality mobile apps with speed [Webinar]Ship quality mobile apps with speed [Webinar]
Ship quality mobile apps with speed [Webinar]
 
An overview of selenium webdriver
An overview of selenium webdriverAn overview of selenium webdriver
An overview of selenium webdriver
 
SOFTWARE TESTING
SOFTWARE TESTINGSOFTWARE TESTING
SOFTWARE TESTING
 
Introduction to Automation Testing
Introduction to Automation TestingIntroduction to Automation Testing
Introduction to Automation Testing
 
BDD with Cucumber
BDD with CucumberBDD with Cucumber
BDD with Cucumber
 
Behavior Driven Development with SpecFlow
Behavior Driven Development with SpecFlowBehavior Driven Development with SpecFlow
Behavior Driven Development with SpecFlow
 
Introduction to Selenium Web Driver
Introduction to Selenium Web DriverIntroduction to Selenium Web Driver
Introduction to Selenium Web Driver
 
Selenium WebDriver Tutorial For Beginners | What Is Selenium WebDriver | Sele...
Selenium WebDriver Tutorial For Beginners | What Is Selenium WebDriver | Sele...Selenium WebDriver Tutorial For Beginners | What Is Selenium WebDriver | Sele...
Selenium WebDriver Tutorial For Beginners | What Is Selenium WebDriver | Sele...
 
Automation Testing using Selenium
Automation Testing using SeleniumAutomation Testing using Selenium
Automation Testing using Selenium
 
Automation - web testing with selenium
Automation - web testing with seleniumAutomation - web testing with selenium
Automation - web testing with selenium
 
Browser_Stack_Intro
Browser_Stack_IntroBrowser_Stack_Intro
Browser_Stack_Intro
 
Xpath in Selenium | Selenium Xpath Tutorial | Selenium Xpath Examples | Selen...
Xpath in Selenium | Selenium Xpath Tutorial | Selenium Xpath Examples | Selen...Xpath in Selenium | Selenium Xpath Tutorial | Selenium Xpath Examples | Selen...
Xpath in Selenium | Selenium Xpath Tutorial | Selenium Xpath Examples | Selen...
 
Automation testing strategy, approach & planning
Automation testing  strategy, approach & planningAutomation testing  strategy, approach & planning
Automation testing strategy, approach & planning
 
Git interview questions | Edureka
Git interview questions | EdurekaGit interview questions | Edureka
Git interview questions | Edureka
 
Azure Pipeline Tutorial | Azure DevOps Tutorial | Edureka
Azure Pipeline Tutorial | Azure DevOps Tutorial | EdurekaAzure Pipeline Tutorial | Azure DevOps Tutorial | Edureka
Azure Pipeline Tutorial | Azure DevOps Tutorial | Edureka
 
Automated API pentesting using fuzzapi
Automated API pentesting using fuzzapiAutomated API pentesting using fuzzapi
Automated API pentesting using fuzzapi
 
Software Testing
Software TestingSoftware Testing
Software Testing
 
Confie no seu pipeline: Teste automaticamente um aplicativo Java de ponta a p...
Confie no seu pipeline: Teste automaticamente um aplicativo Java de ponta a p...Confie no seu pipeline: Teste automaticamente um aplicativo Java de ponta a p...
Confie no seu pipeline: Teste automaticamente um aplicativo Java de ponta a p...
 

Similar to Test Automation Interview Questions and Answers | Edureka

A Complete Guide to Functional Testing
A Complete Guide to Functional TestingA Complete Guide to Functional Testing
A Complete Guide to Functional Testing
Matthew Allen
 
Automation Best Practices.pptx
Automation Best Practices.pptxAutomation Best Practices.pptx
Automation Best Practices.pptx
pavelpopov43
 
A Complete Guide to Functional Testing
A Complete Guide to Functional TestingA Complete Guide to Functional Testing
A Complete Guide to Functional Testing
Abhay Kumar
 
Top 5 Pitfalls of Test Automation and How To Avoid Them
Top 5 Pitfalls of Test Automation and How To Avoid ThemTop 5 Pitfalls of Test Automation and How To Avoid Them
Top 5 Pitfalls of Test Automation and How To Avoid ThemSundar Sritharan
 
Performance Testing Using JMeter | Edureka
Performance Testing Using JMeter | EdurekaPerformance Testing Using JMeter | Edureka
Performance Testing Using JMeter | Edureka
Edureka!
 
UiPath Test Suite Automation and Oracle Cloud ERP and E-Business Suite Use Cases
UiPath Test Suite Automation and Oracle Cloud ERP and E-Business Suite Use CasesUiPath Test Suite Automation and Oracle Cloud ERP and E-Business Suite Use Cases
UiPath Test Suite Automation and Oracle Cloud ERP and E-Business Suite Use Cases
Diana Gray, MBA
 
Why Automation Fails—in Theory and Practice
Why Automation Fails—in Theory and PracticeWhy Automation Fails—in Theory and Practice
Why Automation Fails—in Theory and Practice
TechWell
 
Getting Started With QA Automation
Getting Started With QA AutomationGetting Started With QA Automation
Getting Started With QA Automation
Giovanni Scerra ☃
 
All You Need to Know About Automated Integration Testing.pdf
All You Need to Know About Automated Integration Testing.pdfAll You Need to Know About Automated Integration Testing.pdf
All You Need to Know About Automated Integration Testing.pdf
RohitBhandari66
 
Software testing
Software testingSoftware testing
Software testing
webomates
 
Quality Assurance with Manual Testing
Quality Assurance with Manual TestingQuality Assurance with Manual Testing
Quality Assurance with Manual Testing
Edureka!
 
Functional and Non-functional Test automation
Functional and Non-functional Test automationFunctional and Non-functional Test automation
Functional and Non-functional Test automation
Dr Ganesh Iyer
 
Test Automation: Investment Today Pays Back Tomorrow
Test Automation: Investment Today Pays Back TomorrowTest Automation: Investment Today Pays Back Tomorrow
Test Automation: Investment Today Pays Back Tomorrow
TechWell
 
_Automation Testing Training in Noida.pptx
_Automation Testing Training in Noida.pptx_Automation Testing Training in Noida.pptx
_Automation Testing Training in Noida.pptx
APTRON Solutions Noida
 
Module 4.pptxbsbsnsnsnsbsbbsjsjzbsbbsbsbsbs
Module 4.pptxbsbsnsnsnsbsbbsjsjzbsbbsbsbsbsModule 4.pptxbsbsnsnsnsbsbbsjsjzbsbbsbsbsbs
Module 4.pptxbsbsnsnsnsbsbbsjsjzbsbbsbsbsbs
Shivang100
 
Improving ROI with Scriptless Test Automation
Improving ROI with Scriptless Test AutomationImproving ROI with Scriptless Test Automation
Improving ROI with Scriptless Test Automation
Mindfire LLC
 
Test Automation Frameworks Using Selenium | Edureka
Test Automation Frameworks Using Selenium | EdurekaTest Automation Frameworks Using Selenium | Edureka
Test Automation Frameworks Using Selenium | Edureka
Edureka!
 
Unit 5 st ppt
Unit 5 st pptUnit 5 st ppt
Unit 5 st ppt
Poonkodi Jayakumar
 
Web Application Testing – The Basics of Web App Test Automation.pdf
Web Application Testing – The Basics of Web App Test Automation.pdfWeb Application Testing – The Basics of Web App Test Automation.pdf
Web Application Testing – The Basics of Web App Test Automation.pdf
pCloudy
 
Software Testing: History, Trends, Perspectives - a Brief Overview
Software Testing: History, Trends, Perspectives - a Brief OverviewSoftware Testing: History, Trends, Perspectives - a Brief Overview
Software Testing: History, Trends, Perspectives - a Brief Overview
Softheme
 

Similar to Test Automation Interview Questions and Answers | Edureka (20)

A Complete Guide to Functional Testing
A Complete Guide to Functional TestingA Complete Guide to Functional Testing
A Complete Guide to Functional Testing
 
Automation Best Practices.pptx
Automation Best Practices.pptxAutomation Best Practices.pptx
Automation Best Practices.pptx
 
A Complete Guide to Functional Testing
A Complete Guide to Functional TestingA Complete Guide to Functional Testing
A Complete Guide to Functional Testing
 
Top 5 Pitfalls of Test Automation and How To Avoid Them
Top 5 Pitfalls of Test Automation and How To Avoid ThemTop 5 Pitfalls of Test Automation and How To Avoid Them
Top 5 Pitfalls of Test Automation and How To Avoid Them
 
Performance Testing Using JMeter | Edureka
Performance Testing Using JMeter | EdurekaPerformance Testing Using JMeter | Edureka
Performance Testing Using JMeter | Edureka
 
UiPath Test Suite Automation and Oracle Cloud ERP and E-Business Suite Use Cases
UiPath Test Suite Automation and Oracle Cloud ERP and E-Business Suite Use CasesUiPath Test Suite Automation and Oracle Cloud ERP and E-Business Suite Use Cases
UiPath Test Suite Automation and Oracle Cloud ERP and E-Business Suite Use Cases
 
Why Automation Fails—in Theory and Practice
Why Automation Fails—in Theory and PracticeWhy Automation Fails—in Theory and Practice
Why Automation Fails—in Theory and Practice
 
Getting Started With QA Automation
Getting Started With QA AutomationGetting Started With QA Automation
Getting Started With QA Automation
 
All You Need to Know About Automated Integration Testing.pdf
All You Need to Know About Automated Integration Testing.pdfAll You Need to Know About Automated Integration Testing.pdf
All You Need to Know About Automated Integration Testing.pdf
 
Software testing
Software testingSoftware testing
Software testing
 
Quality Assurance with Manual Testing
Quality Assurance with Manual TestingQuality Assurance with Manual Testing
Quality Assurance with Manual Testing
 
Functional and Non-functional Test automation
Functional and Non-functional Test automationFunctional and Non-functional Test automation
Functional and Non-functional Test automation
 
Test Automation: Investment Today Pays Back Tomorrow
Test Automation: Investment Today Pays Back TomorrowTest Automation: Investment Today Pays Back Tomorrow
Test Automation: Investment Today Pays Back Tomorrow
 
_Automation Testing Training in Noida.pptx
_Automation Testing Training in Noida.pptx_Automation Testing Training in Noida.pptx
_Automation Testing Training in Noida.pptx
 
Module 4.pptxbsbsnsnsnsbsbbsjsjzbsbbsbsbsbs
Module 4.pptxbsbsnsnsnsbsbbsjsjzbsbbsbsbsbsModule 4.pptxbsbsnsnsnsbsbbsjsjzbsbbsbsbsbs
Module 4.pptxbsbsnsnsnsbsbbsjsjzbsbbsbsbsbs
 
Improving ROI with Scriptless Test Automation
Improving ROI with Scriptless Test AutomationImproving ROI with Scriptless Test Automation
Improving ROI with Scriptless Test Automation
 
Test Automation Frameworks Using Selenium | Edureka
Test Automation Frameworks Using Selenium | EdurekaTest Automation Frameworks Using Selenium | Edureka
Test Automation Frameworks Using Selenium | Edureka
 
Unit 5 st ppt
Unit 5 st pptUnit 5 st ppt
Unit 5 st ppt
 
Web Application Testing – The Basics of Web App Test Automation.pdf
Web Application Testing – The Basics of Web App Test Automation.pdfWeb Application Testing – The Basics of Web App Test Automation.pdf
Web Application Testing – The Basics of Web App Test Automation.pdf
 
Software Testing: History, Trends, Perspectives - a Brief Overview
Software Testing: History, Trends, Perspectives - a Brief OverviewSoftware Testing: History, Trends, Perspectives - a Brief Overview
Software Testing: History, Trends, Perspectives - a Brief Overview
 

More from Edureka!

What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaWhat to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | Edureka
Edureka!
 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaTop 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | Edureka
Edureka!
 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaTop 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | Edureka
Edureka!
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | Edureka
Edureka!
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | Edureka
Edureka!
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | Edureka
Edureka!
 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaTop Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | Edureka
Edureka!
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | Edureka
Edureka!
 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaHow to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| Edureka
Edureka!
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | Edureka
Edureka!
 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | Edureka
Edureka!
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | Edureka
Edureka!
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | Edureka
Edureka!
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | Edureka
Edureka!
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
Edureka!
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | Edureka
Edureka!
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka
Edureka!
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaA star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Edureka!
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | Edureka
Edureka!
 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | Edureka
Edureka!
 

More from Edureka! (20)

What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaWhat to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | Edureka
 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaTop 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | Edureka
 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaTop 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | Edureka
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | Edureka
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | Edureka
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | Edureka
 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaTop Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | Edureka
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | Edureka
 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaHow to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| Edureka
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | Edureka
 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | Edureka
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | Edureka
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | Edureka
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | Edureka
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | Edureka
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaA star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | Edureka
 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | Edureka
 

Recently uploaded

UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
Abida Shariff
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
Bhaskar Mitra
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 

Recently uploaded (20)

UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 

Test Automation Interview Questions and Answers | Edureka

  • 1. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses
  • 2. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Agenda 01 Introduction to Software Testing 02 Test Automation Trends 03 Top 40 Test Automation Interview Questions
  • 3. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Software Testing Software Testing Software Testing is a process used to identify the correctness, completeness and the quality of developed compute software. It includes a set of activities conducted with intent of finding errors in software so that it could be corrected before the product is released to end users.
  • 4. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Manual testing is essentially self- explanatory — testing of a web application is done manually, by human action Automated testing uses the assistance of tools, scripts, and software to perform test cases by repeating pre-defined actions
  • 5. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Market Trends
  • 6. Copyright © 2019, edureka and/or its affiliates. All rights reserved. 03 02 01 Beginner level Intermediate level Advance level
  • 7. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 01 What do you mean by the term Automation Testing? Test Automation is a process of automating the manual process to test the application/system under test. Automation Testing
  • 8. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 02 What are different types of Automation Testing? Unit Tests GUI Tests Functional Tests
  • 9. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 03 What is an automated test script? An automated test script is a short program that is written in a programming language to perform a set of instructions on an application
  • 10. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 04 What are good coding practices that should be followed while writing test cases for automation? <Use comments at appropriate places> <Maintain separate files for reusable functions> <Follow coding conventions> <Run scripts regularly>
  • 11. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 05 What is a Test Automation Framework? A framework is a set of the structure of the entire automation suite. It is also a guideline, which if followed can result in a structure which is easy to maintain and enhance.
  • 12. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 06 Why use automation frameworks? What are the benefits that they offer? Maintain consistency of testing Less maintenance of code Improves reusability of test scripts
  • 13. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 07 What are different types of automation frameworks that are available? ▪ Linear Scripting Framework ▪ Data-driven Framework ▪ Keyword-driven Framework ▪ Modular Testing Framework ▪ Hybrid Testing Framework
  • 14. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 08 What are pre-requisites to start automation testing? Stable build List of repeated functionality List test data Automation Framework Skilled Resources Filter Test Case Scenario
  • 15. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 09 What are the factors that determine the effectiveness of Automation Testing? ▪ Time saved ▪ Defects found ▪ Test coverage ▪ Maintenance Time ▪ Instalment cost ▪ Test reusability ▪ Quality of software under test
  • 16. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 10 What are main differences between Automation Testing & Manual Testing? ▪ Test results are not reliable ▪ Automated testing is more reliable ▪ Process is time consuming ▪ Significantly faster approach ▪ Automated Testing is suited for Regression Testing, Performance Testing etc ▪ Manual Testing is suitable for Exploratory, Usability and Adhoc Testing ▪ Initial investment cost is low ▪ Initial investment cost is high
  • 17. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 11 Is it possible to achieve 100% automation? Usually, it is not usually possible, or necessarily desirable, to achieve 100% Test Automation. Because there would be many edge test cases and some cases which are executed seldom
  • 18. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 12 What are some conditions where we cannot consider automation testing? ➢ Ever changing requirements ➢ Exhaustive documentation ➢ Only suitable for CI/CD ➢ One time test case ➢ Ad-hoc testing ➢ Exploratory testing ➢ User interface testing
  • 19. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 13 How many test cases can you automate in a day? How many test cases can you automate? Well it depends on the test case scenario complexity and length
  • 20. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 14 What are some modern applications of Automation Testing? Amazon – Delivery Drones Google – Self Driving Cars Starbucks – Robo Cashiers Facebook – Brain Computer Interface
  • 21. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 15 Is documentation necessary in Automation Testing?
  • 22. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 16 Can automation testing replace manual testing? No more manual testing? Automation testing isn’t a replacement for manual testing. It’s just a continuation of the manual testing.
  • 23. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 17 What are some popular Automation Testing Tools worldwide? Selenium Appium Watir Ranorex
  • 24. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 18 When should you prefer Manual Testing over Automation Testing? Ad-hoc or exploratory testing Project is short term Flexibility is needed Usability testing is performed
  • 25. Copyright © 2019, edureka and/or its affiliates. All rights reserved. 03 02 01 Beginner level Intermediate level Advance level
  • 26. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions When is Automation testing useful? Which test cases to Automate? Repetitive Tasks Environment Setup/Tear Down Data Entry Tasks Timing or Screening Responsiveness Non Functional Testing Capturing Results 19
  • 27. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 20 How to implement automation, what would be the steps? Test Tool Selection1 Define Scope of Automation 2 Planning, Design & Development3 Test Execution4 Maintenance5
  • 28. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 21 What are different approaches to Test Automation? Focus on if various sections of code are performing as per expectations under different conditions or not Code-driven Testing Graphical User Interface Application’s having GUI’s can be tested using this method to record user actions and responses Framework Approach The framework brings together function libraries, test data sources, object details and other reusable modules
  • 29. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 22 What are the points that are covered while planning phase of automation? Decide the right automation tool Choose automation framework if needed Define scope of automation Develop test cases Test environment configuration Identify test deliverables Develop test suites
  • 30. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions How to decide the tool that one should use for Automation testing in their projects? 23 Unit Testing Integration Testing Select for tool based on requirements Understand the requirements
  • 31. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 24 What are the primary features of a good automation tool? Easy to use Good debugging facility Robust object identification Support multiple frameworks Testing of a database Test environment support
  • 32. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 25 On what basis you can map the success of automation? Defect Detection Ratio Automation Execution Time Reduce in labour cost
  • 33. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 26 What is the scripting standard while performing automation testing? Uniform naming convention Regular commenting Proper indentation Robust error handling & recovery scenarios Using frameworks
  • 34. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 27 What are the differences between open source tools, vendor tools & in-house tools in automation testing? Open Source Tools Free tools for frameworks and applications Developed by companies, they come with licenses Tools built by companies for their own use Vendor Tools In-house Tools
  • 35. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 27 What are the differences between open source tools, vendor tools & in-house tools in automation testing? Open Source Tools Free tools for frameworks and applications Developed by companies, they come with licenses Tools built by companies for their own use Vendor Tools In-house Tools
  • 36. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 28 What are advantages of using an Automation Framework? Reusability of code Maximum Coverage Recovery Scenario Reusability of code Minimal Manual Intervention Easy Reporting
  • 37. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 29 What are the important modules of Test Automation Framework? 32 41 Test Assertion Tool Data Set Up Build Management Tool Reporting Tool CI/CD Tool 5 6 Logging Tool
  • 38. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 30 What are some popular automation testing frameworks available? Well here are ones I know • Apache JMeter • Selenium • Appium • Google EarlGrey Here are some more • Carina • TestNG • Cucumber • Watir • RobotFramework
  • 39. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 31 What do you think are the use cases where implementing automation is not suggested? No Automation Ad Hoc Testing Exploratory Testing User Interface Testing
  • 40. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 32 What are advantages & disadvantages of using Automation Testing? Simplifies test case execution Improves reliability of tests Increases amount of test coverage Reduces maintenance cost of testing Increases speed of test execution Environment set up is slightly complex Improves accuracy of software tests Saves time and money Development & maintenance time is more Initial investment is high Skilled resources are required Debugging test scripts is an issue
  • 41. Copyright © 2019, edureka and/or its affiliates. All rights reserved. 03 02 01 Beginner level Intermediate level Advance level
  • 42. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 33 Is Automation Testing a Black-box testing or a White box testing? Black – Box Testing TEST CASE - OUTPUT In black box, internal structure/design/implementation of the item being tested is not known to the tester TEST CASE - INPUT White – Box Testing TEST CASE - OUTPUTTEST CASE - INPUT In white box, internal structure/design/implementation of the item being tested is known to the tester.
  • 43. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 34 Is Automation Testing a Black-box testing or a White box testing? Automation Testing can be both black box testing & white box testing depending on the scenarios in which automation is performed. Black – Box Testing White – Box Testing
  • 44. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 34 What are attributes of a good Test Automation Framework? A framework is a set of the structure of the entire automation suite. It is also a guideline, which if followed can result in a structure which is easy to maintain and enhance. Modular Reusable Consistent Independent Logging & Reporting Integration
  • 45. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 35 What are Test Automation Framework development challenges? Setting scope of automation Identifying requirements Selecting tool
  • 46. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 36 What is data-driven testing? Data-driven is a test automation framework which stores test data in a table or spread spreadsheet format.
  • 47. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 37 What is TestNG? List out some of its prominent features? TestNG is a automation testing framework inspired from JUnit and NUnit, but introducing some new functionalities that make it more powerful and easier to use. Uses more Java concepts Integrated Classes Multi Threading Flexible Plug-in API
  • 48. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 38 What are advantages of TestNG over JUnit? Annotations are easy to understand Test cases can be grouped easily Parallel testing is supported
  • 49. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 39 In what conditions we cannot use Automation Testing for Agile method? Not suitable for all kind of regression tests Exhaustive level of documentation is needed Frequent changes in requirements
  • 50. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 40 What are some best practices that you should follow while Automation Testing? Define scope of automation very early Select the right automation tool Choose an appropriate framework Follow scripting standards Check for success of automation Define scope of automation very early Select the right automation tool Choose an appropriate framework Follow scripting standards Check for success of automation Define scope of automation very early Select the right automation tool Choose an appropriate framework Follow scripting standards Check for success of automation
  • 51. SOFTWARE TESTING CERTIFICATION COURSES www.edureka.co/software-testing-certification-courses Automation Testing Interview Questions 41 What are the risks associated in automation testing? No skilled resources Initial Cost Unstable UI Unstable Applications
  • 52. YouTube Video Link in the Description