I took a quick look at the SeleniumIDE after hearing about it from many different folks: http://www.openqa.org/selenium-ide/
I think it will be a very useful tool for testing/qa of Mifos. It is quite easy to use and can generate code that can be used with Selenium Remote Control and Selenium Server. Check out the video tutorial: http://wiki.openqa.org/display/SIDE/Recording+a+Test (look for the text link "Click here to view the movie") Consider how cool it would be if issues in the issue tracker had a selenium script attached! Reproduction steps would be whittled down to: "Play this to repro the bug." For an example of what I mean, check out issue 1572: https://mifos.dev.java.net/issues/show_bug.cgi?id=1572 I attached a "Selenese" script that can be loaded into the Selenium IDE. Play back the script and the bug is automagically reproduced. The last two commands in the script should fail if the bug is present, but should succeed once the bug is fixed. Yes, this is how I spend my Friday night when I can't go snowboarding because there is too much snow in the mountains. Anyway, hope this helps! -- Adam Monsen ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
