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.
Testopia 2.4 - Important notice!
If you are upgrading on a case sensitive filesystem you must remove the existing testopia folder in the extensions directory. If you have made modifications to the testopia source code, you will need to merge them into the new Testopia folder (capital T). If you are on Windows or another case insensitive file system you should first rename the folder (testopia-old for example) and then unzip the tarball. You can then merge your changes before deleting the old version.
API USERS TAKE NOTE: Positional parameters are now deprecated. All params should now be sent in a hash (struct, dict, hashmap or whatever your language of choice calls key, value pairs). Though all attempts have been made to provide continuing support for positional parameters, please be aware that some API calls may fail until you make this change. Also, future versions may remove this support completely.
As always please backup your installation before attempting to install or upgrade.
Integration Points
Testopia integrates with Bugzilla products, components, versions, and milestones to allow a single management interface for high level objects.
Testopia allows users to login to one tool and uses Bugzilla group permissions to limit access to modifying test objects.
Testopia allows users to attach bugs to test case run results for centralized management of the software engineering process.
Features for version 2.4 (Bugzilla 3.6.x)
- Bugzilla 3.6 support
Features for version 2.3 (Bugzilla 3.4.x)
- Support XML export and import of test plans and children
- Support CSV export of test cases and results.
- New reports: worst offender and case roll-up
- Set priorities on indidual case-runs
- New clone options
- Uses the latest Extjs 3.0 library
- Converts Testopia into a true Bugzilla extension
- Numerous bug fixes
Features for version 2.2 (Bugzilla 3.2 and 3.0.x)
This release is primarily a bug fix release and to make Testopia compatable with Bugzilla 3.2 and Bugzilla 3.0.6. Please be sure to download the correct package based on your Bugzilla version.
To install, do the following (see the README for more detailed instructions):
- Untar the Testopia 2.4 tarball inside your Bugzilla directory.
- Patch the Bugzilla files.
On Linux systems it should look something like:patch -p0 -i extensions/testopia/patch-3.6 - Run checksetup.pl
patch -p0 -R -i extensions/testopia/patch-<version>
Where <version> represents the version of the patch you have applied (Bugzilla version).
Requirements
As our development has moved forward, we have decided to try to keep abreast of the latest stable release from Bugzilla (currently 3.4). This gives us a stable code base to work from. Developing plugins or extensions for any software is like trying to hit a moving target. This decision allows us to focus our time more on releasing new features often and early rather than back porting. However, this means that most major feature will not be back ported to earlier versions unless and until we have time to do so. Anyone wishing to help in this effort is more than welcome.
Bugzilla 3.6.x
Mysql 5.0 or PostGres 8.1.x
Mozilla compatible browser ;-)
Additional Perl Modules: Text::CSV XML::Schema Validator XML::Schema::Parser (for importer) and JSON 2.10
TODO
User preferences
Notification emails
More Reports
Links
Bugs (Please read the Bug Reporting Guide)
Official Testopia Blog
IRC: #testopia or #mozwebtools
User Help support-webtools@lists.mozilla.org
Developers dev-apps-webtools@lists.mozilla.org
Downloads
Developers
Greg Hendricks
Vance Baarda (former developer)
Ed Fuentetaja (former developer)