If you are an Automation Testing expert then this is for you. Let us know if you looking for a job change? Then do not worry, we’ve a right answer for your job interview preparation. If you are preparing for Automation Testing job interview then go through Wisdomjobs interview questions and answers page. Testing involves certain cycle of tests to be performed. Using an application the entire process is tested by software in less time and gives us the efficient and effective results. This is done by developing an application that can handle the testing. Once the application is set, testing can be automated without putting manual work. Below are the Automation Testing job interview questions and answers which makes you comfortable to face the interviews:
Question 1. Why Automation Testing?
Answer :
Question 2. When Will You Automate A Test?
Answer :
Automation in preferred in following cases
Question 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.
Question 4. What Are The Features And Benefits Of Quick Test Pro(qtp)?
Answer :
The following are the features and benefits of Quick Test Pro:
Question 5. When You Will Not Automate Testing?
Answer :
One should not automate in following cases :
Question 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.
Question 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.
Question 8. What Are The Steps Involved In The Automation Process ?
Answer :
In the automation process, steps involved are
Question 9. Explain About Basics Of Rational Robot - Ibm Test Automation Tool?
Answer :
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.
Question 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
Question 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.
Question 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.
Question 13. In What Condition We Cannot Use Automation Testing For Agile Method ?
Answer :
Automation testing is not useful for agile methods in following conditions :
Question 14. What Kind Of Tests Would You Automate?
Answer :
Load tests, sanity tests, and regression tests are the sorts of tests a quality engineer would typically automate.
Question 15. What Are The Risks Associated In Automation Testing?
Answer :
The risks of Automation Testing are:
Question 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.
Question 17. What Are The Primary Features Of Good Automation Tool ?
Answer :
Question 18. Does Automation Testing Have Any Disadvantages?
Answer :
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.
Question 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:
Question 20. What Are The Types Of Framework Used In Software Automation Testing ?
Answer :
In software automation testing four types of framework used are
Question 21. What Are The Differences Between Open Source Tools, Vendor Tools, And In-house Tools?
Answer :
Open source tools are free to use frameworks and applications. Engineers build the tool, and have the source code available for free on the internet for other engineers to use. Vendor tools are developed by companies that come with licenses to use, and often cost money. Because they are developed by an outside source, technical support is often available for use. Example vendor tools include WinRunner, SilkTest, Rational Robot, QA Director, QTP, LR, QC, RFT, and RPT. An in-house tool is a tool that a company builds for their own use, rather than purchasing vendor tools or using open source tools.
Question 22. On What Basis You Can Map The Success Of Automation Testing?
Answer :
On basis of following criteria the success of automation testing can be mapped
Question 23. 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.
Question 24. What Kinds Of Tests Can Be Run With The Selenium Framework?
Answer :
Selenium can be used for load testing, regression testing, and functional testing of web applications.
Question 25. Explain How Qtp Identifies Objects?
Answer :
For each object class that QTP identifies, it has a set of properties stored. These include mandatory properties, which is essentially a description of any given object, which checks if it’s a child or parent object as well. Next are the assistive properties, which QTP resorts to only if the mandatory properties are insufficient at identifying the object. If all else fails, QTP resorts, finally, to its ordinal identifier.
Question 26. List The Five Essential Types Of Test Steps?
Answer :
Question 27. What Environment Does Qtp Run In?
Answer :
Windows only.
Question 28. What Are Some Test Assets And Related Extensions Of Qtp?
Answer :
Question 29. Can You List Some Technologies That Support Qtp?
Answer :
Question 30. Does The Selenium Ide Have Any Drawbacks?
Answer :
The Selenium IDE lacks conditional statements, logging and reporting functionality, loops, database testing, and it can not handle exceptions or automatically re-run tests that have failed. It also can’t take screenshots. Another downside is that it’s Firefox only. If the Selenium IDE is used in the Firefox browser’s side-bar, then the quality engineer can’t use it to record any actions undertaken by a user in a separate window.
Question 31. What Is The Selenium Ide And What Is It Used For?
Answer :
The Selenium IDE is an add-on for Firefox that includes numerous features for quality assurance and engineers to record and play back browser-based actions, such as typing and mouse clicks. Some of these particular features are: debugging functions, record/playback ability, user add-on capability. Users can speed up and slow down executions with the use of a built-in slider. They can also use the Selenium IDE as a side-bar, or as a separate pop-up window.
Question 32. What Are The Different Types Of Scripting Techniques For Automation Testing?
Answer :
Test automation scripting techniques include key and data driven techniques, shared, structured, and linear.
Check out this course on software testing basics for a more in-depth look at the fundamentals of quality engineering and automation.
Question 33. What Is The Selenium Webdriver?
Answer :
The Selenium WebDriver is used for automating tests for websites.
Question 34. How Do You Choose Which Automation Tool Is Best For Your Specific Scenario?
Answer :
In order to choose the proper automation testing tool, you must consider:
Project management and good judgment are important skills in software testing and quality assurance positions. Check out this course on IT project managementto learn how to make good, effective decisions for your team.
Question 35. Is Automation Testing A Complete Replacement For Manual Software Testing?
Answer :
No. Proper automation requires as little intervention from humans as possible, since the tools used are built to run tests once they’re setup. As convenient as this might be, it should not be a complete replacement for manual testing – only for repetitive tasks like load testing, where thousands of virtual users are required. Engineers should not automate things like test scripts, if those scripts can only be expected to run occasionally, nor should they automate code reviews, or bug testing for new builds of software that might require human interaction to detect specific issues. Large-scale, repetitive tasks are better fit for automation.
Question 36. Explain Some Disadvantages To Manual Software Testing?
Answer :
Manual software testing takes huge amounts of time and resources, both human and machine. It’s a potentially exhausting process that can end up costing more time and money for the company than if the process was simply automated, owing to employee fatigue and its consequences: inaccuracy, missed issues, lack of clarity.
All rights reserved © 2020 Wisdom IT Services India Pvt. Ltd
Wisdomjobs.com is one of the best job search sites in India.