Skip to content

Iptv Assist

Learn More from us

Menu
  • HOW TO
  • Firestick
  • Chromecast
  • PC Apps
  • Lg Smart TV
  • IPTV Services
  • Automation Testing
  • Smart TV
  • Software Testing Tools
  • Contact Us
Menu

Bugzilla Tutorial: Defect Management Tool Hands-on Tutorial

Posted on March 19, 2023

Best Iptv Service Provider 2023 With 40k+ Channels And 100k+ VOD . 24/7 Suppport . Paypal Supported

Bugzilla is an open-source Bug tracking tool. Many companies are using this open-source tool for managing the software development process.

Best Iptv Service Provider 2023 With 40k+ Channels And 150k+ VOD . Hurry Up

Bugzilla is a defect/bug tracking tool. Defect tracking systems allow developers and testers to track all the outstanding defects. Bugzilla can be linked to other testing tools like JIRA, QC or ALM, etc.

Recommended IPTV Service Providers

  1. IPTVGREAT – Rating 4.8/5 ( 600+ Reviews )
  2. IPTVRESALE – Rating 5/5 ( 200+ Reviews )
  3. IPTVGANG – Rating 4.7/5 ( 1200+ Reviews )
  4. IPTVUNLOCK – Rating 5/5 ( 65 Reviews )
  5. IPTVFOLLOW -Rating 5/5 ( 48 Reviews )
  6. IPTVTOPS – Rating 5/5 ( 43 Reviews )

 

Bugzilla is developed in Perl and runs on an MYSQL server.

Bugzilla Defect Management Tool

What You Will Learn:

  • Hands-On Bugzilla Tutorial
    • Important Features of Bugzilla
    • Bugzilla System Requirements
    • Logging in to Bugzilla
    • File a Bug

Hands-On Bugzilla Tutorial

Important Features of Bugzilla

  • Search option with advanced features.
  • Email notifications for any changes in the bug report.
  • History of all the changes
  • Can link different defects for tracking purposes.
  • Attachment support
  • Secured
  • A stable backend system to store and retrieve all the data.
  • Various interfaces like Web and console.
  • Customizable user interface
  • Many configuration options useful for projects.
  • Easy and stable upgrade and maintenance.

Bugzilla System Requirements

Bugzilla is freeware, and the installation includes certain procedures.

It basically requires:

  • Perl
  • Database Engine (MySQL, Postgre SQL. Oracle),
  • Web server (Any web server that can run CGI scripts)
  • Bugzilla Files
  • Perl Modules
  • Mail Transfer Agent

NOTE: To explore the features of Bugzilla, please create a new account at this link – Bugzilla Test On Mozilla.

Logging in to Bugzilla

The Welcome page will look as shown below.

Welcome page of BugZilla Tool

If you are first time user, then click on Open a New Account.

Open a New Account

Enter the Email id with which you want to log in and click Send. A confirmation email will be sent.

Enter a Email id

Click on the link in the email to continue setting the password.

Continue Settings

Enter the password and click on Create. You will be automatically logged in and the page will be displayed as below.

logged in a page

This is your Home Page. Let us now look into the icons present in the Home Page viz File a Bug, Search, User Preferences, and Quick Search.

File a Bug

1) Click on File a Bug icon and the page will navigate to the below page.

File a Bug

On this page, you can see all the product classification headers that are available to the user.

2) Now click on All. This will show you all the products that are present in each of the classification headers.

All links

3) Now click on the product in which you want to log a bug. In this tutorial, we will consider the Food Replicator product from the Unclassified header.

The user is now entering Bug for the FoodReplicator screen.

Enter Bug for Food Replicator

The fields present in the default bug screen include:

  • Product – Which we selected on the previous page.
  • Component – Each product can be split into one or more components based on the use or functionality, etc.
  • Version – Version of the product in which the bug was detected.
  • Reporter – Email id of the person logging the bug.
  • Severity – Severity of the bug
  • Hardware and OS – Machine details from which bug is logged.
  • Summary – To summarize the bug.
  • Description – A complete description of the bug.
  • Add an attachment – To provide any supporting file as an attachment.
  • Submit a Bug – To submit the bug and create a Bug ID.

Now let’s see which fields are present in the Advanced View. Click on Show Advanced Field Link on the screen.

Advanced view Fields

As seen on the screen above, you can provide all this extra information in your bug.

Possible Duplicates: Let us revert to our default page and type in “test” in the summary text box. Now Bugzilla fetches you any possible duplicate defects that are associated with the Summary that we typed in.

Possible Duplicates

Now click on Add me to the CC List. It will open the bug details along with who all are present in the mailing list for the bug.

Add me to the CC List

Add me to the CC List 1

No Duplicates: Enter the details for the bug and click Submit Bug.

Details for the bug

Details for the bug 1

Now let’s see the Search icon on the Homepage.

Search

Search icon on Homepage

Simple Search

Simple Search

  • Status  – Provide bug status
  • Product – In which product component it is present.
  • Words – Any particular string to search

Click on Search. It will populate all the results for the search criteria mentioned.

All the results for Search criteria

Now when we scroll down to the bottom, there is an option to remember these search criteria.

Option to Remember

Provide your search name and click on Remember Search.

Click on Remember Report

When you go back to the Home Page, the search that we saved is reflected in “My Bugs section”.

My Bugs section

Advanced Search

