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

SWTBot

Revision as of 23:20, 29 January 2009 by Vitor.rodrigues.yahoo.com (Talk | contribs) (News)


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

Repository

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

SVN repository location: http://dev.eclipse.org/svnroot/technology/org.eclipse.swtbot/

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

SWTBot resources

Other Resources

Back to the top