Documentation/Widget testing: Difference between revisions

From Commontk
Jump to navigationJump to search
Line 43: Line 43:
|ctkAddRemoveComboBox
|ctkAddRemoveComboBox
|{{Done}}
|{{Done}}
|'''-'''
|
|
|
|-
|-
|ctkAxesWidget
|ctkAxesWidget
|{{Done}}
|{{Done}}
|'''+++'''
|
|
|
|-
|-
Line 74: Line 74:
|{{Not Done}}
|{{Not Done}}
|'''--'''
|'''--'''
|''Not used''
|''Not used in Slicer''
|-
|-
|ctkCheckablePushButton
|ctkCheckablePushButton
|{{Not Done}}
|{{Not Done}}
|'''--'''
|'''--'''
|''Not used''
|''Not used in Slicer''
|-
|-
|ctkComboBox
|ctkComboBox
Line 113: Line 113:
|ctkConsole
|ctkConsole
|{{Done}}{{Doing}}
|{{Done}}{{Doing}}
|'''-'''
|
|
|''May have a problem with the command''
|-
|-
|ctkConfirmExitDialog
|ctkConfirmExitDialog
Line 168: Line 168:
|ctkExpandButton
|ctkExpandButton
|{{Done}}
|{{Done}}
|'''++'''
|
|
|
|-
|-
Line 208: Line 208:
|ctkMaterialPropertyWidget
|ctkMaterialPropertyWidget
|{{Done}}{{Doing}}
|{{Done}}{{Doing}}
|'''+++'''
|
|''QSpin issue''
|''QSpin issue''
|-
|-
|ctkMatrixWidget
|ctkMatrixWidget
|{{Done}}{{Doing}}
|{{Done}}{{Doing}}
|'''+++'''
|
|''QSpin issue + Name QSpin issue : EventTranslator ?''
|''QSpin issue + Name QSpin issue : EventTranslator ?''
|-
|-
|ctkMenuButton
|ctkMenuButton
|{{Done}}
|{{Done}}
|'''++'''
|
|
|
|-
|-
Line 228: Line 228:
|ctkModalityWidget
|ctkModalityWidget
|{{Done}}
|{{Done}}
|'''++'''
|
|
|
|-
|-
Line 253: Line 253:
|ctkRangeSlider
|ctkRangeSlider
|{{Done}}
|{{Done}}
|'''+++'''
|
|
|
|-
|-
|ctkRangeWidget
|ctkRangeWidget
|{{Done}}{{Doing}}
|{{Done}}{{Doing}}
|'''++'''
|
|''QDoubleSpinBox issue''
|''QDoubleSpinBox issue''
|-
|-
Line 268: Line 268:
|ctkSearchBox
|ctkSearchBox
|{{Done}}
|{{Done}}
|'''++'''
|
|
|
|-
|-
Line 289: Line 289:
|{{Done}}
|{{Done}}
|
|
||''This object is not a widget and doesn't have to be tested through the event translator/player mechanism''
|''This object is not a widget and doesn't have to be tested through the event translator/player mechanism''
|-
|-
|ctkSimpleLayoutManager
|ctkSimpleLayoutManager
Line 298: Line 298:
|ctkSliderWidget
|ctkSliderWidget
|{{Done}}{{Doing}}
|{{Done}}{{Doing}}
|'''++'''
|
|''QSpinBox Issue''
|''QSpinBox Issue''
|-
|-
Line 304: Line 304:
|{{Done}}
|{{Done}}
|
|
|'''This is a utility class. Shouldn't be tested using the event translator/player mechanism'''
|''This is a utility class. Shouldn't be tested using the event translator/player mechanism''
|-
|-
|ctkThumbnailListWidget
|ctkThumbnailListWidget
Line 319: Line 319:
|{{Done}}
|{{Done}}
|
|
|'''This is a utility class. Shouldn't be tested using the event translator/player mechanism'''
|''This is a utility class. Shouldn't be tested using the event translator/player mechanism''
|-
|-
|ctkTransferFunctionBarsItem
|ctkTransferFunctionBarsItem
Line 359: Line 359:
|{{Done}}
|{{Done}}
|
|
|'''This is a utility class. Shouldn't be tested using the event translator/player mechanism'''
|''This is a utility class. Shouldn't be tested using the event translator/player mechanism''
|-
|-
|ctkWorkflowAbstractPagedWidget
|ctkWorkflowAbstractPagedWidget

Revision as of 13:33, 20 October 2011

Home < Documentation < Widget testing

Back to CTK Documentation

Overview

Testing of both CTK widgets and application built on top of CTK could leverage the capabilities offered by the QtTesting library developed by Paraview folks.


If the option CTK_USE_QTTESTING is enabled, the build system will:

  • Download external project QtTesting
  • Include the event translator and player required for custom CTK widgets. (Located in the same folder as their associated widget sources)
  • Include the class ctkEventTranslaterPlayerWidget into CTKWidgets library
  • If BUILD_TESTING is enabled: CTK widgets EventTranslatorTests will be compiled. These tests will use ctkEventTranslaterPlayerWidget and ensure that events associated with CTK widgets can be properly recorded and played.


