Everything about Bugzilla

 Hi, I’m Kishen Deemud. In this article I will explain everything about Bugzilla.


What is Bugzilla?


Bugzilla is an open-source tool use to track bugs and issues of a project or software. It was written by Terry Weissman. Written in Perl and uses MySQL database. And originally developed and used by the Mozilla project, and licensed under the Mozilla Public License. It help students, developers and other stakeholders to keep track of outstanding problems with their product.


Terry Weissman


Importance of Bugzilla

  • Since it’s a defect tracking tool , it can be used as a test management tool and we can easily link it with other test management tools like Quality center, Test link and etc.

  • Bugzilla as a bug tracking tool let users to stay connected with their clients and employees to communicate about their problems effectively throughout the data management chain.

  • Bugzilla is used to report bugs in products of Mozilla since Bugzilla is a product of Mozilla.


Key usages of Bugzilla
  • Email Notifications
  • Time Tracking
  • Advanced Search Capabilities
  • Strong Security
  • Localization


Setup

  • NO local installation needed.
  • Need to create an account using our GitHub credentials or email.


How to File a Bug?


Step 1


First, you need to go Bugzilla home page and create an account.

Then click the New Bug button.



Step 2


Now you can select the product that has the bug. (In this example, I select Firefox)



Step 3


Then summarize your issue or request in one sentence and click the Find similar issues button.


Then you can see similar issues related to your bug. If it is not there… You can select My issue is not listed button.


Click the My issue is not listed button and it will navigate you to Enter A Bug form.



Step 4


So then… fill out this form clearly, and click the Submit Bug button.



Step 5


After clicking the Submit Bug button. It will create the bug ID and show us everything related to that bug. If you want, you can edit or get a summary on that.



So I hope you understand my explanation about Bugzilla. Thank you!

Comments

Popular posts from this blog

Useful React Libraries

What is Docker?