Вы находитесь на странице: 1из 11

3/21/2018 Top 100 Automation Testing Interview Questions - Most Automation Testing Interview Questions and Answers | Wisdom

ers | Wisdom Jobs

Search Tutorials/Interview Questions/Practice Tests

Automation
Quick Links Testing Interview Questions & Answers

Sap Testing Tutorial (https://www.wisdomjobs.com/e-university/sap-testing-tutorial-1372.html)

 Previous (https://www.wisdomjobs.com/e-university)
Automation Testing Jobs Search (https://www.wisdomjobs.com/automation-testing-jobs)
1. Why Automation Testing?
All Interview Questions (https://www.wisdomjobs.com/e-university/all-skillsets-interview-
Answer : Automation testing improves efficiency of testing.
questions.html)
Reduced testing efforts and costs.
Testing can be replicated across different platforms.
Gives accurate results.
Usually used for large applications with stringent deadlines.

2. When Will You Automate A Test?

Answer : Automation in preferred in following cases

Repetitive Tasks
Smoke and Sanity Tests
Test with multiple data set
Regression test cases

3. Explain Load Testing On Websites?

Answer : To access a website, a user sends a “request” to that website’s server, and the server
sends back a response in the form of the website you want to access. To load test a website, quality
assurance engineers and automation engineers just need to multiply the number of responses sent to
simulate different traffic loads. The web server’s response to the influx of virtual users can then be
measured. This is used to determine performance issues and server capacity.

4. What Are The Features And Benefits Of Quick Test Pro(qtp)?

Answer : The following are the features and benefits of Quick Test Pro:

https://www.wisdomjobs.com/e-university/automation-testing-interview-questions.html 1/11
3/21/2018 Top 100 Automation Testing Interview Questions - Most Automation Testing Interview Questions and Answers | Wisdom Jobs

It is a key word driven testing


It is suitable for web based application for both client and server
It has better error handling mechanism
Data driven testing features are excellent
It has record and play feature
The screen shots can be recorded
Run time data table can be used for persisting values

5. When You Will Not Automate Testing?

Answer : One should not automate in following cases :


When the Application Under Test changes frequently
One time test cases
Adhoc – Random testing

6. Are You Familiar With Selenium? If Yes, What Is It?

Answer : Selenium is a suite of software testing and automation tools built for web applications.
Using Selenium, software tests can be written in languages like Java, Perl, Python, and more. The
framework itself can be deployed on the three major operating systems: Windows, Mac, and Linux.

7. What Is Build Verification Testing, Bvt?

Answer : Build Verification Testing is a group of tests that execute on every newly build of products
for verification in which the build is testable prior to the release of build into the hands of the test team.
The main stream functionality of the application software is tested using BVT. BVT lets the developers
know if any serious problems exist with the build. They save the test team time and frustration by
avoiding the test of an unstable build.

8. What Are The Steps Involved In The Automation Process ?

Answer : In the automation process, steps involved are


Selecting the Test tool
Define scope of automation
Planning, design and development
Test execution
Maintenance

9. Explain About Basics Of Rational Robot - Ibm Test Automation Tool?

Answer :

https://www.wisdomjobs.com/e-university/automation-testing-interview-questions.html 2/11
3/21/2018 Top 100 Automation Testing Interview Questions - Most Automation Testing Interview Questions and Answers | Wisdom Jobs

Rational Robot is an automated testing tool for functional and regression testing for automating
Windows, Java, IE and ERP applications which run on Windows platform. The test cases for common
objects such as lists, bitmaps, and menus are provided by Rational Robot. It also provides specialized
test cases for objects those are specific for development environment. The tools like Relational Test
Manager, Rational Clear Quest and Requisite Pro are integrated in the Rational Unified Processor for
Change Management, Requirement Traceability and Defect Tracking. It also supports UI technologies
such as VS.NET controls, Web, Java, Oracle Forms, Borland Delphi and Sybase Power Builder
applications.

10. What Are The Points That Are Covered While Planning Phase Of Automation ?

Answer : During planning phase of automation things which has to be taken in concern are
Selection the “right” Automation tool
Selection Automation Framework if any
List of In scope and out of scope items for automation
Test Environment setup
Preparing Grant Chart of Project timelines for test script development & execution.
Identify Test Deliverables

Ads by Google

Automation Testing Interview Questions Test Automation

Practice Test Performance Testing

11. Can You List Some Other Automation Testing Tools That You Are Familiar With?

Answer : Besides Selenium, there is Load Runner, Sahi, Silk Test, QTP, Jmeter, WinRunner, etc.

12. Stop Automating The Tests Which Run Once?

Answer : Ensure that certain test cases might be running once and not included in the regression
testing. Avoid automating such test modules.

13. In What Condition We Cannot Use Automation Testing For Agile Method ?

Answer : Automation testing is not useful for agile methods in following conditions :
When Agile testing always ask for changes in requirements
When Exhaustive level of documentation is required in Agile
Only suitable for those regression tests during agile testing like continuos integration

14. What Kind Of Tests Would You Automate?

https://www.wisdomjobs.com/e-university/automation-testing-interview-questions.html 3/11
3/21/2018 Top 100 Automation Testing Interview Questions - Most Automation Testing Interview Questions and Answers | Wisdom Jobs

Answer : Load tests, sanity tests, and regression tests are the sorts of tests a quality engineer
would typically automate.

15. What Are The Risks Associated In Automation Testing?

Answer : The risks of Automation Testing are:


Do you have skilled resources? The automation testing demands resources with some
knowledge about programming. Focus on the resources. Identify whether the resources have
proper knowledge for automation testing. Are they capable to adapt easily to the new
technologies? These measures are to be well assessed for building an automation testing team.
The initial cost for automation is high. The initial cost for automation is too high for initial
setup. It costs automated tool purchase, training ad maintenance of the test scripts. The
unsatisfied customer base is high for automation testing their products. It should be ensured
that the cost compensates the testing results.
If UI is not fixed, do not thing about automation: Prior to automating the user interface, it
should strongly be determined that, whether the UI is changing extensively or the cost of the
automated script maintenance is high or not.
Make sure that the application is stable enough: To automate the early development cycle
unless or otherwise it is Agile environment, would not be a good idea. It costs script
maintenance cost very high.
Stop automating the tests which run once: Ensure that certain test cases might be running
once and not included in the regression testing. Avoid automating such test modules.

16. What Is Tree View In Automation Testing?

Answer : A tree view in Quick Test Pro has statements in keywords or in tree structure. The testing
process in the keyword created and viewed in the keyword drive modular format.

17. What Are The Primary Features Of Good Automation Tool ?

Answer : Test Environment support and easy to use.


Good debugging facility.
Robust object identification.
Object and Image testing abilities.
Object identification.
Testing of database.
Support multiple frameworks.

18. Does Automation Testing Have Any Disadvantages?

Answer :
https://www.wisdomjobs.com/e-university/automation-testing-interview-questions.html 4/11
3/21/2018 Top 100 Automation Testing Interview Questions - Most Automation Testing Interview Questions and Answers | Wisdom Jobs

Designing the tools and tests to run software through takes a lot of manual, human effort, though there
are frameworks and tests ready made for engineers to use. Even with automated testing, human error
is still a factor – tools can be buggy, inefficient, costly, and sometimes even technologically limited in
what kinds of tests they can run on their own.

19. What Are The Pre-requisites To Start Automation Testing?

Answer : The first step is to segregate the different test cases that are to be automated, followed
by preparing test data as per the needs of the test cases. Reusable functions need to be written which
are frequently used in those test cases. Later test scripts are prepared by using reusable functions and
apply loops and conditions wherever necessary.

In a nut shell, the following are the pre-requisites for starting automation testing:
Build should always be stable
Get the functionalities to repeat
Filtering the automated test cases

Ads by Google

Automation Testing Interview Questions Performance Testing

Software Engineer Testing A Test Only

20. What Are The Types Of Framework Used In Software Automation Testing ?

Answer
Sap Testing: In software automation testing four types of framework used are
Data driven automation framework
Sap Testing Overview
Keyword driven automati4on framework
(https://www.wisdomjobs.com/e-
Modular automation framework
university/sap-testing-tutorial-
Hybrid automation framework
1372/sap-testing-overview-
17232.html)

Automation Testing Related Tutorials


Sap Testing Types
(https://www.wisdomjobs.com/e-
ETL Testing Tutorial Agile Testing Tutorial (https://www.wisdomjobs.com/e-
university/sap-testing-tutorial-
(https://www.wisdomjobs.com/e-university/etl- university/agile-testing-tutorial-284.html)
1372/sap-testing-types-
testing-tutorial-200.html)
17233.html)
Mobile Testing Tutorial Database Testing Tutorial
Sap Testing Manual And
(https://www.wisdomjobs.com/e- (https://www.wisdomjobs.com/e-university/database-
Automation
university/mobile-testing-tutorial-883.html) testing-tutorial-966.html)
(https://www.wisdomjobs.com/e-
i i / i i l
https://www.wisdomjobs.com/e-university/automation-testing-interview-questions.html 5/11
3/21/2018 Top 100 Automation Testing Interview Questions - Most Automation Testing Interview Questions and Answers | Wisdom Jobs
university/sap-testing-tutorial-
Sap Testing Tutorial
Automation Testing Related Tutorials
1372/sap-testing-manual-and-
(https://www.wisdomjobs.com/e-
automation-17234.html)
university/sap-testing-tutorial-
Software testing Tutorial SAP Testing Tutorial (https://www.wisdomjobs.com/e-
1372.html)
(https:/
/www.wisdomjobs.com/e-
Sap Testing Sdlc university/sap-testing-tutorial-1372.html)
university/software-testing-tutorial-1303.html)
(https://www.wisdomjobs.com/e-
university/sap-testing-tutorial-
Security Testing Tutorial Penetration Testing Tutorial
1372/sap-testing-sdlc-
(https://www.wisdomjobs.com/e- (https://www.wisdomjobs.com/e-
17235.html)
university/security-testing-tutorial-1437.html) university/penetration-testing-tutorial-1485.html)

Sap Testing
QUnit TestingTypes In Sap
Tutorial A/B Testing Tutorial (https://www.wisdomjobs.com/e-
(https:/
(https:/ /www.wisdomjobs.com/e-
/www.wisdomjobs.com/e-university/qunit- university/a-b-testing-tutorial-2096.html)
university/sap-testing-tutorial-
testing-tutorial-1543.html)
1372/sap-testing-types-in-sap-
17236.html)
Automation Testing Related Interview Questions

Sap Testing Process


ETL Testing Interview Questions Agile Testing Interview Questions
(https://www.wisdomjobs.com/e-
(https://www.wisdomjobs.com/e-university/etl- (https://www.wisdomjobs.com/e-university/agile-
testing-interview-questions.html) testing-interview-questions.html)

Manual Testing Interview Questions Mobile Testing Interview Questions


(https://www.wisdomjobs.com/e-university/manual- (https://www.wisdomjobs.com/e-
testing-interview-questions.html) university/mobile-testing-interview-
questions.html)

Database Testing Interview Questions White Box Testing Interview Questions


(https://www.wisdomjobs.com/e-university/database- (https://www.wisdomjobs.com/e-university/white-
testing-interview-questions.html) box-testing-interview-questions.html)

Software testing Interview Questions SAP Testing Interview Questions


(https://www.wisdomjobs.com/e-university/software- (https://www.wisdomjobs.com/e-university/sap-
testing-interview-questions.html) testing-interview-questions.html)

API testing Interview Questions Security Testing Interview Questions


(https://www.wisdomjobs.com/e-university/api- (https://www.wisdomjobs.com/e-
testing-interview-questions.html) university/security-testing-interview-
questions.html)

https://www.wisdomjobs.com/e-university/automation-testing-interview-questions.html 6/11
3/21/2018 Top 100 Automation Testing Interview Questions - Most Automation Testing Interview Questions and Answers | Wisdom Jobs

Automation Testing Related Interview Questions

Penetration Testing Interview Questions QUnit Testing Interview Questions


(https://www.wisdomjobs.com/e- (https://www.wisdomjobs.com/e-university/qunit-
university/penetration-testing-interview- testing-interview-questions.html)
questions.html)

Web testing Interview Questions Mobile Application Testing Interview Questions


(https://www.wisdomjobs.com/e-university/web- (https://www.wisdomjobs.com/e-
testing-interview-questions.html) university/mobile-application-testing-interview-
questions.html)

Apps Associates Manual Testing Interview Questions Avaya Manual Testing Interview Questions
(https://www.wisdomjobs.com/e-university/apps- (https://www.wisdomjobs.com/e-university/avaya-
associates-manual-testing-interview-questions.html) manual-testing-interview-questions.html)

