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)
Line 30: Line 30:
 
* [[SWTBot/UserGuide | UserGuide]]
 
* [[SWTBot/UserGuide | UserGuide]]
 
* [[SWTBot/FAQ | FAQ]]
 
* [[SWTBot/FAQ | FAQ]]
 +
* [http://wiki.eclipse.org/Category:SWTBot Other pages]
  
 
Support:
 
Support:

Revision as of 02:40, 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

Update Site:

Some documentation:

Support:

Repositories:

Browse source:

Old Home Page:

Other Resources

Back to the top