Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
1. Download Selenium Server from http://seleniumhq.org/download
2. Start it. You need to have Java environment installed (I used sun-java6-jdk on ubuntu).
3. Clone this project and install the site.
4. Download and enable selenium_test_example module (http://drupal.org/sandbox/ygerasimov/1131220) and run its tests.
Current test functionality
1. Log in user. Checks user can edit node when having 'bypass node access' permission. Uploads file. Ensure that image uploaded and shown on the node.
2. Log in user. Reorder two terms in vocabulary using Drag and Drop. Ensure that order changed.