top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Is there any test suit for Bugzilla validation open to the public?

+3 votes
417 views

Is there any test suit (manual or automatic) for Bugzilla validation open to the public ? If I customize Bugzilla code, how could I validate it ?

posted Apr 23, 2014 by Rameshwar

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+2 votes

Basic tests are in t/. They only test your code and do not interact with your DB at all. To run them, type: runtests.pl

More complex tests are available at http://git.mozilla.org/?p=bugzilla/qa.git;a=summary but be aware that these tests will heavily interact with your DB, and so shouldn't be used in a production environment. To use them, read

https://wiki.mozilla.org/Bugzilla:QA

answer Apr 23, 2014 by Deepankar Dubey
Similar Questions
+1 vote

I want to send a mail to each user giving a list of open issues on that day. Can you please help with configuring the same

0 votes

I want to give product wise access to users.

Product User Access
ABC Amol Yes
XYZ Amol No
PQR Manoj Yes

Currently when I click on the "New" bugzilla is showing all the created products.

Please help me to solve this issue.

+3 votes

Can someone explain how to configure "Enable tags for bugs" in 4.5.6 version of Bugzilla.

...