Welcome, Guest. Login or Create an account.

Selenium Projects

Selenium has many projects that combine to make a versatile testing system.

Selenium IDE

Selenium IDE Logo

Selenium IDE is a Firefox add-on that makes it easy to record and playback tests in Firefox 2+. You can even use it generate code to run the tests with Selenium Remote Control.

Selenium Remote Control

Selenium Remote Control Logo

Selenium Remote Control is a client/server system that allows you to control web browsers locally or on other computers, using almost any programming language and testing framework.

Selenium Grid

Selenium IDE Logo

Selenium Grid takes Selenium Remote Control to another level by running tests on many servers at the same time, cutting down on the time it takes to test multiple browsers or operating systems.

Selenium Core

Selenium Logo

Selenium Core is the original Javascript-based testing system. It's now used primarily as a component of Selenium Remote Control, but it can also be used as a pure Javascript/HTML testing system.

Selenium on Rails

Selenium on Rails Logo

Selenium on Rails provides an easy way to test Rails application with Selenium Core. Suite files are created on the fly for each directory and the Selenium Core files don't have to pollute /public.

Selenium on Ruby

Selenium on Ruby Logo

Selenium on Ruby is the hub for newer Ruby related Selenium projects.


CubicTest (for Eclipse)

Selenium for Eclipse Logo

CubicTest is a graphical Eclipse plug-in for writing Selenium and Watir tests. It makes web tests faster and easier to write, and provides abstractions to make tests more robust and reusable.