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"

(Slideware)
 
(14 intermediate revisions by 7 users not shown)
Line 6: Line 6:
 
* [http://download.eclipse.org/technology/swtbot/docs/videos/beginners/SWTBotGettingStartedIn5Minutes A 5 minute quick quick tutorial on how to get started with swtbot]
 
* [http://download.eclipse.org/technology/swtbot/docs/videos/beginners/SWTBotGettingStartedIn5Minutes A 5 minute quick quick tutorial on how to get started with swtbot]
 
* [http://download.eclipse.org/technology/swtbot/docs/videos/beginners/SWTBotHeadlessTestingForNovices Running SWTBot tests from the command line]
 
* [http://download.eclipse.org/technology/swtbot/docs/videos/beginners/SWTBotHeadlessTestingForNovices Running SWTBot tests from the command line]
 +
* [https://vimeo.com/55953990 SWTBot Test Recorder and Generator introduction]
 +
 +
=== Slideware ===
 +
 +
* [http://download.eclipse.org/technology/swtbot/docs/eclipsecon2009/ eclipsecon2009]
 +
* [http://wiki.eclipse.org/images/e/e9/EADD_Kuebler_GUITestsWithSWTBot.pdf PDF] and [http://wiki.eclipse.org/images/c/c0/EADD_Kuebler_GUITestsWithSWTBot_Screencast.zip screencast] from [[EclipseApplicationDeveloperDayKarlsruhe]]
 +
* [http://www.slideshare.net/AurelienPupier/functional-testing-made-easy-with-swtbot-for-developers-and-testers Functional Testing made easy with SWTBot for Developers and Testers] -- presented at EclipseCon Europe 2015
  
 
=== Some interesting usages of SWTBot ===
 
=== Some interesting usages of SWTBot ===
Line 12: 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://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
 +
* [https://www.youtube.com/watch?v=TZt8i6zp764 Functional Testing made easy with SWTBot for Developers and Testers] -- at EclipseCon Europe 2015
  
 
=== 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)]
 +
* [https://www.eclipse.org/community/eclipse_newsletter/2014/september/article4.php Functional Testing made easy with SWTBot for Developers and Testers] -- in Eclipse Newsletter September 2014
  
 
=== 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://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)]
  
 
=== 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]

Latest revision as of 06:43, 13 November 2015


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

Back to the top