pjs/webtools/testopia/testopia
ghendricks%novell.com e51193f82d Synching with revision 2385 2006-11-15 21:30:13 +00:00
..
css Comitting Testopia 1.1 beta 2006-10-05 21:11:04 +00:00
doc Updated documentation with Environment information. 2006-10-26 17:55:17 +00:00
dojo Comitting Testopia 1.1 beta 2006-10-05 21:11:04 +00:00
img Comitting Testopia 1.1 beta 2006-10-05 21:11:04 +00:00
js Added navigation links after something is updated to allow the user to go back to the object. 2006-10-30 22:29:32 +00:00
scripts
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 Bugzilla Bug 356146 - tr_install.pl fails on PostgreSQL 2006-10-20 18:56:30 +00:00
patch-2.22.1 Synching with revision 2385 2006-11-15 21:30:13 +00:00
testopia.drop.sql Comitting Testopia 1.1 beta 2006-10-05 21:11:04 +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