Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

(New page: == What is SWTBot? == SWTBot is an open-source Java based functional testing tool for testing SWT and Eclipse based applications. SWTBot provides APIs that are simple to read and write. ...)
 
m (fixed some formatting issues)
Line 1: Line 1:
 
== What is SWTBot? ==
 
== What is SWTBot? ==
  
SWTBot is an open-source Java based functional testing tool for testing SWT and Eclipse based applications.
+
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 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.
Line 16: Line 16:
  
 
Direct download link: http://swtbot.sourceforge.net/artifacts/2.0-dev
 
Direct download link: http://swtbot.sourceforge.net/artifacts/2.0-dev
 +
 
Update site: http://swtbot.sourceforge.net/artifacts/2.0-dev/update-site
 
Update site: http://swtbot.sourceforge.net/artifacts/2.0-dev/update-site
  
Line 26: Line 27:
 
==Download Links==
 
==Download Links==
  
    * Latest Stable
+
* Latest Stable
          o Direct download link: http://sourceforge.net/project/showfiles.php?group_id=188411
+
** Direct download link: http://sourceforge.net/project/showfiles.php?group_id=188411
          o Update site: http://swtbot.sourceforge.net/update-site
+
** Update site: http://swtbot.sourceforge.net/update-site
    * Trunk (version 1.x):
+
* Trunk (version 1.x):
          o Direct download link: http://swtbot.sourceforge.net/artifacts/trunk
+
** Direct download link: http://swtbot.sourceforge.net/artifacts/trunk
          o Update site: http://swtbot.sourceforge.net/artifacts/trunk/update-site
+
** Update site: http://swtbot.sourceforge.net/artifacts/trunk/update-site
    * Branch (Version 2.0):
+
* Branch (Version 2.0):
          o Direct download link: http://swtbot.sourceforge.net/artifacts/2.0-dev
+
** Direct download link: http://swtbot.sourceforge.net/artifacts/2.0-dev
          o Update site: http://swtbot.sourceforge.net/artifacts/2.0-dev/update-site
+
** Update site: http://swtbot.sourceforge.net/artifacts/2.0-dev/update-site
  
 
==Resources==
 
==Resources==
  
    * [http://www.eclipse.org Eclipse home page]
+
* [http://www.eclipse.org Eclipse home page]
    * [http://eclipse.org/swt SWT Home Page]
+
* [http://eclipse.org/swt SWT Home Page]
    * [http://eclipse.org/swt/snippets Some SWT Snippets]
+
* [http://eclipse.org/swt/snippets Some SWT Snippets]
    * [http://swtbot.sourceforge.net/index.html Old SWTBot project on sourceforge]
+
* [http://swtbot.sourceforge.net/index.html Old SWTBot project on sourceforge]

Revision as of 23:35, 27 November 2008

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