- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Bug Tracking System Class Diagram describes the structure of a Bug Tracking System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Bug Tracking System are Bugs, Projects, Managers, Testers, Developers, Bug Types.
Classes of Bug Tracking System Class Diagram:
- Bugs Class : Manage all the operations of Bugs
- Projects Class : Manage all the operations of Projects
- Managers Class : Manage all the operations of Managers
- Testers Class : Manage all the operations of Testers
- Developers Class : Manage all the operations of Developers
- Bug Types Class : Manage all the operations of Bug Types
Classes and their attributes of Bug Tracking System Class Diagram:
- Bugs Attributes : bug_id, bug_developer_id, bug_tester_id, bug_title, bug_type, bug_description
- Projects Attributes : project_id, project_developer_id, project_tester_id, project_name, project_assign, project_last_date, project_type, project_description
- Managers Attributes : manager_id, manager_name, manager_mobile, manager_email, manager_username, manager_password, manager_address
- Testers Attributes : tester_id, tester_name, tester_mobile, tester_email, tester_username, tester_password, tester_address
- Developers Attributes : developer_id, developer_name, developer_mobile, developer_email, developer_username, developer_password, developer_address
- Bug Types Attributes : bug_type_id, bug_type_title, bug_type_description
Classes and their methods of Bug Tracking System Class Diagram:
- Bugs Methods : addBugs(), editBugs(), deleteBugs(), updateBugs(), saveBugs(), searchBugs()
- Projects Methods : addProjects(), editProjects(), deleteProjects(), updateProjects(), saveProjects(), searchProjects()
- Managers Methods : addManagers(), editManagers(), deleteManagers(), updateManagers(), saveManagers(), searchManagers()
- Testers Methods : addTesters(), editTesters(), deleteTesters(), updateTesters(), saveTesters(), searchTesters()
- Developers Methods : addDevelopers(), editDevelopers(), deleteDevelopers(), updateDevelopers(), saveDevelopers(), searchDevelopers()
- Bug Types Methods : addBug Types(), editBug Types(), deleteBug Types(), updateBug Types(), saveBug Types(), searchBug Types()
Class Diagram of Bug Tracking System :
Class Diagram Image: