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. | ||
− | == | + | ==Quick Links== |
− | + | * [[SWTBot/FAQ | FAQ]] | |
+ | * [https://dev.eclipse.org/mailman/listinfo/swtbot-dev Mailing list] | ||
+ | * [[SWTBot/UserGuide | 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. | ||
− | + | Repositories: | |
+ | * http://dev.eclipse.org/svnroot/technology/org.eclipse.swtbot/trunk (svn) | ||
+ | * git://github.com/ketan/swtbot.git (git) | ||
− | + | Browse source: | |
+ | * http://dev.eclipse.org/viewcvs/index.cgi/trunk/?root=Technology_SWTBot | ||
+ | * http://github.com/ketan/swtbot | ||
− | + | Update Site: | |
+ | * http://download.eclipse.org/technology/swtbot/dev-build/update-site | ||
− | + | Old Home Page: | |
− | + | * http://swtbot.sourceforge.net | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | * | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
===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 List • Newsgroup • IRC |
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:
- http://dev.eclipse.org/svnroot/technology/org.eclipse.swtbot/trunk (svn)
- git://github.com/ketan/swtbot.git (git)
Browse source:
- http://dev.eclipse.org/viewcvs/index.cgi/trunk/?root=Technology_SWTBot
- http://github.com/ketan/swtbot
Update Site:
Old Home Page: