How does SWTBOT run a custom eclipse based application? I don't know how to specify my target application
- by jlisam13
I have an eclipse based application. I have heard of swtbot however I am having a hard time understanding how exactly does this tool run my application and how would I specify that. This eclipse based application has an executable and various configuration/plugin/features files. I have done the tutorials about swtbot and I have successfully completed them but they all just create a template application to test on.
Is this even possible? If not do you guys have any alternatives for UI automation testing on eclipse based apps?
Thanks.