Difference between revisions of "SWTBot"
(→Quick Links) |
|||
Line 29: | Line 29: | ||
* [[SWTBot/Support | Newsgroups]] | news://news.eclipse.org/eclipse.swtbot | [http://www.eclipse.org/newsgroups/register.php Request a password] | * [[SWTBot/Support | Newsgroups]] | news://news.eclipse.org/eclipse.swtbot | [http://www.eclipse.org/newsgroups/register.php Request a password] | ||
* [https://dev.eclipse.org/mailman/listinfo/swtbot-dev Mailing list] | * [https://dev.eclipse.org/mailman/listinfo/swtbot-dev Mailing list] | ||
+ | * [http://www.eclipse.org/forums/index.php?t=thread&frm_id=74 SWTBot on Eclipse Community Forums] | ||
=== Contribute === | === Contribute === |
Revision as of 06:09, 8 November 2010
SWTBot |
Website |
Update Sites |
Community |
Mailing List |
Forums/Newsgroups |
IRC |
Contribute |
Open Bugzilla tickets |
Open Gerrit reviews |
Browse Source |
Continuous Integration |
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:
- Ganymede - http://download.eclipse.org/technology/swtbot/ganymede/dev-build/update-site
- Galileo - http://download.eclipse.org/technology/swtbot/galileo/dev-build/update-site
Some documentation:
Articles:
Support:
- Newsgroups | news://news.eclipse.org/eclipse.swtbot | Request a password
- Mailing list
- SWTBot on Eclipse Community Forums
Contribute
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
Old Home Page: