<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2001-2004 by Donald Firesmith
function includeTestingLinks() {
document.write(
'<span class="tiny">',
'<strong>Small Component Testing</strong>:',
'&nbsp; <a href="CommercialComponentTesting.html">Commercial Component Testing</a>',
'&nbsp; <a href="DocumentUsabilityTesting.html">Document Usability Testing</a>',
'&nbsp; <a href="ModelTesting.html">Model</a>',
'&nbsp; <a href="UnitTesting.html">Unit</a>',
'<hr />',
'       <a href="IntegrationTesting.html"><strong>Integration Testing</strong></a>:',
'&nbsp; <a href="CommercialComponentIntegrationTesting.html">Commercial Component Integration</a>',
'&nbsp; <a href="DatabaseIntegrationTesting.html">Database Integration</a>',
'&nbsp; <a href="HardwareIntegrationTesting.html">Hardware Integration</a>',
'&nbsp; <a href="PrototypeUsabilityTesting.html">Prototype Usability</a>',
'&nbsp; <a href="SoftwareIntegrationTesting.html">Software Integration</a>',
'&nbsp; <a href="SystemIntegrationTesting.html">System Integration</a>',
'<hr />',
'       <a href="SystemTesting.html"><strong>System Testing</strong></a>:',
'&nbsp; <a href="AvailabilityTesting.html">Availability</a>',
'&nbsp; <a href="ConfigurationTesting.html">Configuration</a>',
'&nbsp; <a href="ContentionTesting.html">Contention</a>',
'&nbsp; <a href="FunctionalTesting.html">Functional</a>',
'&nbsp; <a href="InternationalizationTesting.html">Internationalization</a>',
'&nbsp; <a href="LoadTesting.html">Load</a>',
'&nbsp; <a href="OperationsManualTesting.html">Operations Manual</a>',
'&nbsp; <a href="PerformanceTesting.html">Performance</a>',
'&nbsp; <a href="PortabilityTesting.html">Portability</a>',
'&nbsp; <a href="ReliabilityTesting.html">Reliability</a>',
'&nbsp; <a href="RobustnessTesting.html">Robustness</a>',
'&nbsp; <a href="SecurityTesting.html">Security</a>',
'&nbsp; <a href="StressTesting.html">Stress</a>',
'&nbsp; <a href="SystemUsabilityTesting.html">System Usability</a>',
'<hr />',
'       <a href="LaunchTesting.html"><strong>Launch Testing</strong></a>:',
'&nbsp; <a href="AcceptanceTesting.html">Acceptance</a>',
'&nbsp; <a href="AlphaTesting.html">Alpha</a>',
'&nbsp; <a href="BetaTesting.html">Beta</a>',
'<hr />',
'       <a href="UsageTesting.html"><strong>Usage Testing</strong></a>:',
'&nbsp; <a href="OperationalTesting.html">Operational</a>',
'&nbsp; <a href="SecurityTesting.html">Security</a>',
'</span>'
);
}
// stop hiding -->

