1 / 7

CSCE 747 Software Testing and Quality Assurance

CSCE 747 Software Testing and Quality Assurance. Lecture 03b – Bug Tracking Systems. Bugzilla. Bugzilla is used by various big open source projects to track their bugs. For example, Linux kernel development team , Apache development team, GNOME development team uses bugzilla .

Download Presentation

CSCE 747 Software Testing and Quality Assurance

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CSCE 747 Software Testing and Quality Assurance Lecture 03b – Bug Tracking Systems

  2. Bugzilla • Bugzilla is used by various big open source projects to track their bugs. For example, • Linux kernel development team, • Apache development team, • GNOME development team uses bugzilla. • Red Hat also uses bugzilla to track the issues found in Red Hat Distribution system. • Bugzilla is written in Perl, and works on various databases including MySQL and Oracle.

  3. Bugzilla Features • Bugzilla Features: • Time tracking • Private attachment and commenting • Flexible reporting and charting. Including ability to to scheduled reports and receive it via email. • Add custom fields and workflows. • Additional Info: • Home Page: http://www.bugzilla.org

  4. Mantis . • The Mantis issue tracking system is written in PHP, and works on various databases including MySQL, MS SQL, PostgreSQL. • Mantis Features: • Source code integration • Time tracking • Issue relationship graph • Custom fields and workflow • Anonymous access • Additional Info: • Home Page: http://www.mantisbt.org • Stable Release: 1.2.2 • License: GNU v2

  5. Trac is written in Python. Apart from issue tracking, • it also provides wiki, and integration to subversion. • The web interface is very simplistic and easy to use. This also provides project management features including roadmap and milestone tracking. • Home Page: http://trac.edgewall.org/ • Stable Release: 0.12 • License: BSD

  6. 4. Redmine • Redmineis written in Ruby on Rails. Apart from tracking issues, it provides a full project management features. • Redmine Features: • Project management including Gantt chart • Project Wiki • Time Tracking • LDAP Authentication • Additional Info: • Home Page: http://www.redmine.org/ • Stable Release: 1.0.1 • License: GNU v2 Top 10 Open Source Bug Tracking System http://www.thegeekstuff.com/2010/08/bug-tracking-system/

  7. Others • Request Tracker • OTRS • EventNum- developed by the MySQL team, and written in PHP • Fossil • The Bug Genie • WebIssues

More Related