19
Bug Tracking System Abstract For many years, bug-tracking mechanism is employed only in some of the large software development houses. Most of the others never bothered with bug tracking at all, and instead simply relied on shared lists and email to monitor the status of defects. This procedure is error-prone and tends to cause those bugs judged least significant by developers to be dropped or ignored. Bug Tracking System is an ideal solution to track the bugs of a product, solution or an application. Bug Tracking System allows individual or groups of developers to keep track of outstanding bugs in their product effectively. This can also be called as Defect Tracking System. The Bug Tracking System can dramatically increase the productivity and accountability of individual employees by providing a documented workflow and positive feedback for good performance. Some salient features are … 1. Product and Component based 2. Creating & Changing Bugs at ease 3. Query Bug List to any depth 4. Reporting & Charting in more comprehensive way

Bug tracking system(synopsis)

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Bug tracking system(synopsis)

Bug Tracking System

Abstract

For many years, bug-tracking mechanism is employed only in some of the large software

development houses. Most of the others never bothered with bug tracking at all, and instead

simply relied on shared lists and email to monitor the status of defects. This procedure is error-

prone and tends to cause those bugs judged least significant by developers to be dropped or

ignored.

Bug Tracking System is an ideal solution to track the bugs of a product, solution or an

application. Bug Tracking System allows individual or groups of developers to keep track of

outstanding bugs in their product effectively. This can also be called as Defect Tracking System.

The Bug Tracking System can dramatically increase the productivity and accountability of

individual employees by providing a documented workflow and positive feedback for good

performance.

Some salient features are …

1. Product and Component based

2. Creating & Changing Bugs at ease

3. Query Bug List to any depth

4. Reporting & Charting in more comprehensive way

5. User Accounts to control the access and maintain security

6. Simple Status & Resolutions

7. Multi-level Priorities & Severities.

8. Targets & Milestones for guiding the programmers

9. Attachments & Additional Comments for more information

10. Robust database back-end

Page 2: Bug tracking system(synopsis)

Modules & Description

1. Authenticate User

The Bug Tracking System first activates the login form. Here the user enters the User name and password and our system starts the authentication process in which the username and password are matched with the existing username and password in the database. If the password matches then it is allowed to the main page else it warns the user for Invalid User name and password.

After successful authentication the system activates menus. The activity log also prepared

for failures and security.

2. Products

List Of Products

After successful authentication the user is provided with the list existing

products. Here the user can view the details of products and can modify the

existing products. This project even provides the facility of adding new

projects.

Product Versions

All the products are maintained in several versions. As it is not possible to

complete the whole project in a single version Features required for the

product are categorized into several version with dead lines. And the

versions are completed according to their dead line dates. Here the user can

add new versions to a product or can modify the existing details of version.

Product Users

In order to complete the project each product is allotted with Resources or users. First all the employees with their names and qualifications are stored in the database. Each user is allotted to the product based on their rating, Qualification and designation. For each user Effective date is stored which specifies the total period a user is valid for that product.

3. Bug Details

Bug Details

In this module the user is provided with the facility for adding bugs or

updating the existing bugs. As the number of bugs for a product can be

very large this system is provided with efficient filtering. The user can

Page 3: Bug tracking system(synopsis)

filter the bugs based on the priority, database, operating system and status.

After the user applies filter the list of bugs are displayed from the database.

Bug History

Here the bug history is maintained. All the solutions given for the bug

resolution by various users are stored. As the bug needs several techniques

or methods for resolution it is important to store the history of the bug.

Bug Assignee

This displays the list of users for whom the bug is assigned for resolution.

As the bug need to be resolved for completing the product several user are

assigned to find a solution for the bug. The user can add this bug to a new

user or he can modify the existing user details.

Bug Attachments

This gives a list of attachments for a particular bug. The bug can be of any

type it can be a database bug or a GUI bug. So while you add a bug you

