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"

(News)
(Releases)
(16 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/swtbot/1.x/update-site 1.x] [http://download.eclipse.org/swtbot/2.x/update-site 2.x]
+
| website = http://www.eclipse.org/swtbot
+
| list = swtbot-dev
+
| newsgroup = eclipse.swtbot
+
| product = SWTBot
+
| irc = eclipse
+
}}
+
  
 
== What is SWTBot? ==
 
== What is SWTBot? ==
Line 17: 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.
  
==News==
+
==Update Sites==
  
'''Repository'''
+
=== Releases ===
  
The development repository has moved from sourceforge to eclipse and can be browsed here: http://dev.eclipse.org/viewcvs/index.cgi/trunk/?root=Technology_SWTBot
+
* Helios (compatbile with Indigo and Juno) - http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site
 +
* Galileo - http://download.eclipse.org/technology/swtbot/galileo/dev-build/update-site
 +
* Ganymede - http://download.eclipse.org/technology/swtbot/ganymede/dev-build/update-site
  
'''SVN repository location''': http://dev.eclipse.org/svnroot/technology/org.eclipse.swtbot/
+
=== Latest snapshot build ===
 +
2.1.0 development stream, targetting Juno and Eclipse 4.2: http://download.eclipse.org/technology/swtbot/snapshots
  
SWTBot 2.0 developer builds now available
+
== Documentation ==
 +
Internal links (should be up-to-date)
 +
* [[SWTBot/UserGuide | UserGuide]]
 +
* [[SWTBot/FAQ | FAQ]]
 +
* [http://wiki.eclipse.org/Category:SWTBot Other pages]
  
A pre-alpha release of SWTBot is now available on the download site.
+
External links and articles
 +
* [http://www.ralfebert.de/articles/swtbot/ German article about testing Eclipse RCP applications with SWTBot]
  
Direct download link: http://swtbot.sourceforge.net/artifacts/2.0-dev
+
== 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]
  
Update site: http://swtbot.sourceforge.net/artifacts/2.0-dev/update-site
+
== Contribute ==
  
SWTBot proposal to move to eclipse.org
+
* [[SWTBot/Contributing | Howto Contribute]]
  
There is now a proposal to move SWTBot to eclipse.org. Over the year SWTBot has matured very well and this move will benefit he eclipse community by providing a testing tool for swt and eclipse based application.
+
Repositories:
 +
* http://git.eclipse.org/c/swtbot/org.eclipse.swtbot.git
 +
* git://github.com/ketan/swtbot.git (mirror)
  
Read more about the proposal [http://www.eclipse.org/proposals/swtbot/ here] . You are invited to comment on and/or join the project. Please send all feedback to the SWTBot newsgroup.
+
Browse source:
 +
* http://git.eclipse.org/c/swtbot/org.eclipse.swtbot.git
 +
* http://github.com/ketan/swtbot (mirror)
  
==Download Links==
+
Old Home Page:
 +
* http://swtbot.sourceforge.net
  
* Latest Stable
+
=== Other Resources ===
** Direct download link: http://sourceforge.net/project/showfiles.php?group_id=188411
+
** Update site: http://swtbot.sourceforge.net/update-site
+
* Trunk (version 1.x):
+
** Direct download link: http://swtbot.sourceforge.net/artifacts/trunk
+
** Update site: http://swtbot.sourceforge.net/artifacts/trunk/update-site
+
* Branch (Version 2.0):
+
** Direct download link: http://swtbot.sourceforge.net/artifacts/2.0-dev
+
** Update site: http://swtbot.sourceforge.net/artifacts/2.0-dev/update-site
+
 
+
==Resources==
+
===SWTBot resources===
+
* [[SWTBot/FAQ]]
+
* [http://swtbot.sourceforge.net/mail-lists.html Mailing lists]
+
* [[SWTBot/UserGuide]]
+
* Newsgroup access:
+
** '''server:''' news.eclipse.org
+
** '''group:''' eclipse.swtbot
+
** in order to access the Eclipse newsgroups, you need to request a password on the [http://www.eclipse.org/newsgroups/register.php Eclipse newsgroups registration] site.
+
 
+
===Other Resources===
+
 
* [http://www.eclipse.org Eclipse home page]
 
* [http://www.eclipse.org Eclipse home page]
 
* [http://eclipse.org/swt SWT Home Page]
 
* [http://eclipse.org/swt SWT Home Page]
 
* [http://eclipse.org/swt/snippets Some SWT Snippets]
 
* [http://eclipse.org/swt/snippets Some SWT Snippets]
 
* [http://swtbot.sourceforge.net/index.html Old SWTBot project on sourceforge]
 
* [http://swtbot.sourceforge.net/index.html Old SWTBot project on sourceforge]
 
[[Category:Eclipse Project]] [[Category:SWTBot]]
 

Revision as of 09:37, 27 September 2012


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

Releases

Latest snapshot build

2.1.0 development stream, targetting Juno and Eclipse 4.2: http://download.eclipse.org/technology/swtbot/snapshots

Documentation

Internal links (should be up-to-date)

External links and articles

Support and community

Contribute

Repositories:

Browse source:

Old Home Page:

Other Resources

Copyright © Eclipse Foundation, Inc. All Rights Reserved.