Skip to content
Ardesco edited this page Jan 9, 2012 · 7 revisions

Ebselen

Ebselen is a mavenised selenium test framework (Built using Maven 2.2.1)

The idea behind this test framework is to set up all of the background infrastructure for selenium to work so that you can just quickly start writing tests that can be played back quickly to speed up any manual browser tests that you regularly perform as well as giving you the ability to add them into a continuous integration (CI) environment to ensure that they are automatically run every time code changes are made.

Framework Components

There are three components to this framework:

  • Ebselen Core - The core framework that sets up a driver object, a builder object that allows you to chain commands and a ebselen object that contains custom functionality
  • Ebselen IDE Convertor - A way to convert Selenium IDE tests into tests understood by the Ebselen Test component
  • Ebselen Test - A custom jUnit runner that will run tests and create reports (You should add tests for your projects here)
Clone this wiki locally