There are a lot of search criteria to filter out in Bugzilla. Each of the sections is shown below in the Advanced Search option.

Advanced Search

Advanced Search 1

Advanced Search 2

Exporting the Data from Bugzilla

You can export the search results from Bugzilla CSV or XML formats.

Exporting the Data from Bugzilla

User Preferences

User Preferences

There are many customizations that can be done in Bugzilla.

General Preference

General Preference

Email Preference: Here, the user can set any notifications emails they want to receive.

Email Preference

Saved Searches: Here we can access the searches that have been saved by the user. Also, we can use the other saved searches present in the particular Bugzilla server.

Saved Searches

Account Information: To manage the account’s password information.

Account Information

Permissions: Gives details about what are the permissions available for the user logged into the system.

Permissions

Reports

Bugzilla has a lot of filter options, using which we can generate customized reports.

The fields that are present in generating a report are:

  • Vertical Axis – Any field that is represented along your Y-axis.
  • Horizontal Axis – Any field that is represented along your X-axis.
  • Multiple Tables – Defines how the report generated will be grouped.

Let us generate a report and see how Bugzilla interprets the options.

Generate a report

Now, give the values in Vertical Axis -Assignee, Horizontal Axis-Bug ID field, and multiple tables-Status.

Enter some string for the search and click on Generate Report.

The report generated looks as shown below.

Report generated

Report generated continue

So the report is grouped based on the field specified in the Multiple Tables field and the respective X and Y-axis have been populated.

Now, at the page’s bottom, there is an option for the user to view the same report in Bar chart, Line Chart, or a CSV format report.

CSV format report

Also, the user can save the report using the Remember Report option at the bottom of the page.

Enter a report name and click on Remember Report.

Click on Remember Report

The Report gets reflected on the Homepage.

Report reflection

Reference: Bugzilla

We hope this tutorial would have enriched your knowledge of Bugzilla. Please share your thoughts in the comments section below.

Related

Best Iptv Service Provider 2023 With 40k+ Channels And 150k+ VOD . Hurry Up

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • IPTV List: Best iptv lista 2023
  • IPTV Premium: Best Premium IPTV Service Provider List And Benefits
  • Nikon IPTV Review: Over 10,000 Live Channels for $12/Month
  • Iptvwings. Com Review: +18000 Live IPTV Channels ,+70000 Movies, +40000 TV show For $15/1 month
  • IPTVUNO Review: More Than 16000 Live TV channels, 55,000 Movies & VOD For $15/Month

Recent Comments

  1. IPTV List: Play lista iptv 2022 - Iptv Assist on Best IPTV Player in 2023 for Watching Live TV
  2. Cola IPTV – Over 18,000 Live Channels for $12/Month - Iptv Assist on FileLinked – How to Install on Firestick/Fire TV and Android Devices
  3. Cola IPTV – Over 18,000 Live Channels for $12/Month - Iptv Assist on 50+ Best IPTV Service Providers for Streaming Live TV 2023
  4. XoomsTV IPTV – Over 11,000 Channels & VOD for Under $13/Month on Best VPN for IPTV in 2023 and How to Install on Firestick/Android
  5. Voodoo Streams IPTV Review – Over 12,000 Channels for $11/Month - Iptv Assist on Dynasty TV IPTV Review – Over 6,000 Channels for $10/Month

Archives

  • March 2023

Categories

  • Activate
  • Agile Testing
  • Alternatives
  • Android
  • APK
  • Apple TV
  • Automation Testing
  • Basics of Software Testing
  • Best Apps
  • Breakfast Hours
  • Bug Defect tracking
  • Career in Software Testing
  • Chromebook
  • Chromecast
  • Cross Platform
  • Database Testing
  • Delete Account
  • Discord
  • Error Code
  • Firestick
  • Gaming
  • General
  • Google TV
  • Hisense Smart TV
  • HOW TO
  • Interview Questions
  • iPhone
  • IPTV
  • IPTV Apps
  • Iptv Service SP
  • IPTV Services
  • JVC Smart TV
  • Kodi
  • Lg Smart TV
  • Manual Testing
  • MI TV
  • Mobile Testing
  • Mod APK
  • newestiptv.com
  • News
  • Nintendo Switch
  • Panasonic Smart TV
  • PC Apps
  • Performance Testing
  • Philips Smart TV
  • PS4
  • PS5
  • Python
  • QA Certifications
  • QA Leadership
  • QA Team Skills
  • Quality Assurance
  • Reddit
  • Reviews
  • Roku
  • Samsung Smart TV
  • Screenshot
  • Selenium Tutorials
  • Sharp Smart TV
  • Skyworth Smart TV
  • Smart TV
  • Soft Skills For Testers
  • Software Testing Templates
  • Software Testing Tools
  • Software Testing Training
  • Sony Smart TV
  • Sports
  • Streaming Apps
  • Streaming Devices
  • Tech News
  • Test Management Tools
  • Test Strategy
  • Testing Best Practices
  • Testing Concepts
  • Testing Methodologies
  • Testing News
  • Testing Skill Improvement
  • Testing Tips and Resources
  • Toshiba Smart TV
  • Tutorials
  • Twitch
  • Types of Testing
  • Uncategorized
  • Vizio Smart TV
  • VPN
  • Web Testing
  • What is
  • Xbox
©2023 Iptv Assist | Design: Newspaperly WordPress Theme