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"

(Articles)
(Slideware)
 
(2 intermediate revisions by the same user not shown)
Line 12: Line 12:
 
* [http://download.eclipse.org/technology/swtbot/docs/eclipsecon2009/ eclipsecon2009]
 
* [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://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]]
eergegege
+
* [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 20: Line 20:
 
* [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
 
* [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 ===
Line 26: Line 27:
 
* [http://mickaelistria.wordpress.com/2013/01/08/whats-hot-for-swtbot/ Early 2013 news about SWTBot - Eclipse 4, Test Generator, contribution openness]
 
* [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)]
 
* [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]
+
* [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 ===

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