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
m
Line 22: Line 22:
 
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==
+
==Quick Links==
  
'''Repository'''
+
* [[SWTBot/FAQ | FAQ]]
 +
* [https://dev.eclipse.org/mailman/listinfo/swtbot-dev Mailing list]
 +
* [[SWTBot/UserGuide | UserGuide]]
  
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
+
* 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.
  
'''SVN repository location''': http://dev.eclipse.org/svnroot/technology/org.eclipse.swtbot/
+
Repositories:
 +
* http://dev.eclipse.org/svnroot/technology/org.eclipse.swtbot/trunk (svn)
 +
* git://github.com/ketan/swtbot.git (git)
  
SWTBot 2.0 developer builds now available
+
Browse source:
 +
* http://dev.eclipse.org/viewcvs/index.cgi/trunk/?root=Technology_SWTBot
 +
* http://github.com/ketan/swtbot
  
A pre-alpha release of SWTBot is now available on the download site.
+
Update Site:
 +
* http://download.eclipse.org/technology/swtbot/dev-build/update-site
  
Direct download link: http://swtbot.sourceforge.net/artifacts/2.0-dev
+
Old Home Page:
 
+
* http://swtbot.sourceforge.net
Update site: http://swtbot.sourceforge.net/artifacts/2.0-dev/update-site
+
 
+
SWTBot proposal to move to eclipse.org
+
 
+
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.
+
 
+
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.
+
 
+
==Download Links==
+
 
+
* Latest Stable
+
** 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===
 
===Other Resources===

Revision as of 02:32, 12 March 2009


SWTBot
Website
Download
Dev Builds
Update Site 2.0 weekly-builds
Community
Mailing ListNewsgroupIRC
Bugzilla
Open
Help Wanted
Bug Day
Source
{{{sourceRepository}}}

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.

Quick Links

  • Newsgroup access:
    • server: news.eclipse.org
    • group: eclipse.swtbot
    • in order to access the Eclipse newsgroups, you need to request a password on the Eclipse newsgroups registration site.

Repositories:

Browse source:

Update Site:

Old Home Page:

Other Resources

Back to the top