Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [swtbot-dev] Who actually runs SWTBot test on hudson.eclipse.org?

Sorry, bad title.
This message was originally meant to cross-project mailing list, but it turned out to be very technical about SWTBot, so I ask it here.

On 08/11/2011 16:57, Mickael Istria wrote:
Hi all,

I am making fun stuff on SWTBot to make it able to be built with Tycho at hudson.eclipse.org. So I carry on lots of experiences, and it seems to me that although having one Xvnc for each test running allows to have several focuses at the same time on one machine; the keyboards and mouse events are still shared, so that some tests dealing with these events cannot be run at the same time on one machine (FYI, default keyboard strategy relies on java.awt.Robot which sends very low-level events).

Does anyone else have troubles with this ? Does anyone have workaround for this?
What are the advantages of AWTKeyboard strategy over SWTKeyboardStrategy (that would probably send events in the right context) ?

Regards,
--

Mickael Istria
R&D Engineer, Eclipse Plug-in RCP Developer

PetalsLink - Open Source SOA

My blog - My Tweets

_______________________________________________ swtbot-dev mailing list swtbot-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/swtbot-dev


--

Mickael Istria
R&D Engineer, Eclipse Plug-in RCP Developer

PetalsLink - Open Source SOA

My blog - My Tweets


Back to the top