> Selenium looks good. > > The maven plug-in is here: http://mojo.codehaus.org/selenium-maven-plugin/ > >>I believe that Comet based applications are very hard to test properly >>without running a real browser. > > I agree. At this point, I'm more interested to get tests that deal > with basic UI functionality (create message, create action, etc.) to > make sure things don't break after code changes. I also don't know if > our tabs will mess up the tests. I'll check it out
They shouldn't if the tests are written properly, i.e. using the ids of the elements.
