| How Import Projects with Swtbot [message #869912] |
Fri, 04 May 2012 14:49  |
Miguel Pessoa Messages: 17 Registered: May 2012 Location: Brazil |
Junior Member |
|
|
Hi guys.
I need to now how to import projects to workspace using a SWTBot?
bot.tree().expandNode("General").select("Existing Projects into Workspace");
bot.button("Next >").click();
After this, what i have to do?
How navigated in windows folders? Its possible?
Thanks for helping.
|
|
|
|
|
|
|
|
|
| Re: How Import Projects with Swtbot [message #872308 is a reply to message #871277] |
Tue, 15 May 2012 17:51   |
Miguel Pessoa Messages: 17 Registered: May 2012 Location: Brazil |
Junior Member |
|
|
Hello, I'm not able to perform several consecutive tests.
Using this code:
package pacote;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
@RunWith(Suite.class)
@SuiteClasses({
Hello_World.class,
CopyOfHello_World.class})
public class Testes {
}
Only one of the tests are executed, the next run and not reach out ...
What am I doing wrong?
see the attached image
Attachment: barra.jpg
(Size: 49.65KB, Downloaded 43 times)
[Updated on: Tue, 15 May 2012 17:52] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.01821 seconds