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"

(SWTBot Screencasts)
(3 intermediate revisions by 2 users not shown)
Line 19: Line 19:
 
* [http://ketan.padegaonkar.name/2009/04/10/cucumber-on-jruby-inside-eclipse.html Running SWTBot tests from Cucumber]
 
* [http://ketan.padegaonkar.name/2009/04/10/cucumber-on-jruby-inside-eclipse.html Running SWTBot tests from Cucumber]
 
* [http://andymaleh.blogspot.com/2008/12/glimmers-got-bdd-through-rspec-and.html SWTBot tests from RSpec using Glimmer]
 
* [http://andymaleh.blogspot.com/2008/12/glimmers-got-bdd-through-rspec-and.html SWTBot tests from RSpec using Glimmer]
* [http://www.bonitasoft.org/blog/?p=335 Continuous Integration with SWTBot] -- How to integrate SWTBot Test in your Continuous Integration
+
* [http://community.bonitasoft.com/blog/release-engineer-vs-dependency-management-basing-rcp-product-and-headless-build-plugins Continuous Integration with SWTBot] -- How to integrate SWTBot Test in your Continuous Integration
  
 
=== Articles ===
 
=== Articles ===
 
* [http://www.infoq.com/news/2008/10/gui-testing-jruby InfoQ: Java GUI Testing With JRuby]
 
* [http://www.infoq.com/news/2008/10/gui-testing-jruby InfoQ: Java GUI Testing With JRuby]
 
* [http://www.ralfebert.de/articles/swtbot/ German Java Magazin article about testing Eclipse RCP applications with SWTBot]
 
* [http://www.ralfebert.de/articles/swtbot/ German Java Magazin article about testing Eclipse RCP applications with SWTBot]
 +
* [http://mickaelistria.wordpress.com/2013/01/08/whats-hot-for-swtbot/ Early 2013 news about SWTBot - Eclipse 4, Test Generator, contribution openness]
 +
* [http://eclipse.org/nattable/resources/NatTable_SWTBot.pdf German Eclipse Magazin article about testing NatTable with SWTBot] [http://eclipse.org/nattable/resources/NatTable_SWTBot.zip (sources)]
  
 
=== 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://community.bonitasoft.com/blog/swtbot-my-new-friend 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)]
 
* [https://github.com/bluezio/swtbot-pure-maven-example Example on using SWTBot with pure Maven (no Tycho, no Ant PDE)]
  

Revision as of 10:11, 24 January 2014


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

eergegege

Some interesting usages of SWTBot

Articles

Example code

Slightly older

Back to the top