The first result of the shiny-new dok-tidy target.
[privoxy.git] / doc / webserver / developer-manual / testing.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
2 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
3 <html>
4   <head>
5     <meta name="generator" content="HTML Tidy, see www.w3.org">
6     <title>
7       Testing Guidelines
8     </title>
9     <meta name="GENERATOR" content=
10     "Modular DocBook HTML Stylesheet Version 1.79">
11     <link rel="HOME" title="Privoxy Developer Manual" href="index.html">
12     <link rel="PREVIOUS" title="Coding Guidelines" href="coding.html">
13     <link rel="NEXT" title="Releasing a New Version" href="newrelease.html">
14     <link rel="STYLESHEET" type="text/css" href="../p_doc.css">
15     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
16 <style type="text/css">
17  body {
18   background-color: #EEEEEE;
19   color: #000000;
20  }
21  :link { color: #0000FF }
22  :visited { color: #840084 }
23  :active { color: #0000FF }
24  hr.c1 {text-align: left}
25 </style>
26   </head>
27   <body class="SECT1">
28     <div class="NAVHEADER">
29       <table summary="Header navigation table" width="100%" border="0"
30       cellpadding="0" cellspacing="0">
31         <tr>
32           <th colspan="3" align="center">
33             Privoxy Developer Manual
34           </th>
35         </tr>
36         <tr>
37           <td width="10%" align="left" valign="bottom">
38             <a href="coding.html" accesskey="P">Prev</a>
39           </td>
40           <td width="80%" align="center" valign="bottom">
41           </td>
42           <td width="10%" align="right" valign="bottom">
43             <a href="newrelease.html" accesskey="N">Next</a>
44           </td>
45         </tr>
46       </table>
47       <hr width="100%" class="c1">
48     </div>
49     <div class="SECT1">
50       <h1 class="SECT1">
51         <a name="TESTING">5. Testing Guidelines</a>
52       </h1>
53       <p>
54         To be filled.
55       </p>
56       <div class="SECT2">
57         <h2 class="SECT2">
58           <a name="TESTING-PLAN">5.1. Testplan for releases</a>
59         </h2>
60         <p>
61           Explain release numbers. major, minor. developer releases. etc.
62         </p>
63         <ol type="1">
64           <li>
65             <p>
66               Remove any existing rpm with rpm -e
67             </p>
68           </li>
69           <li>
70             <p>
71               Remove any file that was left over. This includes (but is not
72               limited to)
73             </p>
74             <ul>
75               <li>
76                 <p>
77                   /var/log/privoxy
78                 </p>
79               </li>
80               <li>
81                 <p>
82                   /etc/privoxy
83                 </p>
84               </li>
85               <li>
86                 <p>
87                   /usr/sbin/privoxy
88                 </p>
89               </li>
90               <li>
91                 <p>
92                   /etc/init.d/privoxy
93                 </p>
94               </li>
95               <li>
96                 <p>
97                   /usr/doc/privoxy*
98                 </p>
99               </li>
100             </ul>
101           </li>
102           <li>
103             <p>
104               Install the rpm. Any error messages?
105             </p>
106           </li>
107           <li>
108             <p>
109               start,stop,status <span class="APPLICATION">Privoxy</span> with
110               the specific script (e.g. /etc/rc.d/init/privoxy stop). Reboot
111               your machine. Does autostart work?
112             </p>
113           </li>
114           <li>
115             <p>
116               Start browsing. Does <span class="APPLICATION">Privoxy</span>
117               work? Logfile written?
118             </p>
119           </li>
120           <li>
121             <p>
122               Remove the rpm. Any error messages? All files removed?
123             </p>
124           </li>
125         </ol>
126       </div>
127       <div class="SECT2">
128         <h2 class="SECT2">
129           <a name="TESTING-REPORT">5.2. Test reports</a>
130         </h2>
131         <p>
132           Please submit test reports only with the <a href=
133           "http://sourceforge.net/tracker/?func=add&amp;group_id=11118&amp;atid=395005"
134            target="_top">test form</a> at sourceforge. Three simple steps:
135         </p>
136         <ul>
137           <li>
138             <p>
139               Select category: the distribution you test on.
140             </p>
141           </li>
142           <li>
143             <p>
144               Select group: the version of <span class=
145               "APPLICATION">Privoxy</span> that we are about to release.
146             </p>
147           </li>
148           <li>
149             <p>
150               Fill the Summary and Detailed Description with something
151               intelligent (keep it short and precise).
152             </p>
153           </li>
154         </ul>
155         Do not mail to the mailing list (we cannot keep track on issues
156         there).<br>
157       </div>
158     </div>
159     <div class="NAVFOOTER">
160       <hr width="100%" class="c1">
161       <table summary="Footer navigation table" width="100%" border="0"
162       cellpadding="0" cellspacing="0">
163         <tr>
164           <td width="33%" align="left" valign="top">
165             <a href="coding.html" accesskey="P">Prev</a>
166           </td>
167           <td width="34%" align="center" valign="top">
168             <a href="index.html" accesskey="H">Home</a>
169           </td>
170           <td width="33%" align="right" valign="top">
171             <a href="newrelease.html" accesskey="N">Next</a>
172           </td>
173         </tr>
174         <tr>
175           <td width="33%" align="left" valign="top">
176             Coding Guidelines
177           </td>
178           <td width="34%" align="center" valign="top">
179             &nbsp;
180           </td>
181           <td width="33%" align="right" valign="top">
182             Releasing a New Version
183           </td>
184         </tr>
185       </table>
186     </div>
187   </body>
188 </html>
189