Testopia: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
(27 intermediate revisions by 9 users not shown)
Line 1: Line 1:
=== Overview ===
=== Overview ===
Testopia is a test case managment extension for [[Bugzilla]] (formerly known as Testrunner).
Testopia is a full featured test case management extension for [[Bugzilla]].
 
=== News ===
=== News ===
Testopia 1.1 is now ready for beta testing. What does that mean? Well, it means it is available but not fully tested yet. You can get it from [http://landfill.mozilla.org/testopia/testopia-1.1-beta.tar.gz landfill].


'''Important!''' Testopia 1.1 will '''not''' work on PostgreSQL. In fact, it will destroy a PostgreSQL bugzilla installation. We are working on that problem.
Version 2.4 (Bugzilla 3.6/4.0) and Version 2.5 (Bugzilla 4.2/4.4) are available from [https://ftp.mozilla.org/pub/mozilla.org/webtools/testopia/ FTP].


Be sure to read the [[Testopia:README|README]] for tips on upgrading your 1.0 installation.
Be sure to read the [[Testopia:README|README]] for installation and upgrade instructions.


If you run into trouble running checksetup and get a bunch of DBD errors, try blowing away your bz_schema table and running tr_install. (But do '''not''' try this on PostgreSQL.)
'''Testopia 2.0 and above NOW REQUIRES JSON 2.10'''
You will need to update to the latest version of JSON from CPAN. Also recommended is JSON::XS which will boost performance.


=== Links ===
=== Links ===

Latest revision as of 18:17, 23 December 2015

Overview

Testopia is a full featured test case management extension for Bugzilla.

News

Version 2.4 (Bugzilla 3.6/4.0) and Version 2.5 (Bugzilla 4.2/4.4) are available from FTP.

Be sure to read the README for installation and upgrade instructions.

Testopia 2.0 and above NOW REQUIRES JSON 2.10 You will need to update to the latest version of JSON from CPAN. Also recommended is JSON::XS which will boost performance.

Links