软件缺陷管理系统的设计与实现
发布时间:2021-07-13 15:56
软件错误的早期发现、跟踪、控制和有效管理已成为提高软件质量、保证系统正常运行的重要手段。商业缺陷管理软件的成本更高,但一些开源缺陷管理如Bugzilla在满足实际需求方面或多或少存在不足。研究发现,这些开源工具具有一定的冗余功能,实际使用过程复杂,图片只能以附件的形式上传,缺陷统计功能弱,数据导出和迁移存在问题等。本文设计并实现了一个适用于小型软件研发团队的轻量级软件缺陷管理系统,该系统采用SSM(Spring+Spring MVC+Mybatis)开源框架进行开发,实现了对不同角色缺陷的跟踪和管理。本文介绍了该项目的主要功能。1.在开发期间提交所有角色的缺陷2.缺陷细节,便于跟踪3.视觉缺陷统计结果测试人员可以提交缺陷,开发人员可以查看分配给修复缺陷的任务,在完成项目组长分配的修复缺陷任务后修改缺陷状态,并提交项目组长进行缺陷确认。通过提供可视化的缺陷统计结果,轻量级软件缺陷管理系统是一种可以洞察代码或文档质量级别的方法。为了确保过程的统一和标准化,该工具在适当的缺陷生命周期后有效地处理和控制缺陷,在其生命周期内达到不同的状态。通过将一个轻量级的软件缺陷管理系统应用到一些小型开发团队...
【文章来源】:西南科技大学四川省
【文章页数】:70 页
【学位级别】:硕士
【文章目录】:
摘要
ABSTRACT
Chapter1 Introduction
1.1 Background and significance of the topic
1.2 Research status of the topic
1.3 Design objectives and Technical requirements of the project
1.4 Main tasks of the project
Summary
Chapter 2 System Requirements Analysis
2.1 System User Analysis
2.2 System Function Requirements Analysis
2.3 System Business Process Analysis
2.4 System Non-Functional Requirements Analysis
Summary
Chapter3 System Overview Analysis
3.1 System Function Structure Design
3.2 System Architecture Design
3.3 Database Design
Summary
Chapter4 Detailed Design and Implementation of the System
4.1 Submission of Defects
4.2 Assign Defect Repair Tasks
4.3 Repair Defects
4.4 Search for Defects
4.5 View Project Details
4.6 View Defect Details
4.7 Modifying Users
4.8 Chart Statistics
4.9 Deletion of Defects
Summary
Chapter5 TEST AND ANALYSIS
5.1 Test Environment
5.2 Function Test
5.3 Performance Test
5.4 Security Test
5.5 Compatibility Test
5.6 Basis of comparison
Summary
CONCLUSION
LIMITATIONS
ACKNOWLEDGEMENT
REFERENCES
本文编号:3282360
【文章来源】:西南科技大学四川省
【文章页数】:70 页
【学位级别】:硕士
【文章目录】:
摘要
ABSTRACT
Chapter1 Introduction
1.1 Background and significance of the topic
1.2 Research status of the topic
1.3 Design objectives and Technical requirements of the project
1.4 Main tasks of the project
Summary
Chapter 2 System Requirements Analysis
2.1 System User Analysis
2.2 System Function Requirements Analysis
2.3 System Business Process Analysis
2.4 System Non-Functional Requirements Analysis
Summary
Chapter3 System Overview Analysis
3.1 System Function Structure Design
3.2 System Architecture Design
3.3 Database Design
Summary
Chapter4 Detailed Design and Implementation of the System
4.1 Submission of Defects
4.2 Assign Defect Repair Tasks
4.3 Repair Defects
4.4 Search for Defects
4.5 View Project Details
4.6 View Defect Details
4.7 Modifying Users
4.8 Chart Statistics
4.9 Deletion of Defects
Summary
Chapter5 TEST AND ANALYSIS
5.1 Test Environment
5.2 Function Test
5.3 Performance Test
5.4 Security Test
5.5 Compatibility Test
5.6 Basis of comparison
Summary
CONCLUSION
LIMITATIONS
ACKNOWLEDGEMENT
REFERENCES
本文编号:3282360
本文链接:https://www.wllwen.com/kejilunwen/ruanjiangongchenglunwen/3282360.html