index.html
4.88 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>QA Framework: Operational Examples & Techniques</title>
<link rel="stylesheet" type="text/css"
href="http://www.w3.org/StyleSheets/TR/W3C-NOTE" />
</head>
<body>
<div class="head">
<p><a href="http://www.w3.org/"><img class="head"
src="http://www.w3.org/Icons/w3c_home" alt="W3C" width="72" height="48"/></a></p>
<h1><a name="doc" id="doc"><acronym title="Quality Assurance">QA</acronym>
Framework: Operational Examples & Techniques</a></h1>
<h2><a name="doc1" id="doc1"><acronym
title="World Wide Web Consortium">W3C</acronym> Note 2 December 2002</a></h2>
<dl>
<dt>This version:</dt>
<dd><a
href="http://www.w3.org/TR/2002/NOTE-qaframe-ops-extech-20021202/">http://www.w3.org/TR/2002/NOTE-qaframe-ops-extech-20021202/</a></dd>
<dt><strong>This document's latest version has been moved to:</strong></dt>
<dd><a href="http://www.w3.org/QA/WG/qaframe-ops-extech">http://www.w3.org/QA/WG/qaframe-ops-extech</a></dd>
<dt>Latest version:</dt>
<dd><a
href="http://www.w3.org/TR/qaframe-ops-extech/">http://www.w3.org/TR/qaframe-ops-extech/</a></dd>
<dt>Previous version:</dt>
<dd><a
href="http://www.w3.org/TR/2002/WD-qaframe-ops-extech-20020515/">http://www.w3.org/TR/2002/WD-qaframe-ops-extech-20020515/</a></dd>
<dt>Editors:</dt>
<dd>Lofton Henderson (<a
href="mailto:lofton@rockynet.com">lofton@rockynet.com</a>)</dd>
<dd>Lynne Rosenthal (<a href="mailto:lsr@nist.gov">lsr@nist.gov</a>)</dd>
<dd>Dimitris Dimitriadis (<a
href="mailto:dimitris@ontologicon.com">dimitris@ontologicon.com</a>)</dd>
<dd>Kirill Gavrylyuk (<a
href="mailto:kirillg@microsoft.com">kirillg@microsoft.com</a>)</dd>
</dl>
<p class="copyright"><a
href="http://www.w3.org/Consortium/Legal/ipr-notice-20000612#Copyright">Copyright</a>
©2002 <a href="http://www.w3.org/"><abbr
title="World Wide Web Consortium">W3C</abbr></a> <sup>¨</sup> (<a
href="http://www.lcs.mit.edu/"><abbr
title="Massachusetts Institute of Technology">MIT</abbr></a>, <a
href="http://www.inria.fr/"><abbr xml:lang="fr" lang="fr"
title="Institut National de Recherche en Informatique et Automatique">INRIA</abbr></a>,
<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
href="http://www.w3.org/Consortium/Legal/ipr-notice-20000612#Legal_Disclaimer">liability</a>,
<a
href="http://www.w3.org/Consortium/Legal/ipr-notice-20000612#W3C_Trademarks">trademark</a>,
<a
href="http://www.w3.org/Consortium/Legal/copyright-documents-19990405">document
use</a> and <a
href="http://www.w3.org/Consortium/Legal/copyright-software-19980720">software
licensing</a> rules apply.</p>
<hr />
</div>
<h2 class="notoc"><a id="abstract" name="abstract">Abstract</a></h2>
<p>This document is part of the of the <a href="http://www.w3.org/QA/"
shape="rect">Quality Assurance (<acronym
title="Quality Assurance">QA</acronym>) Activity</a>. It presents examples
and describes the techniques of operational aspects of quality practices
within the W3C's Working Groups. It complements <cite><a
href="http://www.w3.org/TR/2002/WD-qaframe-ops-20021108/" shape="rect">QA
Framework: Operational Guidelines</a></cite>, by specifying or illustrating
how Working Groups might meet the operational and process-related checkpoints
of that document.</p>
<h2><a name="status" id="status">Status of this document</a></h2>
<p><strong>This document has been moved.</strong></p>
<p><a href="http://www.w3.org/QA/WG/qaframe-ops-extech">The latest version of
this document</a> is now maintained on the <a
href="http://www.w3.org/QA/">W3C Quality Assurance Activity</a> pages, at
http://www.w3.org/QA/WG/qaframe-ops-extech. Versions of this document are
paired with dated versions of the <cite>QA Framework: Operational
Guidelines</cite> document, which is maintained in http://www.w3.org/TR.</p>
<p>It is anticipated that the latest version of this document will change
more frequently than its paired companion <cite>QA Framework: Operational
Guidelines</cite> document. I.e., there may be several versions of this
document associated with any particular version of the <cite>QA Framework:
Operational Guidelines</cite> document. The latter document will always
points to the latest paired companion version of this document.</p>
<p>At some future point, when both this document and its companion <cite>QA
Framework: Operational Guidelines</cite> document have stabilized, this
document may be moved back to http://www.w3.org/TR.</p>
<p>A list of current <acronym title="World Wide Web Consortium">W3C</acronym>
Recommendations and other technical documents can be found at <a
href="http://www.w3.org/TR/">http://www.w3.org/TR</a>.</p>
</body>
</html>