GSoC/GCI Archive
Google Summer of Code 2011

Selenium

Web Page: http://code.google.com/p/selenium/wiki/GoogleSummerOfCode

Mailing List: selenium-developers@googlegroups.com

Selenium is a browser automation framework, commonly used for test automation. It has gone through significant growth over the last year with through the merger with the WebDriver project and is nearing the the release of 2.0. With this, Selenium suite of tools now includes - Selenium IDE: a Firefox extension for simple record and playback - Remote Control: an API for controlling a browser through JS injection - WebDriver: an API for controlling a browser through native operations - Server: a proxy for browser execution and distribution on remote machines

Projects

  • Image Base Locator Selenium IDE is an integrated development environment for Selenium scripts. It includes the entire Selenium Core, allowing you to easily and quickly record and play back tests in the actual environment that they will run. This is will extend the Selenium IDE by adding a feature to capture an image from the existing web page.It will identify the image captured and perform an event like a click on it when playing the record.In addition it will add the captured image base locator to a list.
  • Selenium runner Selenium runner for "htmlsuite".