Hello, I have an eclipse rcp application to test and swtbot seems to be what I need.
I've managed to run swtbot on the rcpmail example. It seems to work fine. But now I want to switch to another app (a rcp eclipse app too). So I opened 'run configuration' and change 'run a product' to the product I want to test. But then swtbot seems to do nothing. My app launches well, it displays its splash screen and then a form to fill in. But no test seems to be executed, the Junit panel (left in eclipse) opens but nothing displays. I tried to restrict org.rcpmail.test to run only MyFirstTest.java (with just pass and fail) but it is not executed. Any idea? I can see that org.rcpmail.test has a plugin dependency with org.rcpmail. I don't know where this comes from. Maybe there should be a dependency to my app? Thanks in advance. Marc ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ SWTBot-users mailing list SWTBot-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/swtbot-users http://swtbot.org/ - a functional testing tool for SWT/Eclipse