forked from Section508Coordinators/ACRT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHelp_Report.html
61 lines (55 loc) · 3.5 KB
/
Help_Report.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="./CSS/acrt_styles.css">
<title>ACRT View Report Help </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no" />
<meta name="description" content="Great Tool to track test results" />
</head>
<body>
<div class="topnav" id="myTopnav">
<a title="Home" href="index.html" id="aboutID">Home </a>
<a title="Instructions" href="./Help.html" target="_blank" id="helpID">Instructions </a>
<a title="Create/Edit Report" href="./ACRT_Web_Input_Form.html" id="crtReportID" >Create/Edit Report </a>
<a title="View Report" href="./ACRT_View_webReport.html" id="vwRptId" >View Report</a>
<a title="License License" href= "./Resources/LICENSE.html" target="_blank" id="licenseID"> View License </a>
</div>
<article class="text">
<h2><strong>Topic 5:</strong> How to Finalize Test Results & View Report</h2>
<p><strong>Tool Tips: </strong></p>
<ul>
<li>If needed, open the index.html file from the ACRT folder in your file location.</li>
</ul>
<h3>Instructions to Create a Final Test Report</h3>
<ol>
<li>From ACRT Home page, select <strong>View Report </strong>from the top navigation menu.</li>
<li><strong>View Test Report</strong> page will open.</li>
</ol>
<p> <img src=".\Images\ViewReport.JPG" alt="ViewReport page" width="100%" height="500"><br> <strong><em>Figure 19: View Report Page View</em></strong></p>
<ol>
<li>Select the JSON file stored on your local machine, then select the <strong>Load Results </strong>button.</li>
<li>Test Results will load at the bottom of page.</li>
</ol>
<p> <img src=".\Images\TestResultGeneratedReport.JPG" alt="HTML report" width="100%" height="500"><br> <strong><em>Figure 20: Test Results created to generate report as HTML file</em></strong></p>
<ol>
<li>If desired, select the <strong>‘Select the checkbox to view all test results’</strong> checkbox to view all test results. When unchecked, the instruction changes to <strong>‘Uncheck checkbox to hide all test results’.</strong></li>
</ol>
<p><img src=".\Images\ViewTestResults.JPG" alt="Chebox to view test results" width="100%" height="500"><br> <strong><em>Figure 21: Checkbox to view all test results under Test Results</em></strong></p>
<ol>
<li>To create an HTML version of the report, e.g. for sharing the report with others, select the <strong>“Save as HTML”</strong> button to generate a printer-friendly HTML version of the report (saved in the system's Downloads folder by default).</li>
</ol>
<p><img src=".\Images\HTMLReport.JPG" alt="Saved HTML report" width="600"><br> <strong><em>Figure 22: File generated to create an HTML version of the report</em></strong><strong><em> </em></strong></p>
<ol>
<li>To print the report, use the landscape orientation in your browser’s print options.</li>
</ol>
<p><img src=".\Images\FinalTestReport.JPG" alt="Final test report sample" width="100%" height="500"><br> <strong><em>Figure 23: Final Application Test Report generated</em></strong></p>
<p><img src=".\Images\Print.JPG" alt="Print report"><br><strong><em>Figure 24: Zoomed in view of the Print this page button for final Application Test Report</em></strong></p>
<p> </p>
<p> </p>
</article>
<div class="footer">
<p>Accessibility Conformance Report Tool (ACRT) Help Page </p>
</div>
</body>
</html>