Embedded Testing Interview Questions A/B Testing Interview Questions


(https://www.wisdomjobs.com/e- (https://www.wisdomjobs.com/e-university/a-b-
university/embedded-testing-interview- testing-interview-questions.html)
questions.html)

Python Automation Testing Interview Questions


(https://www.wisdomjobs.com/e-university/python-
automation-testing-interview-questions.html)

Automation Testing Related Practice Tests

ETL Testing Practice Tests Agile Testing Practice Tests


(https://www.wisdomjobs.com/e-university/etl- (https://www.wisdomjobs.com/e-university/agile-
testing-practice-tests-200-327374) testing-practice-tests-284-327153)

Manual Testing Practice Tests Mobile Testing Practice Tests


(https://www.wisdomjobs.com/e-university/manual- (https://www.wisdomjobs.com/e-university/mobile-
testing-practice-tests-300-327455) testing-practice-tests-883-327479)

Database Testing Practice Tests White Box Testing Practice Tests


(https://www.wisdomjobs.com/e- (https://www.wisdomjobs.com/e-university/white-
university/database-testing-practice-tests-966- box-testing-practice-tests-1180-327627)
327346)

https://www.wisdomjobs.com/e-university/automation-testing-interview-questions.html 7/11
3/21/2018 Top 100 Automation Testing Interview Questions - Most Automation Testing Interview Questions and Answers | Wisdom Jobs

