Bugzilla

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

Defect Tracking Tools

Features of any Defect Tracking tool are


Creating a project, Build version, Module / Component, Access to project Users
Adding a Defect
Update status of the Defect
Auto sending of an E-mail to concerned members when Defect status is changed
Various Reports
Defect tracking tool e.g. Bugzilla ,Quality Centre
Defect status names and life cycle implementation may slightly differ company to
company
All defect tracking tools provide facility to define Defect Statuses and Status
change process.
notepad notes
1. Bugzilla
- This is a Defect Tracking Tool.
- All the defects can be maintained at a central
location with the help of Bugzilla.
- Features
-> Creating projects
-> Adding users
-> Security is maintained
-> Version control
-> Communication-notify by email when new bug added/find,

practicals-

1. Launching Bugzilla

http://192.168.5.33/bugzilla/

2. 3 User Roles
- Admin
- Tester
- Developer

3. Admin credentials
- username -> tester@profoundedutech.com
- password -> tester

4. Flow for Bugzilla

1. Admin
- Add Users [Tester and Developer]
- Add Project

2. Tester
- Add Defects

3. Developer
- Update status of Defect

Steps to add users-


1. Log in as Admin
2. Click on Administration link
3. Click on Users link
4. Click on "add new user" link
5. Click on Add button
6. Click on editbugs check boxes
7. Click on Save changes button
Similarly add a developer

1. Login as Tester
2. Click on File a Bug
3. Click on your project name
4. Fill in all details
5. Mark status as Confirmed
6. Click on Save button

1. Login as Developer
2. Click on Search
3. Select product and click on Search
4. Click on Bug ID
5. Write additional comments
6. Change the status to Resolved and Fixed
7. Click on Save changes button.

You might also like