bug追踪系统设计与实现解析

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

摘要

随着社会的快速发展,计算机应用逐渐深入到了人们的生活和工作中,逐渐地人们已经离不开计算机,伴随着计算机的快速发展,软件测试成为了计算机软件行业发展的重中之重。

现在计算机软件已经深入到了社会的各个层次,还全面渗透到各行各业。现在所有的职业都需要拥有计算机操作技能,并且有些公司需要员工熟练掌握一定的软件应用(Excel,Powerpoint等),随着计算机技术的飞速发展,计算机成为了除人力以外的另外一种生产力,将社会发展成了信息化社会,推动了人类社会的发展。

软件Bug追踪系统主要是在Myeclipse上用JSP编写的。用了

SQLServer2000作为后台数据的管理,本文主要介绍怎么利用JSP和框架来开发软件Bug追踪系统的设计方法。软件Bug追踪系统主要实现了登录首页管理、项目信息管理、用户信息管理、修改项目BUG、用户个人信息管理、帮助信息等.统计缺陷率,修复率,缺陷原因发生率来反映程序员在哪方面的能力还欠缺,从而指导进行哪些方面的培训工作,进一步提高整个项目组的软件开发能力。

关键词:软件;bug;管理系统;计算机;JSP

Abstract

With the rapid development of society, computer application gradually deep into the people's life and work, people have gradually leave the computer, along with the rapid development of computer, software testing has become the computer software industry development the top priority.

Now computer software reaches deep into the society at all levels, has penetrated into all walks of life. Now all professional needs to have computer skills, and some companies require employees master certain software applications (Excel, Powerpoint, etc.), with the rapid development of computer technology, computer has become the another productivity, other than the human will into the information society, social development promoted the development of human society.

Software Bug tracking system is mainly written in JSP on Myeclipse. With SQLServer2000 as background data management, this paper mainly introduces how to use JSP and framework to develop the software design method of a Bug tracking system. Software Bug tracking system mainly realize the login page information management, user information management, project management, Bug modification project, the user personal information management, and help information. Statistical defect rate, repair rate, incidence of defects reasons to reflect where programmers ability still lack, so as to guide on what aspects of the training work, improve the whole team of software development capabilities.

Keywords: software; Bug; Management system; The computer; The JSP

目录

1.绪论 4

1.1 系统及需求分析 4

1.1.1 系统需求 4

1.1.2可行性分析 5

1.2系统功能简介 5

1.2.1添加权限管理模块 6 1.2.2软件信息管理模块 6 1.2.3用户信息管理模块 6 1.2.4统计模块 6

1.3系统开发的目标 6

2. 系统分析 6

2.1 JSP运行环境 7

2.1.1 相关软件介绍 7

2.1.2 JSP环境的配置方案 7 2.2 业务流程分析 9

3系统设计 14

3.1 简要分析 14

3.1.1系统架构 14

3.1.2软件结构设计 16

3.2数据库设计 17

3.2.1 sqlserver2000数据库简介 17

3.2.2主要表的物理结构 17

4.系统的实现 18

4.1系统登陆界面 18

4.2系统主界面 19

4.3用户管理模块 20

4.4软件管理模块 20

4.5bug信息管理模块 20

4.6信息查询模块 20

5、程序调试 21

5.1 程序调试分析 21

5.2 程序的测试 21

5.2.1 测试的重要性及目的 21

5.2.2 系统测试 23

5.2.3 测试的主要内容 23

总结 25

致谢 27

相关文档
最新文档