Conference Schedule

Track one or two? Eeenie, meenie, miney, moe…

log in to bookmark.

Testing with Lettuce and Splinter

A Talk presented by Adam Nelson

Time

Tuesday, September 6th 10:30 a.m.–11:10 a.m.

Level

Intermediate

Description

Lettuce, adapted from Ruby's Cucumber, is a behavior driven development (BDD) testing suite that sits on top of Splinter - a web driver for simulating real-world usage of your site. Learn the ins and outs of BDD using Lettuce and Splinter for rapid deployment.

Abstract

Yipit uses Lettuce and Splinter to simulate users moving through the actual site under different scenarios. Unlike unit testing, this allows a tester to find problems at various levels (including Javascript and HTML defects) and under various situations specific to a browser environment. This talk will introduce various tools available right now as well as how to write extensible tests for a production environment. Ways to integrate testing into the release process will also be discussed.