need to provide with the details of bug. So the file attachments can be a

document, database file or an image file. All then attachments are stored in

a location along with the size and type of the file. Here the user can add a

new attachment or can change the details of existing files.

4. Bug Tracking

Track Hierarchy

All the bugs saved in the database will have a particular hierarchy. There might be bugs which can be related to the earlier bugs saved in the database so our system is provided with a hierarchy. And user can add child nodes in this hierarchy or he can modify the existing values of the nodes. This hierarchy is based on the parent child relation ship between the bugs.

Track Resolution

This displays a list of all solutions provided by the users allotted to a bug. This stores the action type and the necessary resolution provided by the user.

Track Resources

This displays list of resources allotted to the project. As the bugs need to be resolved resources are provided for the bugs. These Resources will be the resources allotted to the project. The resources are allotted based on the rating of the employee.

5. View

Product Bug Hierarchy

Page 4: Bug tracking system(synopsis)

This module is just for displaying the hierarchy for the easy Look of the bugs.

Here the bugs are displayed in the form of parent child nodes. As it is difficult for

the user to look at the vast number of bugs in the database. And one cannot easily

access the relation between the bugs.

Product User Hierarchy

This module if for displaying the users allotted to the bug. The users along with

their name and designation are displayed in this module. Even in the allotment of

resources there can be hierarchy between the employees depending on their

designation. So this module simplifies the hierarchy among the employees.

6. Search

Our system provides with the feature of advanced search technique. Generally Number of

bugs for a project increased tremendously so if we want to know about a particular bug It

takes much amount of time. With the search screen provided one can filter the bug’s base on

priority, product, severity, database and type of operating system. He can also list the bugs

between particular time based on the start date and end date. After Searching it displays a list

of bugs. From this list the user can modify the existing bugs or can add a new bug.

7. Admin

Users

All the users of this system are displayed in this module. One can add new user or

can update the details of an existing user. Here the password provided by the user

is encrypted before saving them to the database for proper security. This module

saves the details like address, phone and email.

Configuration

All the Values that we are using in this system are configurable. Values like status,

priority and others can be added dynamically on the screen. Suppose if we limit

these fields by hot coding them and if the user wants to add a new value again he

has to come to the developer of the product. So In order to avoid this it is provided

Page 5: Bug tracking system(synopsis)

with the feature of adding values from the screen. And the user can change the

status to In Active whenever he wants.

Log View

In order for the efficient Tracking of the system logs are maintained. As the logs

will be in vast it will be a problem for user for checking the database. The Log

View module can be searched based on the user and Records between a start date

and end date.

8. Logout

In this once the user clicks on Log out First the session variable is killed and then the system

is redirected to the login page.

9. Prepare Logs

At all the stages, whenever user performs an operation by clicking a button, automatically

the Bug Tracking System logs the activity.

Page 6: Bug tracking system(synopsis)

DATA FLOW DIAGRAMSB TS - TO P L EV EL D I A G R A M

B u g Tra ck in gS y s te m

P r o g r am m erAd m in is tr a to r

D atab as e

Page 7: Bug tracking system(synopsis)

B TS - TO P L EV EL D I A G R A M

Us er

2

P r o d u c ts

1

L o g in

3

Bu g s

6

S ear c h

4

T r ac k

7

Ad m in tas k s

5

View

7 .1

Us er Ad m in

7 .2

C o n f ig u r a tio n

7 .3

L o g View s

8

L o g O u t

D eta ils

D et ails

D e t a ils

R es u lts

tb l_ P r o d u c t_ D eta ils

tb l_ C o n f ig u r a tio n

tb l_ Bu g _ D eta ils

R es u lts

Page 8: Bug tracking system(synopsis)

L O W L EV EL D I A G R A M - L O G I N

Us er1 .1

Us er D eta ils

1 .2

Valid a te

Ad m in Us er

P r o g r am m er

tb l_ Au th en tic a tio n

