testing

Events happening in the community are now at Drupal community events on www.drupal.org.
robertdouglass's picture

Test case for advanced search form

I've created a test case that tests the advanced search form. There are currently no other tests that do this. The patch needs review. Please jump in and give it some attention: http://drupal.org/node/308233

Read more
dlhubler's picture

Latest test results - updated dailly

http://acquia.com/latest-drupal-test-results

The results are updated around 3 AM Eastern Daylight Timezone every night.

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
floretan's picture

Tests in core: What's next?

We now have a testing framework in Drupal core. What we need to move forward is some structure that makes writing tests easy and efficient so that we can go towards our 100% code coverage goal without wasting development resources.

Read more
OriPekelman's picture

Drupal 7.0 Testing Sprint à Paris

Autour du DrupalCampParis2 http://barcamp.pbwiki.com/DrupalCampParis2 du 19 Avril 2008 un Testing Sprint aura lieu à la Cantine avec Dries Buytaert, Karoli Negyesi ,Rok Žlender, Charlie Gordon, Jimmy Berry, Kevin Bridge et Douglas Hubler.

Pour plus d'informations : http://groups.drupal.org/node/10382

Read more
bboyjay's picture

Pluralism Template Ported to Drupal 6 Theme

After walkah's presentation on Drupal 6 Themeing, I ported and contributed a theme to drupal.org. Some really great information that inspired me to contribute a new theme. I did a relatively detailed write up in the showcase forums.

http://drupal.org/node/212952

Thanks James, for the great presentation and answering the question we all had.

Read more
cabbiepete's picture

Mock data for testing/Interface Definition

So I am writing a new CCK field and because I practice test driven development I find myself testing that I have implemented the CCK api hooks correctly. This basically means testing against the interface. Usually in a pure OO class orientated world for unit testing we would use a mock library (e.g.

Read more
starbow's picture

Validating HTML Fragments with SimpleTest

This is the best bit from my blog post: http://starbowconsulting.com/blog/tao/simpletest-tips
(Also, if anyone want to read me rant about the state of unit testing in drupal: http://starbowconsulting.com/blog/tao/joys-unit-testing)
Validating HTML Fragments
I am currently working on code that generates html fragments. Simple Test out-of-the-box does a great job helping you test entire http pages, but only it if goes and gets them itself. I could not find any easy way to load in a local page/fragment. So I did it the hard way:

Read more
allisterbeharry's picture

SoC 2007 proposal - Drupal Automated Staging Kit

Hello all,
Sorry for cross-posting; but I think people working on different aspects of Drupal may have interest in this idea.

I've submitted a SoC 2007 Drupal proposal on automating the whole process of creating a complete Drupal site with a LAMP stack in a self-contained virtual machine image. A formatted PDF version is here:
http://www.abeharry.info/SoC2007_DrupalAST_FullProposal.pdf
Here is the abstract:

The Drupal automated staging toolkit is a proposed set of code libraries, file schemas and parsers, and code generators, for

Read more
gerhard killesreiter's picture

Building a Drupal benchmarking test suite

Hi there, I have some interest in building a Drupal becnhmarking suite that can be used for testing the impact of newly proposed patches on our beloved content managemanet framework.

Read more
Subscribe with RSS Syndicate content