| Bug Management System is an important method of improving the quality of software products, optimizing the process of software test, controlling the risks of project, enhancing personnel coordination with efficiency, and economizing the development costs. With the development of IT technology, all kinds of information system become bigger and more complex. If there is no good Bug tracking management supporting system, project quality, cost, and working force will be out of control, and even failure will be unavoidable. Therefore, the significance of Bug tracking system is obvious.Bug Management System has the following external characteristics:it can record and trace the whole life of Bug completely:from birth (creation of new bug), continuous growth (record of discussion of reasons for bug), maturity (finding a solution), to final death (close), and meanwhile the revival of bug (problem reoccurrence), continuation of the growth; it can offer convenient query, which help finding a relevant bug:latest assigned bug; latest new-born bug; various user-defined query; it can offer adverse bug statistics:how many bugs everyone has, the total of bugs so far, the bug curve graft in the latest week and so on; it can make project and module management easy:there could be a large number of project; each project may include a large number of modules; it's easy to do the addition, delete, and modification; it can make user management simple:as an independent system, it can add and delete users; of course, it is better to adopt user identification existing in management system directly. For example, in Microsoft, as long as you log in intranet, Raid is available directly. It integrates the user identifications of the company. There is no need of a separate user identification system, which is inconvenient for users and help getting rid of the messiness of management.To meet the requirements of simple, user friendly, flexibility, utility and safety, Bug tracking and management has been developed to complete the whole process from project management, BUG management, EXCEL import and export to table establishment which includes the administrator's permission to add new users, users Data revisions and the establishment of projects, project changes and deletes, and the priority of Bug, Bug changes and so on. The form function is one of the very important functions. The statistical information cannot only make management personnel see clearly the distribution of Bugs, to allocate human resources reasonably, but can also spot the BUG trend to find and control project risk timely and adjust the project schedule. First, this paper introduces the Significance and the research situation of Bug management system development. Secondly, the realization part mainly introduces related language Java and Jsp technologies, characteristics of SqlServer database and application of databases creation and related tables; Components, characteristics and application of JavaBean, Jsp and SqlServer connection technology; relevant information, operation process, development difficulties and solutions of Bug Management System. Finally, it is an introduction of system realization and part of the core code.This system is realized with Java language, combining the Jsp page, using Struts as background frame, Eclipse as coding tools, to strictly meet the requirements of customers. |