Difference between revisions of "AHM2009:GUI Testing"

From NAMIC Wiki
Jump to: navigation, search
 
Line 9: Line 9:
 
* How to add validation points in Squish tests.
 
* 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.
 
* How to add Squish tests using CMake macros, so that they can be run nightly from ctest.
* Squish current known issues with some KWWidgets.  
+
* Wiki pages of Squish for KWWidgets and Slicer3.  
** vtkKWComboBox, vtkKWMenuButton
+
** [http://www.vtk.org/Wiki/KWWidgets/GUI_Testing/Squish/SquishForKWWidgets Squish for KWWidgets].
** Recording a lot of MouseMove events with coordinates, which may not always be reliable.
+
** [http://www.vtk.org/Wiki/KWWidgets/GUI_Testing/Squish/SquishForSlicer3 Squish for Slicer3].
** Asynchronous handling of mouse events, which is difficult to control of the procedure-flow, so in some cases, manual insert of "wait-some-time" is needed in the script
 
** RenderWindow mouse move events are recorded and played back TOO MUCH.
 
  
* Discussions: tests validation methods.
+
===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