Testopia:FAQ
FAQ
Q: When trying to access the tr_xmlrpc.cgi, I get an error "can't locate Bugzilla/WebService.pm in @INC"
A: Testopia decided to jump the gun a little and provide a webservice even before Bugzilla's became generally available. Since Testopia's webservice relies on Bugzilla's webservice you will have to install the Bugzilla web service files yourself. They can be found at http://lxr.mozilla.org/bugzilla/source/Bugzilla/
You will need the WebService.pm file installed in your Bugzilla directory. You may also need the files cantained in Bugzilla/WebService specifically User.pm and Product.pm.
Q: How do I make Firefox stop giving me a warning labeled "Warning: Unresponsive Script" when I am using Testopia?
A: To make this stop type "about:config" with out the quotes in your address line of Firefox. Then double left click on "dom.max_script_run_time" and change it to 30 and click ok.
Q: tr_install fails with "Not a reference at Bugzilla/DB/Schema.pm".
A: Try dropping the bz_schema table and running checksetup before trying to run tr_install.pl again. IMPORTANT Do not try this on Postgres as it can have dire consequences.
Q: After update or fresh install of 1.1 Beta on Bugzilla 2.22 on Fedora 4 core or any Selinux enable distrubution, I get "Internal server error" and log file shows "Can't locate Bugzilla/DB/Schema.pm in @INC"?
A: Make sure that you have the correct group and permissions set on your bugzilla directory and sub directories. Then in a terminal window go to the top folder of your Bugzilla install and type "restorecon -Rv *" , without the qoutes.
Q: tr_install complains that the patch failed for Testopia 1.0 on Bugzilla 2.22
A: There is a fixed patch available for 1.0-RC1 on Bugzilla 2.22 here
Q: tr_install says to use testopia/tools/patch.exe but there is no such file
A: You can get it from here
Q: Why don't you support Bugzilla version 2.xx?
A: Testopia is still under very rapid development. It is currently being developed against a modified version of Bugzilla 2.22. This means each and every change already has to be "ported" to the vanilla version of 2.22 before it can be made generally available. Since my time is rather limited, I have chosen to place more emphasis on new features and making them stable against a stable branch first. Once things have cooled down I hope to be able to port them to other versions of Bugzilla. If you have taken the time already to make Testopia work with your installation, I would be happy to include it in future releases.
Q: Testopia would be so much better if it did XYZ
A: I agree. It would even be better with PDQ or ABC too. Chances are there is a bug on it. If not, log one here
Back to Testopia