0% found this document useful (0 votes)
3 views

Selenium Tutorial

Uploaded by

SASIKUMAR S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Selenium Tutorial

Uploaded by

SASIKUMAR S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Selenium Tutorial

Selenium tutorial provides basic and advanced concepts of Selenium. Our Selenium tutorial is
designed for beginners and professionals.

Selenium is one of the most widely used open source Web UI (User Interface) automation testing
suite.

Our Selenium tutorial includes all topics of Selenium such as Features, Selenium vs QTP, Selenium
Tool Suits, Selenium IDE, Selenium IDE Locating Strategies, Selenium WebDriver, WebDriver Features,
WebDriver vs RC, WebDriver Installation, etc.

What is Selenium

Selenium is one of the most widely used open source Web UI (User Interface) automation testing
suite.It was originally developed by Jason Huggins in 2004 as an internal tool at Thought Works.
Selenium supports automation across different browsers, platforms and programming languages.

Advertisement

Selenium can be easily deployed on platforms such as Windows, Linux, Solaris and Macintosh.
Moreover, it supports OS (Operating System) for mobile applications like iOS, windows mobile and
android.

Selenium supports a variety of programming languages through the use of drivers specific to each
language.Languages supported by Selenium include C#, Java, Perl, PHP, Python and Ruby.Currently,
Selenium Web driver is most popular with Java and C#. Selenium test scripts can be coded in any of
the supported programming languages and can be run directly in most modern web browsers.
Browsers supported by Selenium include Internet Explorer, Mozilla Firefox, Google Chrome and
Safari.
Selenium can be used to automate functional tests and can be integrated with automation test tools
such as Maven, Jenkins, & Docker to achieve continuous testing. It can also be integrated with tools
such as T

You might also like