Page 9: Bug tracking system(synopsis)

L O W L EV EL D I A G R A M - PR O D UC TS

Us ertb l_ P r o d u c t_ D eta ils

2 .1

P r o d u c t L is t

2 .2

D eta ils2 .3

Ver s io n

2 .6

Us er s

tb l_ P r o d u c t_ Us er s

2 .4

Ad d / M o d if y2 .5

D ele te

2 .7

Ad d / M o d if y

2 .8

D ele te

tb l_ P r o d u c t_ D eta ilstb l_ P r o d u c t_ Us er s

Page 10: Bug tracking system(synopsis)

L O W L EV EL D I A G R A M - B UG S

Us er

2

P r o d u c t L is t

tb l_ P r o d u c t_ D eta ils

3 .1

Bu g s L is t

3 .2

Bu g His to r y

3 .2

Bu g As s ig n ed

3 .3

F ileAtta tc h m en ts

tb l_ Bu g _ D eta ils

3 .4

Ad d /M o d iy

3 .5

D ele te

3 .6

Ad d /M o d iy

3 .7

D ele te

3 .8

Ad d /M o d iy

3 .9

D ele te

tb l_ Bu g _ His to r y tb l_ Bu g _ As s ig n tb l_ F ile_ Atta tc h m en t

Page 11: Bug tracking system(synopsis)

L O W L EV EL D I A G R A M - TR A C K I NG

Us er

4 .1

Bu g D eta ils

tb l_ Bu g _ D eta ils

4 .2

T r ac kHier ar c h y

4 .2

T r ac kR es o u r c es

4 .3

T r ac kR es o lu tio n

4 .4

Ad d / M o d iy

4 .5

D ele te

4 .6

Ad d / M o d iy

4 .7

D ele te

4 .8

Ad d / M o d iy

4 .9

D ele te

tb l_ Bu g _ R es o u r c es tb l_ Bu g _ R es o lu tio ntb l_ Bu g _ Hier ar c h y

Page 12: Bug tracking system(synopsis)

Us er

L O W L EV EL D I A G R A M - V I EW

5 .1

P r o d u c ts

5 .3

Bu g Hier ar c h y

5 .2

P r o d u c t Us erHier ar c h y

tb l_ P r o d u c t_ D eta ils

tb l_ P r o d u c t_ Us er s tb l_ Bu g _ D eta ils

Page 13: Bug tracking system(synopsis)

L O W L EV EL D I A GR A M - S EA R C H

Us er6 .1

S ear c h C r ite r ia

6 .2

Bu ild Q u ery

6 .3

Ex ec u te Q u ery R es u lts

Page 14: Bug tracking system(synopsis)

L O W L EV EL D I A G R A M - L O G O UT

Us er8 .1

C lo s e S es s io n

8 .2

R ed ir ec t Ho m eP ag e

Page 15: Bug tracking system(synopsis)

Requirement Specification

The minimum configuration to use this system is as follows:

Hardware Specification:

Processor : - Intel Celeron class processor with 233 MHzRAM : - 32 MBHard Disk : - 1GBMonitor : - Color monitorKeyboard : - 101 keysMouse : - Any pointing deviceNetwork : - Any network supporting TCP/IP

Software Specification:

Platform (both sides) : - Any platform Software : - MS.NET, Oracle

The recommended configuration to use this system is as follows:

Hardware Specification:

Processor : - Intel Celeron class processor with 450 MHz and aboveRAM : - 64 MBHard Disk : - 20GBMonitor : - Color monitor supporting 800/600/16b resolutionKeyboard : - 110 keysMouse : - Three Button pointing deviceNetwork : - Network supporting TCP/IP

Software Specification:

Platform (both sides) : -Windows 98, ME, 2000, XP/UNIX /SolariesSoftware (Client side) : -MS Internet Explorer 4.0 or NetScape 2.0Software (server side) : MS.NET