what is selenium ?

10
Introduct ion To Selenium By: Guru99

Upload: guru99

Post on 12-Jan-2015

830 views

Category:

Education


0 download

DESCRIPTION

Selenium is popular open-source web based automation tool. Read more at http://www.guru99.com/selenium-tutorial.html#h1kVHYKVP07lqs75.99

TRANSCRIPT

Page 1: What is Selenium ?

Introduction

To Selenium

By: Guru99

Page 2: What is Selenium ?

What is Selenium?Selenium is a free (open source) automated testing suite for web applications across different browsers and platforms. It is quite similar to HP Quick Test Pro (QTP) only that Selenium focuses on automating web-based applications.

Page 3: What is Selenium ?

Who developed Selenium?Since Selenium is a collection of different tools, it had different developers as well. Some key contributorsJason HugginsPatrick LightbodyShinya Kasatani

Page 4: What is Selenium ?

Birth of Selenium 2

In 2008, the whole Selenium Team decided to merge WebDriver and Selenium RC to form a more powerful tool called Selenium 2, with WebDriver being the core.

Page 5: What is Selenium ?

Selenium Grid

Selenium Grid is a tool used together with Selenium RC to run parallel tests across different machines and different browsers all at the same time. Parallel execution means running multiple tests at once.

Page 6: What is Selenium ?

Difference Between Selenium and QTPQuick Test Professional(QTP) is a proprietary automated testing tool The Selenium Tool Suite has many advantages over QTP.

Page 7: What is Selenium ?

Selenium Advantage1)Open source, free to use, and free of charge.2)Highly extensible.3)Can run tests across different browsers.4) Supports various operating systems.5) Supports mobile devices.

Page 8: What is Selenium ?

What is Selenium IDE?

Selenium Integrated Development Environment (IDE) is the simplest framework in the Selenium suite and is the easiest one to learn. It is a Firefox plugin that you can install as easily as you can with other plugins.

Page 9: What is Selenium ?

Brief Introduction Selenium Remote Control (Selenium RC)

This is the first automated web testing tool that allowed users to use a programming language they prefer. As of version 2.25.0, RC can support the following programming languages:Java,C#,PHP, Python,Perl,Ruby

Page 10: What is Selenium ?

Back

To Learn More About Selenium Visit:

http://www.guru99.com/introduction-to-selenium.html

Thank you