- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
本科毕业论文
(科研训练、毕业设计)
题 目:软件缺陷管理平台
——BMS开发
姓 名:
学 院:软件学院
系:
专 业:软件工程
年 级:
学 号:
指导教师(校内): 职称:副教授
指导教师(校外): 职称:工程师
年 月 日
软件缺陷管理平台
——BMS开发
摘要 软件缺陷管理平台(以下简称“BMS” )是为公司的内部项目质量管理度身定做的一套缺陷跟踪、管理、统计、分析工具。测试人员通过BMS可以将测试发现的每个缺陷都详尽地记录下来并指派给相关人员;与该项目相关的开发人员可以通过BMS查询自己工作部分存在的缺陷,及时对其进行修改或再转派;该项目的项目经理通过BMS来新建或关闭该项目的各版本及其模块并对整个项目开发及测试进行全程监控管理,确保该项目趋于完善。BMS采用Power Design工具进行数据库设计,SQL Server 2000作为开发的数据库平台,ASP技术进行界面设计,Jscript及JavaScript脚本语言进行服务器端与客户端的代码编写,ActiveX Data Objects (ADO)技术对数据库进行访问。本文就BMS的开发及其主要功能进行介绍,并结合实际使用情况分析还存在的问题及需要进行的改进情况。
关键词 缺陷、 缺陷管理系统、 测试、 质量管理、 错误报告
Abstract : The BUG management system (called “BMS” as follows) is a set of BUG management, statistics, analyzing tool which is made to meet the needs of companies. Testing personnel can record the BUG and send it to the related personnel by BMS. The personnel who take party in developing the project can via BMS to know how many BUGs exist in their works and modify them in time, or they can assign the BUG to others. The project manager comes through BMS to set up or close editions and modules of the project. The project manager also can supervise the whole project development and testing to insure the project tending to perfect by BMS. BMS development adopts Power Design for the database design, the SQL Server 2000 to be the development terrace of the database, the technique of ASP to design the interface, the Jscript and JavaScript languages to compile the code of the script files and the technique of ActiveX Data Objects (ADO)to visit the database. This paper main introduce the development and main functions of BMS. It also links the actual usage circumstance to analyze the problems which still exist or need to be improved.
Keyword: BUG, BMS, Testing, Quality control, Error report
目录
摘要 2
关键词 2
引言 6
1 BMS简介 6
1.1 什么是缺陷 6
1.2 什么是缺陷管理系统(BMS) 7
1.3 BMS的管理功能 7
1.3.1 用户管理 7
1.3.2 项目管理 8
1.3.3 BUG管理 8
1.4 BMS的特点 10
1.4.1 即时通知——迅速的解决BUG 10
1.4.2 不同用户权限不同——保障信息安全
文档评论(0)