selenium

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
InternetDevels's picture

Automated testing on Jenkins + Selenium basis

Hi everyone! To have a better control over testing, it's a good idea to implement a CI (continuous integration system) that will make many processes automatic. A great option for CI is Jenkins - due to its simplicity and flexibility. Jenkins testing, especially a combination of Jenkins and Selenium IDE tests, is described in the blog post by our QA. http://internetdevels.com/blog/jenkins-selenium-testing

Read more
igor.ro's picture

Continuous Integration - Drupal way.

Motivation:
I'm going to grow quality of products we get in company I working in.
I'm going to make ability to show bugs free product when client what. (functionality that marked "done" realy 100% done)
I'm going to make code clear and developement process managing.
I'm going to make regressive testing cheap.
I'm going to remove trivial round things from my live.

CI can help us.

Read more
pokadan's picture

Another approach to distributions

Hi guys, just wanted to let you know of a new (maybe great) service that allows experienced Drupal developers start up their Drupal projects quicker.

The web site's address is www.drupalmashup.interestsphere.com.

Purpose of the site is to come to the aid of experienced Drupal developers who have discovered that they rely on much the same collection of modules for a particular type of site. Once you've mashed up your collection you can view the generated drush commands and/or download the (UNIX shell) script.

Read more
Souvent22's picture

Selenium and Drupal

First, for those that don't want to read the full post, here's the "30-second elevator speech":
This post to to discuss using Seleinum with Drupal. Specifically using Maven to run the selenium tests and writing the Selenium tests in Java.
The example code be downloaded from the Workhabit Inc. public repository here: https://svn.workhabit.com/svn/public/drupal/selenium/trunk
One must have the following installed to run:
1. Firefox
2. Java 1.5+
3. Maven
All 3 are easy to install and aquire. Once you download the code from the repository, you can just navigate to the directory and run:

Read more
Subscribe with RSS Syndicate content