Selenium Tutorial 2
Selenium Tutorial 2
← prevnext →
Selenium Features
• Selenium IDE provides a playback and record feature for authoring tests without the need
to learn a test scripting language.
• It can be considered as the leading cloud-based testing platform which helps testers to
record their actions and export them as a reusable script with a simple-to-understand and
easy-to-use interface.
o Programming Languages: C#, Java, Python, PHP, Ruby, Perl, and JavaScript
o Browsers: Google Chrome, Mozilla Firefox, Internet Explorer, Edge, Opera, Safari,
etc.
• It also supports parallel test execution which reduces time and increases the efficiency of
tests.
• Selenium can be integrated with frameworks like Ant and Maven for source code
compilation.
• Selenium can also be integrated with testing frameworks like TestNG for application testing
and generating reports.
• WebDriver API has been indulged in selenium whichis one of the most important
modifications done to selenium.
• Selenium web driver does not require server installation, test scripts interact directly with
the browser.
• Selenium commands are categorized in terms of different classes which make it easier to
understand and implement.
• Selenium Remote Control (RC) in conjunction with WebDriver API is known as Selenium
2.0. This version was built to support the vibrant web pages and Ajax.