pjs/webtools/testopia/testopia
ghendricks%novell.com dba4a5b959 Cleanup code from code review. 2007-03-12 23:06:34 +00:00
..
css Added access controls to test plans. Users must now either be a member of the Testers group, added to a plan via regular expressions, or added explicitly to modify plans and their objects. 2007-02-06 00:02:16 +00:00
doc Rtf manual 2007-03-03 01:16:47 +00:00
dojo renamed README 2006-12-01 20:54:46 +00:00
img Sync with 2499 Testopia 1.1.2 2006-12-20 17:01:20 +00:00
js Cleanup code from code review. 2007-03-12 23:06:34 +00:00
scripts Removed tabs 2007-02-07 21:53:57 +00:00
tools Added readme instructions for downloading patch.exe 2006-10-13 17:02:23 +00:00
ChangeLog
README Updated readme and removed a broken link 2006-10-05 23:24:41 +00:00
environment.dtd Comitting Testopia 1.1 beta 2006-10-05 21:11:04 +00:00
patch-2.20
patch-2.22 fixed error in patch 2.22 2007-02-01 23:50:57 +00:00
patch-2.22.1 error in the patch 2007-02-01 22:17:43 +00:00
testopia.insert.sql Comitting Testopia 1.1 beta 2006-10-05 21:11:04 +00:00

README

Welcome to Testopia!

Testopia is a test case management extension for Bugzilla. It is designed to 
be a generic tool for tracking test cases, allowing for testing 
organizations to integrate bug reporting with their test case run results. 
Though it is designed with software testing in mind, it can be used to track 
testing on virtually anything in the engineering process.

=== Requirements ===
* Bugzilla 2.22 or 2.23

Testopia is an extension to Bugzilla. This means that if you have one of the
supported versions of Bugzilla installed, you are all set to install Testopia.
Testopia has been tested and is known to work with Bugzilla on Linux running
MySQL. To my knowledge there is nothing that would prevent it from working on
Windows installations or with PostgreSQL databases, however these have not been
tested.

=== Installation ===
                                    Linux
   From the tarball:
If you are installing Testopia from the release tarball, simply expand the
tarball in your bugzilla top level directory. On linux this would look
something like this:

  $> cp testopia-<version>.tar.gz /path/to/bugzilla
  $> cd /path/to/bugzilla
  $> tar xzvf testopia-<version>.tar.gz

You then need to run tr_install.pl followed by checksetup.pl, and follow any
instructions that they produce.

  From CVS
If you want to install the latest code from CVS you will need to do the 
following:

1. Check out the CVS code in a temporary location

  $> export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
  $> cvs login
  (Logging in to anonymous@cvs-mirror.mozilla.org)
  CVS password: anonymous

  $> cvs co Testopia

2. You will now make a tarball of the source. If you like to update your 
Bugzilla from CVS, be sure to delete the top level CVS direcory first.

  $> cd mozilla/webtools/testopia
  $> rm -rf CVS
  $> tar cvf /tmp/testopia.tar .

Once you have your tarball, follow the instructions above to untar it into your
Bugzilla directory and run tr_install and checksetup. The last step is to 
install the dojo libraries:

  $> cd path/to/bugzilla/testopia/
  $> svn co http://svn.dojotoolkit.org/dojo/trunk/ dojo

Congratulations, you should be able to see the Testopia links at the bottom of
your bugzilla pages. 

                                  Windows
Good question. For the most part it should work the same as on Linux, 
substituting the appropriate paths and commands. Unfortunately I don't have
a good Windows setup to try it on.

=== Upgrading from 1.0 ===

NOTE: This should only be done on a Bugzilla 2.22 installation

1. Untar the testopia files.
2. Remove testopia/tr_patch_successful
3. run patch -p2 -i testopia/patch-2.22
   Answering no when it asks to apply -R
4. run tr_install.pl -nopatch
5. run checksetup.pl

=== Getting Help ===

First you should consult the documentation. You can reach it by clicking the 
Help link on your installation or by visiting:

    http://wiki.mozilla.org/Testopia:Documentation

Questions can be asked on the mailing list: 
    
    support-webtools@lists.mozilla.org
    
or in the IRC channel at: 
    
    irc.mozilla.org/mozwebtools

The latest news and info can be found at the project homepage:

    http://www.mozilla.org/projects/testopia