Difference between revisions of "Documentation/Nightly/Developers/Tutorials/Testing"

From Slicer Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>{{documentation/versioncheck}}</noinclude><includeonly>[[Documentation/{{documentation/version}}/Developers/Tutorials#Testing|Testing How-tos]]
+
<noinclude>{{documentation/versioncheck}}</noinclude><includeonly>[[Documentation/{{documentation/version}}/Developers/Tutorials/Testing|Testing How-tos]]
 
: How to write tests and manage testing data
 
: How to write tests and manage testing data
 
</includeonly><noinclude><hr>
 
</includeonly><noinclude><hr>
Line 6: Line 6:
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/CxxTests|Write Cxx tests for your C++ loadable module]]
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/CxxTests|Write Cxx tests for your C++ loadable module]]
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/UploadTestData|Upload test data on Midas]]
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/UploadTestData|Upload test data on Midas]]
 +
: [[Documentation/Nightly/Developers/FAQ/Testing|Testing FAQ]]
 
</noinclude>
 
</noinclude>

Latest revision as of 14:57, 11 July 2016

Home < Documentation < Nightly < Developers < Tutorials < Testing