Selenium Testing Tools Interview Questions You'll Most Likely Be Asked: Second Edition
Selenium Testing Tools Interview Questions You'll Most Likely Be Asked: Second Edition
Selenium Testing Tools Interview Questions You'll Most Likely Be Asked: Second Edition
ToolsInterview
Questions
Review these typical interview questions and think about how you would
answer them. Read the answers listed; you will find best possible answers
along with strategies and suggestions.
This page is intentionally left blank
Chapter 1
Generic Selenium
14: How does Selenium differ from the rest of the browser
automation tools?
Answer:
a) Selenium, being an open source tool comes with zero license
cost whereas most of the other tools such as UFT, Test
Complete etc are paid ones. Hence, Selenium is appealing due
to the license or subscription fee incurred on commercial
automation tools.
b) Selenium tools provide support for customization, assuring
flexibility in terms of tool integration. For example, tools such
as TestNG and JUnit for managing test cases and generating
reports.
c) A custom-built framework offers ample control over the
features that are built into Selenium. It allows the addition of
new features to be built into the framework.
d) It is extensible to the extent that the source code can be
modified for integrations. In the case of UFT and Test
Complete, integration can be done only with the support
team’s help.