Forum OpenACS Development: Selenium Testing Integration

Collapse
Posted by Dave Bauer on
Way back, when Selenium-IDE came out we looked at recording tests and playing them back to test OpenACS code.

Now there is Selenium-RC http://seleniumhq.org/projects/remote-control/

This allows you to write tests in Python, Ruby, Java, etc. Has anyone looked at writing a Tcl or XoTcl adapter for this?

It looks like it would be possible, and not _too_ had to convert some of the code to Tcl to allow deeper integration into OpenACS.

Collapse
Posted by Dave Bauer on
Found this

http://www.equi4.com/pub/etc/selenium.tcl

Code that runs Selenium-RC from tcl.

I'll be reviewing this. It looks really useful. This will still require selenium RC installed somehwere. This might be really useful for a continuous integration server run for the whole toolkit as well as for individual installations of OpenACS.