<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2001 by Donald Firesmith
function includeTestingTaskLinks() {
document.write(
'<span class="tiny">',
'       <a href="../../Activities/Testing/Testing.html"><strong>Testing Tasks</strong></a>:',
'&nbsp; <a href="TestPlanning.html">Test Planning</a>',
'&nbsp; <a href="TestReuse.html">Test Reuse</a>',
'&nbsp; <a href="TestDesign.html">Test Design</a>',
'&nbsp; <a href="TestImplementation.html">Test Implementation</a>',
'&nbsp; <a href="TestExecution.html">Test Execution</a>',
'&nbsp; <a href="TestReporting.html">Test Reporting</a>',
'</span>'
);
}
// stop hiding -->

