Difference between revisions of "Documentation/Nightly/SlicerApplication/QtTesting"

From Slicer Wiki
Jump to: navigation, search
Line 15: Line 15:
 
==Recorder==
 
==Recorder==
  
[[image: QtTestingRecorder.jpg  | center]]
+
 
 +
{|width="100%"
 +
|
 +
[[image: QtTestingRecorderMenu.jpg  | center]]
 +
|align="right"|
 +
[[image: QtTestingRecorderDialog.jpg  | center]]
 +
|}
  
 
==Player==
 
==Player==
  
[[image: QtTestintPlayerer.jpg  | center]]
+
{|width="100%"
 
+
|
 +
[[image: QtTestintPlayererMenu.jpg  | center]]
 +
|align="right"|
 +
[[image: QtTestintPlayererDialog.jpg  | center]]
 +
|}
  
 
==User limitations==
 
==User limitations==

Revision as of 15:03, 23 May 2012

Home < Documentation < Nightly < SlicerApplication < QtTesting

Overview

Slicer QtTesting

Lazy to do the same actions over and over, QtTesting is the answer ! This library provides Slicer3D to record and play macros, by the easiest way. A easy record interface to show you, on time, what you are recording, and a simple and smart player to control how you want to play back your script. QtTesting records all accomplished actions, since you have started the record until you stopped it, without any inputs from the user ! "Create a puppet and let it do it the rest ... "

Slicer developers already use this library to record tutorials and test Slicer3D application.

Recorder

QtTestingRecorderMenu.jpg
QtTestingRecorderDialog.jpg

Player

QtTestintPlayererDialog.jpg

User limitations