
Selenium
Get flash to fully experience Pearltrees
Wednesday February 02, 2011 You can use opensource(ie free!) - Selenium tool ( selenium IDE is a plugin to firefox) to record and playback tests (like WinRunner, QTP). You can then export the recorded test in most language e.g. html, Java , .net , perl , ruby etc. The exported test can be run in any browser and any platform using "selenium remote control".
Selenium Tutorial for Beginner/Tips for Experts
Selenium Reference
Having extensive acceptance tests is the basis of delivering high quality releases with very few regressions for long time projects. This is even more true when your environment uses dynamically typed languages and changing requirements. One of our Grails projects is running for several years now and continues to evolve and grow. We are in dire need of more acceptance tests and especially their automated execution.
Acceptance testing a grails app with selenium-rc « Schneide Blog
Types of Tests What parts of your application should you test? That depends on aspects of your project: user expectations, time allowed for the project, priorities set by the project manager and so on. Once the project boundaries are defined though, you, the tester, will certainly make many decisions on what to test. We’ve created a few terms here for the purpose of categorizing the types of test you may perform on your web application.

