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).