X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fwebserver%2Fdeveloper-manual%2Ftesting.html;h=9141d8a65f0c5ae55665e33e054958636566094c;hp=80d3f292051358bb3f651e0d9f6e7f6793fb60c5;hb=1c4bd7276a5f733e283c0484803bfca670f76654;hpb=7116fa7579978b77c2640a0dca78feb8ef3314b0;ds=sidebyside diff --git a/doc/webserver/developer-manual/testing.html b/doc/webserver/developer-manual/testing.html index 80d3f292..9141d8a6 100644 --- a/doc/webserver/developer-manual/testing.html +++ b/doc/webserver/developer-manual/testing.html @@ -1,259 +1,148 @@ - -Testing Guidelines
Privoxy Developer Manual
PrevNext

5. Testing Guidelines

To be filled.

5.1. Testplan for releases

Explain release numbers. major, minor. developer releases. etc. + + + + + Testing Guidelines + + + + + + + + + +

+
+

+ 5. Testing Guidelines +

+

+ To be filled. +

+
+

+ 5.1. Testplan for releases +

+

+ Explain release numbers. major, minor. developer releases. etc. +

+
    +
  1. +

    + Remove any existing rpm with rpm -e +

    +
  2. +
  3. +

    + Remove any file that was left over. This includes (but is not + limited to) +

    +
      +
    • +

      + /var/log/privoxy +

      +
    • +
    • +

      + /etc/privoxy +

      +
    • +
    • +

      + /usr/sbin/privoxy +

      +
    • +
    • +

      + /etc/init.d/privoxy +

      +
    • +
    • +

      + /usr/doc/privoxy* +

      +
    • +
    +
  4. +
  5. +

    + Install the rpm. Any error messages? +

    +
  6. +
  7. +

    + start,stop,status Privoxy with + the specific script (e.g. /etc/rc.d/init/privoxy stop). Reboot + your machine. Does autostart work? +

    +
  8. +
  9. +

    + Start browsing. Does Privoxy + work? Logfile written? +

    +
  10. +
  11. +

    + Remove the rpm. Any error messages? All files removed? +

    +
  12. +
+
+
+ + + -

  1. Remove any existing rpm with rpm -e

  2. Remove any file that was left over. This includes (but is not limited to) -

    • /var/log/privoxy

    • /etc/privoxy

    • /usr/sbin/privoxy

    • /etc/init.d/privoxy

    • /usr/doc/privoxy*

  3. Install the rpm. Any error messages?

  4. start,stop,status Privoxy with the specific script - (e.g. /etc/rc.d/init/privoxy stop). Reboot your machine. Does - autostart work?

  5. Start browsing. Does Privoxy work? Logfile written?

  6. Remove the rpm. Any error messages? All files removed?

5.2. Test reports

Please submit test reports only with the test form -at sourceforge. Three simple steps: -

- Do not mail to the mailing list (we cannot keep track on issues there). -


PrevHomeNext
Coding Guidelines Releasing a New Version
\ No newline at end of file