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)
Line 35: Line 35:
 
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.
 
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 here . You are invited to comment on and/or join the project. Please send all feedback to the SWTBot newsgroup.
+
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==
 
==Download Links==

Revision as of 19:57, 1 December 2008


SWTBot
Website
Download
Dev Builds
Update Site 1.x 2.x
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.

News

SWTBot 2.0 developer builds now available

A pre-alpha release of SWTBot is now available on the download site.

Direct download link: http://swtbot.sourceforge.net/artifacts/2.0-dev

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 here . You are invited to comment on and/or join the project. Please send all feedback to the SWTBot newsgroup.

Download Links

Resources

Back to the top