I'm currently looking in to picking an automated web testing framework. I have some experience with WebTest in the past, is the general opinion that WebTest and Selenium are the leading frameworks? Any other to consider?Cheers,/ Christian
I have used Sahi on a couple of projects (one with frames) and it worked well with my continuous integration setup.
(full disclosure: I work for ThoughtWorks and Sahi is developed by Narayan Raman of ThoughtWorks).
From
http://sahi.sourceforge.net/Sahi is an automation and testing tool for web applications, with the facility to record and playback scripts.
Developed in java and javascript, this tool uses simple javascript to execute events on the browser.
Features include, in-browser controls, text based scripts, ant support for playback of suites of tests,
and multi threaded playback. It supports HTTP and HTTPS.
Sahi runs as a proxy server and the browser needs to use the sahi server as its proxy.
Sahi then injects javascript so that it can access elements in the webpage.
This makes the tool independant of the website/ web application.