15
BUG TRACKING SYSTEM ( MAJOR PROJECT MID-PRESENTATION ) Presented by:-- Under the guidance of Presented to:-- Makhanlal Chaturvedi National University Of Journalism & Communication (Bhopal)

Bug Tracking System

Embed Size (px)

Citation preview

Page 1: Bug Tracking System

BUG TRACKING SYSTEM

( MAJOR PROJECT MID-PRESENTATION )

Presented by:--Under the guidance of

Presented to:--Makhanlal Chaturvedi National University Of Journalism & Communication (Bhopal)

Page 2: Bug Tracking System

Contents

• Introduction• Technical Domain • Modules of Project

Page 3: Bug Tracking System

Innovative consultative group(ICG)

Innovative Consultative Group (ICG) is a organization in Bhopal , specializing in developing Software business solutions.

Our focus is primarily on software product engineering and development and quality engineering services

ICG provides benefits for software product companies as it accelerates development of software products, reduces time to market, ensures quality products, and mitigates technology risk.

Page 4: Bug Tracking System

INTRODUCTION

Page 5: Bug Tracking System

Objective

• The objective of the bug tracking system is to enable the software development team and testing team to organize and manage the bugs in a particular project/product.

Page 6: Bug Tracking System

Bug Tracking System• While developers of programs can accomplish

"manual" bug tracking via email, it would be a nightmare for developers of software to attempt this approach.

• This is where developers can benefit most from bug tracking systems.

• A bug tracking system is a software application that is designed to help quality assurance and programmers keep track of reported software bugs in their work.

• Bug tracking is a methodology used by software developers to collect reports of defects or "bugs" in software programs.

Page 7: Bug Tracking System

Bug life cycle

Page 8: Bug Tracking System

• A bug-tracking system helps the project team to successfully measure the project’s status.

• A bug tracking system not only tracks defects but also tracks metrics to make sure everything is going according to the software development plan.

• an effective system to log the bugs and to monitor them.

Advantages

Page 9: Bug Tracking System

• Administrator• Project Manager• Team Leader• Software Engineer• Tester• Developer

Types of Users

Page 10: Bug Tracking System

Flow of the Project

Start page

Login-Admin

Login-General

User

Project

Project Details

Create

Delete

Import

Password

Create

Delete

Main page-general access Add Defect

Page 11: Bug Tracking System

Technologies used

Interface: ASP. net

Language: C#

Scripting Language: Java Script

Data Connectivity: ADO .NET

RDBMS: SQL Server 2000

Page 12: Bug Tracking System

Components of Bug Tracking System

INTERFACE (FRONTEND)DATABASE (BACKEND) A major component of a bug tracking

system is a database that records facts about known bugs. Facts include the time a bug was reported, its severity, the erroneous program behavior, and the identity of the person who reported it and any programmers who may be working on fixing it.

Page 13: Bug Tracking System

Modules in the system

1. Administrator Create ,delete or import User profiles. Create and delete Project details. Allow password changes. Can Grant permissions.

2.General User Contain developer, tester, team leader, project

manager. Can view all defect details but cannot edit the existing

bug report. Add/log a new bug.

Page 14: Bug Tracking System

Database tables1. Login_table2. User_info_table3. Project_info_table4. Defect_table

Page 15: Bug Tracking System

THANK YOU