Testopia: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
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.0 is available from [ftp://ftp.mozilla.org/pub/mozilla.org/webtools/testopia/ FTP].
Version 2.0 RC2 is available from [ftp://ftp.mozilla.org/pub/mozilla.org/webtools/testopia/ FTP].


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.


'''JSON 2.01 IS NOT COMPATIBLE WITH TESTOPIA'''
'''Testopia 2.0 RC2 NOW REQUIRES JSON 2.10'''
The JSON 2.01 perl module was recently released on CPAN and is not compatible with Testopia currently. See [https://bugzilla.mozilla.org/show_bug.cgi?id=409309 Bug 409309]
You will need to update to the latest version of JSON from CPAN. Also recommended is JSON::XS which will boost performance.
 
You will need to install 1.14 instead. it can be downloaded from [http://search.cpan.org/~makamaka/JSON-1.14/ HERE]


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

Revision as of 22:41, 24 June 2008

Overview

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

News

Version 2.0 RC2 is available from FTP.

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

Testopia 2.0 RC2 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