Hi JBB, On 04/11/2011 10:27 AM, Jean-Baptiste BRIAUD -- Novlog wrote: > 3. Selenium tests > I currently fight with our Selenium test that are failing with only a timeout > as a hint ... > We are still using an old Selenium version, what is the recommended Selenium > version for qooxdoo 1.4 ? > Our tests are using FF 3.6.16 since FF4 doesn't launch using Selenium > (including with the hack I've found to replace some 3.6.* by 4.* in some > Selenium file). > Apparently, with qooxdoo 1.4, I got a "script take too long" dialog box > during our tests, so the time out ... still under investigation ...
1.0.3 is the Selenium version I've had the most success with in terms of browser compatibility. This is how I got FF4 to run with our tests: 1) Create a new Firefox profile (by starting Firefox with the -P option), naming it e.g. "FF4-Selenium". 2) In that profile, disable popup blocking and add a manual proxy configuration, using your Selenium server's host name and port number. 3) Configure your test to use the custom launcher and the new profile: *custom /path/to/firefox/firefox -P FF4-Selenium As for the long running script warning, I'd suggest taking a close look at Selenium's log window while the test is running. That should give you a better idea if what's going wrong. Regards, Daniel ------------------------------------------------------------------------------ Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