Note Note: Option CTK_USE_QTTESTING will be automatically enabled if BUILD_TESTING is ON

Milestones

  1. Integration: What and where. Yes check.png
  2. Integrate QtTesting has an external projects Yes check.png
  3. Implement ctkEventTranslaterPlayerWidget Znak A-14.png
  4. Create custom translator/player if needed Znak A-14.png
  5. Implement widgets EventTranslatorTests Znak A-14.png

Player/Translators Widget Testing

CTKWidgets


Widgets State Priority Notes
ctkActionsWidget Yes check.png
ctkAddRemoveComboBox Yes check.png
ctkAxesWidget Yes check.png
ctkBasePopupWidget X mark.png +++
ctkButtonGroup X mark.png ++
ctkCheckableComboBox X mark.png +
ctkCheckableHeaderView X mark.png ++
ctkCheckBoxPixmaps X mark.png -- Not used in Slicer
ctkCheckablePushButton X mark.png -- Not used in Slicer
ctkComboBox Yes check.png
ctkCompleter X mark.png -
ctkCollapsibleButton X mark.png ++
ctkCollapsibleGroupBox X mark.png ++
ctkColorDialog X mark.png ++
ctkColorPickerButton X mark.png ++
ctkConsole Yes check.pngZnak A-14.png May have a problem with the command
ctkConfirmExitDialog X mark.png -
ctkCoordinatesWidget Yes check.pngZnak A-14.png Problem with the QSpinBox
ctkCrosshairLabel X mark.png -
ctkDateRangeWidget Znak A-14.png Problem with QDateTimer
ctkDirectoryButton Yes check.pngZnak A-14.png Value OK but no dialog
ctkDoubleRangeSlider Yes check.png
ctkDoubleSlider Yes check.png
ctkDynamicSpacer X mark.png -
ctkErrorLogStatusMessageHandler Yes check.png --- Not a Widget
ctkErrorLogWidget X mark.png ---
ctkExpandButton Yes check.png
ctkFileDialog Znak A-14.png
ctkFittedTextBrowser Yes check.png -- This widget just display text.
ctkFlowLayout Yes check.png -- Layout are not tested through the event translator/player mechanism
ctkFontButton Yes check.pngZnak A-14.png QComboBox doesn't change the font
ctkIconEnginePlugin Yes check.png -- Plugin are not tested through the event translator/player mechanism
ctkLayoutManager X mark.png
ctkMaterialPropertyPreviewLabel X mark.png Not sure if something is requiered since it seems to be a label
ctkMaterialPropertyWidget Yes check.pngZnak A-14.png QSpin issue
ctkMatrixWidget Yes check.pngZnak A-14.png QSpin issue + Name QSpin issue : EventTranslator ?
ctkMenuButton Yes check.png
ctkMenuComboBox Znak A-14.pngX mark.png +++ Implemented Event Translator/Player
ctkModalityWidget Yes check.png
ctkPathLineEdit X mark.png ++
ctkPixmapIconEngine Znak A-14.png ++ Issue with the Event Player (QComboBox)
ctkPopupWidget X mark.png +
ctkQImageView X mark.png ---
ctkRangeSlider Yes check.png
ctkRangeWidget Yes check.pngZnak A-14.png QDoubleSpinBox issue
ctkScreenshotDialog X mark.png -
ctkSearchBox Yes check.png
ctkSettings X mark.png +
ctkSettingsDialog X mark.png +
ctkSettingsPanel X mark.png +
ctkSignalMapper Yes check.png This object is not a widget and doesn't have to be tested through the event translator/player mechanism
ctkSimpleLayoutManager X mark.png
ctkSliderWidget Yes check.pngZnak A-14.png QSpinBox Issue
ctkTestApplication Yes check.png This is a utility class. Shouldn't be tested using the event translator/player mechanism
ctkThumbnailListWidget X mark.png --
ctkThumbnailWidget X mark.png --
ctkToolTipTrapper Yes check.png This is a utility class. Shouldn't be tested using the event translator/player mechanism
ctkTransferFunctionBarsItem X mark.png -
ctkTransferFunctionControlPointsItem X mark.png -
ctkTransferFunctionGradientItem X mark.png -
ctkTransferFunctionItem X mark.png -
ctkTransferFunctionScene X mark.png -
ctkTransferFunctionView X mark.png -
ctkTreeComboBox X mark.png +
ctkWidgetsUtils Yes check.png This is a utility class. Shouldn't be tested using the event translator/player mechanism
ctkWorkflowAbstractPagedWidget X mark.png -
ctkWorkflowButtonBoxWidget X mark.png -
ctkWorkflowGroupBox X mark.png -
ctkWorkflowStackedWidget X mark.png -
ctkWorkflowTabWidget X mark.png -
ctkWorkflowWidget X mark.png -
ctkWorkflowWidgetStep X mark.png -

Screenshots