Re: [SWTBot-users] click() and Dialogs
Brought to you by:
kpadegaonkar
|
From: Ketan P. <ket...@gm...> - 2008-03-21 14:22:04
|
On 21-Mar-08, at 4:41 AM, Michal Dobisek wrote: > Oops, just ignore the previous post – I was running the test code > from the Display thread, therefore it all occurred sync instead of > async – which I didn’t notice. SWTBot runs tests from a non UI-thread. As of now test-cases for plain SWT need to be hacked up to launch the actual application, there is a launch configuration for SWTBot tests if you are using an RCP app or an eclipse plugin. I hope to get this fixed sometime, do let me know if you have ideas on how to use the test case to launch your actual application. The mechanism used by SWTBot tests to test themselves is completely hacked up when I wanted something quick and dirty so that I could move ahead. Cheers, Ketan Padegaonkar I blog... therefore I am... http://ketan.padegaonkar.name http://swtbot.org/ - a functional testing tool for SWT/Eclipse |