Testopia: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
(14 intermediate revisions by 6 users not shown)
Line 1: Line 1:
=== Overview ===
=== Overview ===
Testopia (formerly known as Testrunner) is a test case management extension for [[Bugzilla]].
Testopia is a full featured test case management extension for [[Bugzilla]].


=== News ===
=== News ===


 
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].
Version 1.2 is available from [ftp://ftp.mozilla.org/pub/mozilla.org/webtools/testopia/ FTP].
 
Testopia does '''not''' work on PostgreSQL. See https://bugzilla.mozilla.org/show_bug.cgi?id=358590 and https://bugzilla.mozilla.org/show_bug.cgi?id=358698, for example. We're looking for volunteers to fix these bugs.


Be sure to read the [[Testopia:README|README]] for installation and upgrade instructions.
Be sure to read the [[Testopia:README|README]] for installation and upgrade instructions.


If your database is MySQL and you run into trouble running checksetup.pl or tr_install.pl (i.e., you get a bunch of DBD errors), try dropping your bz_schema table and running checksetup.pl and then tr_install.pl. (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