I've been working in Selenium RC for the past couple of weeks, and so far, I am pretty pleased. Selenium does some very cool things. However, it is open source, so there are some missing pieces. Some random thoughts (good and bad) in no particular order: - Web only. Totally cool with this, though. All of the apps I am expected to test are web-based. - No default logging mechanisim. By my own research (which could be wrong), it seems that most people have written their own logging mechanism. I'll...