[Geoserver-devel] tool for testing web admin gui

Hey, just wanted to pass on something that could be super useful for testing the web admin gui.

http://www.openqa.org/selenium/
and
http://www.openqa.org/selenium-ide/ which makes it super easy to compose tests. You just click through the web app from your browser, and it saves what you did as a test. You have to fill out a few fields of the expected results in code.

Pretty cool.

C

--
Chris Holmes
The Open Planning Project
thoughts at: http://cholmes.wordpress.com

That is *really* neat! It will be incredibly useful as we have a lot of struts code that is untested.

Good find Chris.

Brent Owens
(The Open Planning Project)

Chris Holmes wrote:

Hey, just wanted to pass on something that could be super useful for testing the web admin gui.

http://www.openqa.org/selenium/
and
http://www.openqa.org/selenium-ide/ which makes it super easy to compose tests. You just click through the web app from your browser, and it saves what you did as a test. You have to fill out a few fields of the expected results in code.

Pretty cool.

C