Difference between revisions of "AHM2009:GUI Testing"

From NAMIC Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
Breakout session Moderator: Sebastien Barre
 
Breakout session Moderator: Sebastien Barre
  
Background: [http://www.kwwidgets.org/Wiki/KWWidgets/GUI_Testing GUI Testing Research]
+
Introduction: [http://wiki.na-mic.org/Wiki/index.php/2009_Winter_Project_Week_Automated_GUI_Testing Automatic KWWidgets and Slicer GUI Testing]
  
 
Agenda:
 
Agenda:
 +
* How to create Squish test suites from Squish IDE.
 +
* How to add validation points in Squish tests.
 +
* How to add Squish tests using CMake macros, so that they can be run nightly from ctest.
 +
* Wiki pages of Squish for KWWidgets and Slicer3.
 +
** [http://www.vtk.org/Wiki/KWWidgets/GUI_Testing/Squish/SquishForKWWidgets Squish for KWWidgets].
 +
** [http://www.vtk.org/Wiki/KWWidgets/GUI_Testing/Squish/SquishForSlicer3 Squish for Slicer3].
 +
 +
===References===
 +
*[http://www.kwwidgets.org/Wiki/KWWidgets/GUI_Testing KWWidgets GUI testing].
 +
*[http://www.kwwidgets.org/Wiki/KWWidgets/GUI_Testing/Squish KWWidgets GUI testing with Squish].

Latest revision as of 15:07, 2 January 2009

Home < AHM2009:GUI Testing
Back to AHM_2009

Breakout session Moderator: Sebastien Barre

Introduction: Automatic KWWidgets and Slicer GUI Testing

Agenda:

  • How to create Squish test suites from Squish IDE.
  • How to add validation points in Squish tests.
  • How to add Squish tests using CMake macros, so that they can be run nightly from ctest.
  • Wiki pages of Squish for KWWidgets and Slicer3.

References