Difference between revisions of "2012 Project Week:AutomatedTesting"

From NAMIC Wiki
Jump to: navigation, search
(Created page with '=Key Investigators== * Brigham and Women's Hospital: Sonia Pujol * Isomics Inc: Steve Pieper * Kitware: Jean-Christophe Fillon-Robin, Benjamin <div style="margin: 20px;"> <div s…')
 
m (→‎Key Investigators: add link to progress page)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=Key Investigators==
+
=Key Investigators=
 
* Brigham and Women's Hospital: Sonia Pujol
 
* Brigham and Women's Hospital: Sonia Pujol
 
* Isomics Inc: Steve Pieper
 
* Isomics Inc: Steve Pieper
* Kitware: Jean-Christophe Fillon-Robin, Benjamin
+
* Kitware: Jean-Christophe Fillon-Robin, Benjamin Long
  
 
<div style="margin: 20px;">
 
<div style="margin: 20px;">
Line 9: Line 9:
 
<h3>Objective</h3>
 
<h3>Objective</h3>
  
The objective is to implement automated GUI testing in Slicer4.
+
The objective is to implement automated GUI testing in Slicer4 based on QtTesting, to be able to perform nightly automated tutorial testing.
  
 
</div>
 
</div>
Line 16: Line 16:
  
 
<h3>Approach, Plan</h3>
 
<h3>Approach, Plan</h3>
We'll generate automated tests for the Slicer4minute tutorial.
+
We'll generate automated tests for the Slicer4minute tutorial, and define associated metrics to measure the outcomes.
 
</div>
 
</div>
 
<div style="width: 40%; float: left;">
 
<div style="width: 40%; float: left;">
  
 
<h3>Progress</h3>
 
<h3>Progress</h3>
 
+
* Implemented new translators/players files to increase widget coverage
 +
* Discussed how scenario could be appropriately tested and/or played back in Slicer4
 +
* Future work is tracked [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Snapshot/Developers/QtTesting here]
  
 
</div>
 
</div>

Latest revision as of 19:03, 21 February 2012

Home < 2012 Project Week:AutomatedTesting

Key Investigators

  • Brigham and Women's Hospital: Sonia Pujol
  • Isomics Inc: Steve Pieper
  • Kitware: Jean-Christophe Fillon-Robin, Benjamin Long

Objective

The objective is to implement automated GUI testing in Slicer4 based on QtTesting, to be able to perform nightly automated tutorial testing.

Approach, Plan

We'll generate automated tests for the Slicer4minute tutorial, and define associated metrics to measure the outcomes.

Progress

  • Implemented new translators/players files to increase widget coverage
  • Discussed how scenario could be appropriately tested and/or played back in Slicer4
  • Future work is tracked here