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/Articles And Tutorials"

(Some interesting usages of SWTBot)
(Added link to SWTBot + pure Maven example)
Line 25: Line 25:
 
=== Example code ===
 
=== Example code ===
 
* [http://andymaleh.blogspot.com/2008/12/first-example-of-glimmer-rspecswtbot.html Example code for SWTBot tests using RSpec and Glimmer]
 
* [http://andymaleh.blogspot.com/2008/12/first-example-of-glimmer-rspecswtbot.html Example code for SWTBot tests using RSpec and Glimmer]
*[http://www.bonitasoft.org/blog/?p=335 SWTBot complete tutorial with GEF tests and add to continuous integration]
+
* [http://www.bonitasoft.org/blog/?p=335 SWTBot complete tutorial with GEF tests and add to continuous integration]
 +
* [https://github.com/bluezio/swtbot-pure-maven-example Example on using SWTBot with pure Maven (no Tycho, no Ant PDE)]
  
 
=== Slightly older ===
 
=== Slightly older ===
 
* [http://greensopinion.blogspot.com/2008/09/eclipse-gui-testing-is-viable-with.html Initial spikes for Eclipse support in SWTBot]
 
* [http://greensopinion.blogspot.com/2008/09/eclipse-gui-testing-is-viable-with.html Initial spikes for Eclipse support in SWTBot]
 
* [http://swarmy.free.fr/wordpress/?p=66 a user guide to setup swtbot to test your application]
 
* [http://swarmy.free.fr/wordpress/?p=66 a user guide to setup swtbot to test your application]

Revision as of 17:10, 21 September 2011


SWTBot
Website
Update Sites
Community
Mailing List
Forums/Newsgroups
IRC
Contribute
Open Bugzilla tickets
Open Gerrit reviews
Browse Source
Continuous Integration


This page lists some of the blogs that others have written about interesting usages of SWTBot:

SWTBot Screencasts

Slideware

Some interesting usages of SWTBot

Articles

Example code

Slightly older

Copyright © Eclipse Foundation, Inc. All Rights Reserved.