Introduction To Selenium
Introduction To 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.
Selenium is not just a single tool but a suite of softwares, each catering to different testing
needs of an organization. It has four components.
At the moment, Selenium RC and WebDriver are merged into a single framework to form
Selenium 2. Selenium 1, by the way, refers to Selenium RC.
Java
C#
PHP
Python
Perl
Ruby
Java
C#
PHP
Python
Perl
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.
Features:
Because of their architectural differences, Selenium IDE, Selenium RC, and WebDriver
support different sets of browsers and operating environments.