Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 756 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 756 Bytes

BUG TRACKING DATABASE

The bug system allows both the testers and developers team to report and manage bug reports

  • It contains bug reports that provide the project management the information they need to decide when and whether to fix the bug.
  • Provide a form that allows us to report and manage specific bugs, as a set of stored reports.
  • Allows automatic sequencial bug numbering

Missing Attributes

  • Serverlity
  • Priority
  • Status
  • State
  • Estimated fix date

To Do

  • Add missing attributes
  • Create UI using javafx or Swing
  • Create an alert function to remind user when fix date is reach.
  • Create insightful bug reports

Tools

  • Java
  • Java FX
  • PostgreSQL

References: Managing the test process by Rex Black.