Difference between revisions of "AHM2009:GUI Testing"
From NAMIC Wiki
| (One intermediate revision by the same user not shown) | |||
| 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 | + | * 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 TestingBack 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.