Difference between revisions of "SWTBot"
(The referred side does not exist anymore) |
|||
Line 1: | Line 1: | ||
− | {{ | + | {{Eclipse SWTBot™}} |
== What is SWTBot? == | == What is SWTBot? == | ||
− | + | Eclipse SWTBot™ is an open-source Java based UI testing tool for testing [http://eclipse.org/swt SWT] and [http://eclipse.org Eclipse] based applications. | |
SWTBot provides APIs that are simple to read and write. The APIs also hide the complexities involved with SWT and Eclipse. This makes it suitable for functional testing by everyone. SWTBot also provides its own set of assertions that are useful for SWT. You can also use your own assertion framework with SWTBot. | SWTBot provides APIs that are simple to read and write. The APIs also hide the complexities involved with SWT and Eclipse. This makes it suitable for functional testing by everyone. SWTBot also provides its own set of assertions that are useful for SWT. You can also use your own assertion framework with SWTBot. |
Revision as of 12:02, 14 May 2021
Contents
What is SWTBot?
Eclipse SWTBot™ is an open-source Java based UI testing tool for testing SWT and Eclipse based applications.
SWTBot provides APIs that are simple to read and write. The APIs also hide the complexities involved with SWT and Eclipse. This makes it suitable for functional testing by everyone. SWTBot also provides its own set of assertions that are useful for SWT. You can also use your own assertion framework with SWTBot.
SWTBot can record and playback tests and integrates with Eclipse, and also provides for ant tasks so that you can run your builds from within CruiseControl or any other CI tool that you use.
SWTBot can run on all platforms that SWT runs on. Very few other testing tools provide such a wide variety of platforms.
Update Sites
Use Eclipse Install mechanism to install SWTBot. From Eclipse, use 'Help > Install New Software..." with the following sites
Latest Release
Latest release is always available at http://download.eclipse.org/technology/swtbot/releases/latest/ (or zipped). It is currently SWTBot 3.0.0 (tested on Mars, Neon, Oxygen, Photon and 2018-09, 2019-09, 2019-12, 2020-03, 2020-06, most likely compatible with Juno, Kepler and Luna).
Latest snapshot build
Latest snapshot build (produced by CI builds from the last commit) are always available at http://download.eclipse.org/technology/swtbot/snapshots (or zipped). It is currently SWTBot 3.1.0.
Details & Older releases
See Releases page.
Documentation
Internal links (should be up-to-date)
External links and articles
Support and community
- Newsgroups | news://news.eclipse.org/eclipse.swtbot | Request a password
- Mailing list
- SWTBot on Eclipse Community Forums
Links
- How to Contribute: Sources, builds, ...
- Old project page at SourceForge