Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Good example for an automated UI-Test in Platform

Hi,

I think if you want to test the reactivity of UI, the best approach is to create a JUnit Test Plugin that would run in UI and programatically manipulate the widgets. You'll need to use new DisplayHelper(...).waitForCondition(...) to leave time to the events to be processed and trigger their reactions through listeners.
You may also use Eclipse RedDeer project, which is in the target platform. But I'm not aware of an example test in Platform code-base for this at the moment.

Cheers,

Back to the top