Selenium

Owen Barton - April 21, 2006 - 17:04

This module integrates Drupal with the Selenium test tool.
This makes it possible to test every aspect of a Drupal website. Tests are written in a simple macro language, or can be recorded using Selenium IDE.

Tests can be run manually, or you could setup a scheduling system to fire up a browser at regular intervals, run tests automatically and collect the results.

Features:

  • Save each Selenium test as a Drupal node
  • Collect several tests together as a suite, and save it as a Drupal node
  • Single click to run an individual test, or an entire suite
  • Easy to copy/paste tests from Selenium IDE
  • Results can be saved to the node as a comment, or e-mailed to the user for every test, or just when a test fails
About Selenium

Selenium is a test tool for web applications. Selenium tests run directly in a browser, just as real users do. And they run in Internet Explorer, Mozilla and Firefox on Windows, Linux, and Macintosh. No other test tool covers such a wide array of platforms.

  • Browser compatability testing. Test your application to see if it works correctly on different browsers and operating systems. The same script can run on any Selenium platform.
  • System functional testing. Create regression tests to verify application functionality and user acceptance.
About Selenium IDE

Selenium IDE is an integrated development environment for Selenium tests. It is implemented as a Firefox extension, and allows you to record, edit, and debug tests. Selenium IDE includes the entire Selenium Core, allowing you to easily and quickly record and play back tests in the actual environment that they will run.

Selenium IDE is not only recording tool: it is a complete IDE. You can choose to use it's recording capability, or you may edit your scripts by hand. With autocomplete support and the ability to move commands around quickly, Selenium IDE is the ideal environment for creating Selenium tests no matter what style of tests you prefer.

Releases

Development snapshotsDateSizeLinksStatus
4.7.x-1.x-dev2006-Nov-1317.29 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.


 
 

Drupal is a registered trademark of Dries Buytaert.