Hello I wrote an automated test for an Eclipse update site installation. My code realizes as needed all operations an user will do to install some feature from our update site.
But sometimes, the bot does not find an item (button, table item, tab item,...) with no differences with previous executions (or incoming ones). I put many "bot.sleep(1000)" (which is ugly I know) in order to let time to Eclipse to realize each action, but the execution sometimes fails. As I relaunch immediately, the conditions are same. REM: I use an Ant file which unzip a new Eclipse SDK for each test, as I want to test install within a clean fresh Eclipse. -- Cordialement Vincent MAHÉ Ingénieur Plate-forme OpenEmbeDD - http://openembedd.org IRISA-INRIA, Campus de Beaulieu, 35042 Rennes cedex, France Tél: +33 (0) 2 99 84 71 00, Fax: +33 (0) 2 99 84 71 71 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ SWTBot-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/swtbot-users http://swtbot.org/ - a functional testing tool for SWT/Eclipse
