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