Rebuild HTML docs for 3.0.26 stable
[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     <title>
6       Testing Guidelines
7     </title>
8     <meta name="GENERATOR" content=
9     "Modular DocBook HTML Stylesheet Version 1.79">
10     <link rel="HOME" title="Privoxy Developer Manual" href="index.html">
11     <link rel="PREVIOUS" title="Coding Guidelines" href="coding.html">
12     <link rel="NEXT" title="Releasing a New Version" href="newrelease.html">
13     <link rel="STYLESHEET" type="text/css" href="../p_doc.css">
14     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
15   </head>
16   <body class="SECT1" bgcolor="#EEEEEE" text="#000000" link="#0000FF" vlink=
17   "#840084" alink="#0000FF">
18     <div class="NAVHEADER">
19       <table summary="Header navigation table" width="100%" border="0"
20       cellpadding="0" cellspacing="0">
21         <tr>
22           <th colspan="3" align="center">
23             Privoxy Developer Manual
24           </th>
25         </tr>
26         <tr>
27           <td width="10%" align="left" valign="bottom">
28             <a href="coding.html" accesskey="P">Prev</a>
29           </td>
30           <td width="80%" align="center" valign="bottom">
31           </td>
32           <td width="10%" align="right" valign="bottom">
33             <a href="newrelease.html" accesskey="N">Next</a>
34           </td>
35         </tr>
36       </table>
37       <hr align="LEFT" width="100%">
38     </div>
39     <div class="SECT1">
40       <h1 class="SECT1">
41         <a name="TESTING">5. Testing Guidelines</a>
42       </h1>
43       <p>
44         To be filled.
45       </p>
46       <div class="SECT2">
47         <h2 class="SECT2">
48           <a name="TESTING-PLAN">5.1. Testplan for releases</a>
49         </h2>
50         <p>
51           Explain release numbers. major, minor. developer releases. etc.
52         </p>
53         <ol type="1">
54           <li>
55             <p>
56               Remove any existing rpm with rpm -e
57             </p>
58           </li>
59           <li>
60             <p>
61               Remove any file that was left over. This includes (but is not
62               limited to)
63             </p>
64             <ul>
65               <li>
66                 <p>
67                   /var/log/privoxy
68                 </p>
69               </li>
70               <li>
71                 <p>
72                   /etc/privoxy
73                 </p>
74               </li>
75               <li>
76                 <p>
77                   /usr/sbin/privoxy
78                 </p>
79               </li>
80               <li>
81                 <p>
82                   /etc/init.d/privoxy
83                 </p>
84               </li>
85               <li>
86                 <p>
87                   /usr/doc/privoxy*
88                 </p>
89               </li>
90             </ul>
91           </li>
92           <li>
93             <p>
94               Install the rpm. Any error messages?
95             </p>
96           </li>
97           <li>
98             <p>
99               start,stop,status <span class="APPLICATION">Privoxy</span> with
100               the specific script (e.g. /etc/rc.d/init/privoxy stop). Reboot
101               your machine. Does autostart work?
102             </p>
103           </li>
104           <li>
105             <p>
106               Start browsing. Does <span class="APPLICATION">Privoxy</span>
107               work? Logfile written?
108             </p>
109           </li>
110           <li>
111             <p>
112               Remove the rpm. Any error messages? All files removed?
113             </p>
114           </li>
115         </ol>
116       </div>
117     </div>
118     <div class="NAVFOOTER">
119       <hr align="LEFT" width="100%">
120       <table summary="Footer navigation table" width="100%" border="0"
121       cellpadding="0" cellspacing="0">
122         <tr>
123           <td width="33%" align="left" valign="top">
124             <a href="coding.html" accesskey="P">Prev</a>
125           </td>
126           <td width="34%" align="center" valign="top">
127             <a href="index.html" accesskey="H">Home</a>
128           </td>
129           <td width="33%" align="right" valign="top">
130             <a href="newrelease.html" accesskey="N">Next</a>
131           </td>
132         </tr>
133         <tr>
134           <td width="33%" align="left" valign="top">
135             Coding Guidelines
136           </td>
137           <td width="34%" align="center" valign="top">
138             &nbsp;
139           </td>
140           <td width="33%" align="right" valign="top">
141             Releasing a New Version
142           </td>
143         </tr>
144       </table>
145     </div>
146   </body>
147 </html>
148