Automation Testing Related Practice Tests

Software testing Practice Tests


(https://www.wisdomjobs.com/e-
university/software-testing-practice-tests-1303-
327859)

List of Tutorials 

Boxing Tutorial (https://www.wisdomjobs.com/e-university/boxing-tutorial-2804.html)

Volleyball Tutorial (https://www.wisdomjobs.com/e-university/volleyball-tutorial-2793.html)

Badminton Tutorial (https://www.wisdomjobs.com/e-university/badminton-tutorial-2792.html)

Fatehpur Sikri Fort Tutorial (https://www.wisdomjobs.com/e-university/fatehpur-sikri-fort-tutorial-


2771.html)

Feroz Shah Kotla Fort, Delhi Tutorial (https://www.wisdomjobs.com/e-university/feroz-shah-kotla-


fort-delhi-tutorial-2770.html)

Chittorgarh Fort, Chittorgarh Tutorial (https://www.wisdomjobs.com/e-university/chittorgarh-fort-


chittorgarh-tutorial-2768.html)

Taj Mahal,Agra Tutorial (https://www.wisdomjobs.com/e-university/taj-mahal-agra-tutorial-


2767.html)

Jahanpanah Fort, Delhi Tutorial (https://www.wisdomjobs.com/e-university/jahanpanah-fort-delhi-


tutorial-2766.html)

Read More (https://www.wisdomjobs.com/e-university/all-skillsets.html)

List of Topics 

Volleyball Champions (https://www.wisdomjobs.com/e-university/volleyball-tutorial-


2793/volleyball-champions-27416.html)

https://www.wisdomjobs.com/e-university/automation-testing-interview-questions.html 8/11
3/21/2018 Top 100 Automation Testing Interview Questions - Most Automation Testing Interview Questions and Answers | Wisdom Jobs

Volleyball Variants (https://www.wisdomjobs.com/e-university/volleyball-tutorial-


2793/volleyball-variants-27415.html)

Volleyball Rules (https://www.wisdomjobs.com/e-university/volleyball-tutorial-2793/volleyball-


rules-27414.html)

Volleyball How to Play (https://www.wisdomjobs.com/e-university/volleyball-tutorial-


2793/volleyball-how-to-play-27413.html)

Volleyball Common Terms (https://www.wisdomjobs.com/e-university/volleyball-tutorial-


2793/volleyball-common-terms-27412.html)

Volleyball Equipment (https://www.wisdomjobs.com/e-university/volleyball-tutorial-


2793/volleyball-equipment-27411.html)

Volleyball Playing Environment (https://www.wisdomjobs.com/e-university/volleyball-tutorial-


2793/volleyball-playing-environment-27410.html)

Volleyball Overview (https://www.wisdomjobs.com/e-university/volleyball-tutorial-


2793/volleyball-overview-27409.html)

Read More (https://www.wisdomjobs.com/e-university)

Interview Questions 

Marketing Communications Interview Questions (https://www.wisdomjobs.com/e-


university/marketing-communications-interview-questions.html)

Business Correspondent Interview Questions (https://www.wisdomjobs.com/e-


university/business-correspondent-interview-questions.html)

ICFAI Interview Questions (https://www.wisdomjobs.com/e-university/icfai-interview-


questions.html)

Financial Inclusion Interview Questions (https://www.wisdomjobs.com/e-university/financial-


inclusion-interview-questions.html)

Oracle Ascp Interview Questions (https://www.wisdomjobs.com/e-university/oracle-ascp-


interview-questions.html)

Pharmacovigilance Interview Questions (https://www.wisdomjobs.com/e-


university/pharmacovigilance-interview-questions.html)

https://www.wisdomjobs.com/e-university/automation-testing-interview-questions.html 9/11
3/21/2018 Top 100 Automation Testing Interview Questions - Most Automation Testing Interview Questions and Answers | Wisdom Jobs

E Waste Management Interview Questions (https://www.wisdomjobs.com/e-university/e-waste-


management-interview-questions.html)

Meditation Interview Questions (https://www.wisdomjobs.com/e-university/meditation-interview-


questions.html)

Read More (https://www.wisdomjobs.com/e-university/all-skillsets-interview-questions.html)

ABOUT US TOP COMPANY JOBS


About Wisdom Jobs HDFC Careers (https://www.wisdomjobs.com/hdfc-
Contact US (https://www.wisdomjobs.com/contact- jobs)
us.html) Infosys Careers
Privacy Policy (https://www.wisdomjobs.com/privacy- (https://www.wisdomjobs.com/infosys-jobs)
and-policy.php) Mphasis Careers
Terms of Use (https://www.wisdomjobs.com/terms- (https://www.wisdomjobs.com/mphasis-jobs)
and-conditions.php) Axis bank Careers
Report a problem (https://www.wisdomjobs.com/axis-bank-jobs)
(https://www.wisdomjobs.com/reportproblem.html) Ashok Leyland Careers
Help (https://www.wisdomjobs.com/help) (https://www.wisdomjobs.com/ashok-leyland-jobs)
Press Corner TOP CATEGORY JOBS
Html Site Map Govt Jobs (https://www.wisdomjobs.com/govtjobs/)
(https://www.wisdomjobs.com/sitemap.html) Freshers world
(https://www.wisdomjobs.com/freshers-world)
Today walkins (https://www.wisdomjobs.com/today-
walkins)
Sarkari Result (https://www.wisdomjobs.com/sarkari-
result)
Agriculture Jobs
(https://www.wisdomjobs.com/agriculture-jobs)
JOBS IN TOP LOCATIONS ASSESSMENTS
Jobs in Delhi (https://www.wisdomjobs.com/jobs-in- Pragnya Meter
delhi) (https://www.wisdomjobs.com/pragnyameter/)
Jobs in Bangalore LEARNING
(https://www.wisdomjobs.com/jobs-in-bangalore)
https://www.wisdomjobs.com/e-university/automation-testing-interview-questions.html 10/11
3/21/2018 Top 100 Automation Testing Interview Questions - Most Automation Testing Interview Questions and Answers | Wisdom Jobs

Jobs in Mumbai (https://www.wisdomjobs.com/jobs- E-University (https://www.wisdomjobs.com/e-


in-mumbai) university/aboutus.html)
Jobs in Pune (https://www.wisdomjobs.com/jobs-in- Skill Sets (https://www.wisdomjobs.com/e-
pune) university/all-skillsets.html)
Jobs in Chennai (https://www.wisdomjobs.com/jobs- Practice Tests (https://www.wisdomjobs.com/e-
in-chennai) university/onlineexam.html)
CAREER EDGE
Resume Writing
(https://www.wisdomjobs.com/resumewriting/resume-
writing-for-freshers)
Profile Enhancement
(https://www.wisdomjobs.com/resumewriting/preferred-
applicant)
Recruiter Reach
(https://www.wisdomjobs.com/resumewriting/enhanced
reach)
JOB SEEKER
Register Now
(https://www.wisdomjobs.com/registerform.html)
RECRUITERS
Post an alert
Resume Search
RESOURCES
The Wisdom Blog (https://blog.wisdomjobs.com)
Job Posting Guide
(https://www.wisdomjobs.com/sample-
jobpostings.php)
Free Job Alerts (https://www.wisdomjobs.com/free-
job-alert)
Wisdomjobsgulf.com

Our Portals : Gulf (https://www.wisdomjobsgulf.com) Canada USA Italy


UK South Africa Malaysia Singapore Australia New Zealand

All rights reserved © 2018 Wisdom IT Services India Pvt. Ltd

https://www.wisdomjobs.com/e-university/automation-testing-interview-questions.html 11/11

Вам также может понравиться