Web Testing Tool: Selenium

A really nice web app testing tool, use the IDE for simple automation, RC when you get more serious. The selenium IDE, a firefox plugin, allows you to just record and playback your actions. You can then add to the script manually, which is also pretty simple. RC is a server that will let you write in multiple languages (e.g. Java, Python, C#...) to create much more complicated tests and reports. Go to http://seleniumhq.org or check out http://www.estevenjones.com/the_blog/2010/01/using-selenium-to-test-your... for a nice, simple tutorial on the IDE.