Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SWTBot"

m (Quick Links)
(Update Sites)
(20 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Infobox Extra
+
{{SWTBot}}
| name = SWTBot
+
 
| download = http://www.eclipse.org/swtbot/downloads.php
+
| dev-builds = http://www.eclipse.org/swtbot/downloads.php#dev-build
+
| updatesites = [http://download.eclipse.org/technology/swtbot/dev-build/update-site 2.0 weekly-builds]
+
| website = http://www.eclipse.org/swtbot
+
| list = swtbot-dev
+
| newsgroup = eclipse.swtbot
+
| product = SWTBot
+
| irc = eclipse
+
| contribute = [[SWTBot/Contributing | Contributing]]
+
}}
+
  
 
== What is SWTBot? ==
 
== What is SWTBot? ==
Line 18: Line 8:
 
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.
  
SWTBot can record and playback tests and integrates with Eclipse, and also provides for [[SWTBot/AntTasks|ant tasks]] so that you can run your builds from within CruiseControl or any other CI tool that you use.
+
SWTBot can record and playback tests and integrates with Eclipse, and also provides for [[SWTBot/Ant|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.
 
SWTBot can run on all platforms that SWT runs on. Very few other testing tools provide such a wide variety of platforms.
  
== Quick Links ==
+
==Update Sites==
  
Update Site:
+
Use Eclipse Install mechanism to install SWTBot. From Eclipse, use 'Help > Install New Software..." with the following sites
* http://download.eclipse.org/technology/swtbot/dev-build/update-site
+
  
Some documentation:
+
=== Latest Release ===
* [[SWTBot/UserGuide | UserGuide]]
+
* [[SWTBot/FAQ | FAQ]]
+
* [http://wiki.eclipse.org/Category:SWTBot Other pages]
+
  
Support:
+
Latest release is always available at http://download.eclipse.org/technology/swtbot/releases/latest/ (or [http://download.eclipse.org/technology/swtbot/releases/latest/repository.zip zipped]). It is current '''SWTBot 2.3.0''' (tested on Juno and later, most likely compatible with older Helios, Indigo, Juno, Kepler and later).
* [[SWTBot/Support | Newsgroups]] | news://news.eclipse.org/eclipse.swtbot | [http://www.eclipse.org/newsgroups/register.php Request a password]
+
* [https://dev.eclipse.org/mailman/listinfo/swtbot-dev Mailing list]
+
  
=== Contribute ===
+
=== Latest snapshot build ===
  
* [[SWTBot/Contributing | Howto Contribute]]
+
Latest snapshot build (produced by CI builds from the last commit) are always available at  http://download.eclipse.org/technology/swtbot/snapshots (or [http://download.eclipse.org/technology/swtbot/snapshots/repository.zip zipped]). It is currently '''SWTBot 2.4.0'''.
  
Repositories:
+
=== Details & Older releases ===
* http://dev.eclipse.org/svnroot/technology/org.eclipse.swtbot/trunk (svn)
+
* git://github.com/ketan/swtbot.git (git)
+
  
Browse source:
+
See [[/Releases|Releases]] page.
* http://dev.eclipse.org/viewcvs/index.cgi/trunk/?root=Technology_SWTBot
+
* http://github.com/ketan/swtbot
+
  
Old Home Page:
+
== Documentation ==
* http://swtbot.sourceforge.net
+
Internal links (should be up-to-date)
 +
* [[SWTBot/UserGuide | UserGuide]]
 +
* [[SWTBot/FAQ | FAQ]]
 +
* [http://wiki.eclipse.org/Category:SWTBot Other pages]
 +
 
 +
External links and articles
 +
* [http://www.ralfebert.de/articles/swtbot/ German article about testing Eclipse RCP applications with SWTBot]
 +
 
 +
== Support and community ==
 +
* [[SWTBot/Support | Newsgroups]] | news://news.eclipse.org/eclipse.swtbot | [http://www.eclipse.org/newsgroups/register.php Request a password]
 +
* [https://dev.eclipse.org/mailman/listinfo/swtbot-dev Mailing list]
 +
* [http://www.eclipse.org/forums/index.php?t=thread&frm_id=74 SWTBot on Eclipse Community Forums]
  
=== Other Resources ===
+
== Links ==
* [http://www.eclipse.org Eclipse home page]
+
* [http://eclipse.org/swt SWT Home Page]
+
* [http://eclipse.org/swt/snippets Some SWT Snippets]
+
* [http://swtbot.sourceforge.net/index.html Old SWTBot project on sourceforge]
+
  
[[Category:Eclipse Project]] [[Category:SWTBot]]
+
* [[SWTBot/Contributing | How to Contribute]]: Sources, builds, ...
 +
* [http://swtbot.sourceforge.net Old project page at SourceForge]

Revision as of 02:10, 7 October 2015


SWTBot
Website
Update Sites
Community
Mailing List
Forums/Newsgroups
IRC
Contribute
Open Bugzilla tickets
Open Gerrit reviews
Browse Source
Continuous Integration



What is SWTBot?

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 current SWTBot 2.3.0 (tested on Juno and later, most likely compatible with older Helios, Indigo, Juno, Kepler and later).

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

Details & Older releases

See Releases page.

Documentation

Internal links (should be up-to-date)

External links and articles

Support and community

Links

Back to the top