广州大学华软软件学院毕业论文(设计)课题名称 基于软件测试的缺陷管理系统的设计与实现 —— 基本业务管理与信息统计分析模块 学 院 华软软件学院 系 别 软件工程系 专业班级 软件开发 2 班 学生姓名 冯名诗 学 号 0740112244 指导老师 林平荣 日 期 2025 年 4 月 10 日 摘要: 软件测试近些年来在国内的进展非常快速,它可作为企业软件项目开发中的软件质量和项目管理的监控技术,逐渐成为企业软件开发的成败直接挂钩的项目过程。FGWBMS软件缺陷管理系统开发目的旨在建立一个以微软的ASP.net MVC2与MSSQL Server 2025为基础,符合CMMI对于软件缺陷管理功能,而且轻量、精致的软件缺陷管理系统(BMS)。软件缺陷管理为本系统的主要应用目标,同时能够满足不同用户群(如项目经理、测试人员、开发人员)的流程控制,提供足够灵活的接口是实现上述需求的关键。本论文主要介绍了基于 B/S 模式软件缺陷管理系统的 MVC2 三层模式与 ADO.NET Entity Framework(EF)混合开发架构的基本业务与信息统计分析模块的设计与实现,侧重点放在了讨论这个程序的需求分析、设计、实现及所用到的项目管理知识。对维护人员提交的缺陷报告仔细鉴定、筛选、分类,进入不同的处理流程,以获得真正的缺陷跟踪数据。关键词: MVC2,软件缺陷,BMSAbstract: Software testing develops very fast in recent years domestically. It can be used as the monitoring technology of software quality and project management in the development of enterprise software project, and gradually becomes the project process tied to the success or failure of enterprise software development.The development aim of FGWBMS is to establish a lightweighted and delicated BMS based on Microsoft's asp.net MVC2 and MSSQL Server 2025 to which accords with the function request of CMMI. The main application target of the system is to manage the software defect as well as satisfy different user groups’ (such as the project manager, testers, developers) process control above which is achieved mainly by providing the interface flexible enough.This paper mainly introduced MV...