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

From Slicer Wiki
Jump to: navigation, search
Line 16: Line 16:
  
  
{|width="100%"
+
<gallery caption="Recording" widths="300px" perrow="2">
|
+
Image: QtTestingRecorderMenu.jpg
[[image: QtTestingRecorderMenu.jpg | center]]
+
Image: QtTestingRecorderDialog.jpg
|align="right"|
+
</gallery>
[[image: QtTestingRecorderDialog.jpg | center]]
 
|}
 
  
 
==Player==
 
==Player==

Revision as of 15:09, 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

Player

QtTestintPlayererDialog.jpg

User limitations