More information about the Underscore mailing list

[_] Browser automation / Site testing

Tim Beadle tim.beadle at gmail.com
Tue Oct 31 13:11:08 GMT 2006

On 31/10/06, rupert at jabelman.org <rupert at jabelman.org> wrote:

> I've got a large web app that could really do with some regular regression
> testing. Does anyone have any reccomendations for a program that can work a
> website through predefined paths, preferably by controlling a web browser, and
> probably IE at that (although FF too would be nice).

We use WebLoad for this, but the person who has to set it up grumbles
every time we need a new test-set.

I've heard good things about Selenium:
http://www.openqa.org/selenium/

Tim