--- title: Testopia slug: Mozilla/Bugzilla/Testopia translation_of: Mozilla/Bugzilla/Testopia ---
Testopia es un administrador de casos de prueba, el cual maneja extensiones para interactuar con Bugzilla. Testopia está diseñado para ser una herramienta genérica para el seguimiento de casos de prueba, permitiendo a las organizaciones realizar las pruebas de software e integrar reportes de defectos encontrados, así como el resultado de los caso de prueba. Testopia está diseñado desde el punto de vista de la actividad de pruebas, este puede ser usado para llevar el seguimiento de pruebas, así como el seguimiento virtual de cualquier proceso de ingenieria.
Estas versiones soportan Bugzilla 4.2 y la mejor noticia es que no requerirá mas un patch para Bugzilla. Si estas actualizando, por favor revierte el parche de la versión existente antes de instalar. Una instalación nueva solo requiere que descomprimas el tarball en tu directorio raiz de Bugzilla y corras un checksetup. Gracias a LpSolit del equipo Bugzilla por su esfuerzo en hacer esto posible.
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.
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.
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):
patch -p0 -i extensions/testopia/patch-3.6
To upgrade an existing Testopia installation you follow the same steps only you need to first REVERSE the old patch BEFORE untarring the files. If upgrading Bugzilla at the same time, this should be done before that as well..
patch -p0 -R -i extensions/testopia/patch-<version>
Where <version> represents the version of the patch you have applied (Bugzilla version).
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
User preferences
Notification emails
More Reports
See the Roadmap and Bug List for more details.
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
Greg Hendricks
Vance Baarda (former developer)
Ed Fuentetaja (former developer)