|
Project Information
Members
Featured
Downloads
|
What is SWTFinderIsSWTFinder is used to find swt control in eclipse views and editors. Using this tool, you can automatically locate any control in eclipse view/editor. The API can be used in both UI thread and non-UI thread. Is NOTSWTFinder is just a control finder. Currenlty, it does not provide any function to drive UI actions. And I don't plan to provides such functionality in future version. ContainsSWTFinder contains the following two parts:
SWTFinder UsageSWTFinder can be used to help eclipse developers write plug-in unit test. SWTFinder can also be used together with the following tools(all these tools can drive UI actions):
also see this wiki: AutomaticUITesting InstallYou can use the following ways to install swtfinder
SWTFinder support any version of eclipse from 3.2 to the latest 3.4 5 Minutes TutorialSee this WiKI page: Swtfiner5MinutesTutorial SWTFinder Core APIDownload javadoc for the core API. You can also download the source code from SVN. LicenseThe code follows EPL license. Also,I permit anyone to use the swtfinder and its source code in any way, do any change without inform me. |