SWTBot test outside Eclipse application
问题 I have an application that can run as a regular Eclipse plug-in, and I can test it with my SWTBot tests as usual. The same plug-in application can be installed separately on my computer (like any other windows application). The question is - How can I configure the SWTBot tests to run on the separately installed application? (Instead of class name I need to use some folder/file name as the application place). 回答1: You'll need to install SWTBot in your target application in one way or the