[go: up one dir, main page]

0% found this document useful (0 votes)
43 views15 pages

Bug Tracking System

The document describes a bug tracking system created by Innovative Consultative Group for managing bugs in software projects. The system allows administrators to manage users and projects. General users like developers, testers and managers can view existing bugs, add new bugs, and track bugs through their lifecycle. It was created using ASP.NET, C#, JavaScript, and SQL Server and contains modules for administration, user access, and adding/viewing defects in the backend database.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views15 pages

Bug Tracking System

The document describes a bug tracking system created by Innovative Consultative Group for managing bugs in software projects. The system allows administrators to manage users and projects. General users like developers, testers and managers can view existing bugs, add new bugs, and track bugs through their lifecycle. It was created using ASP.NET, C#, JavaScript, and SQL Server and contains modules for administration, user access, and adding/viewing defects in the backend database.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 15

BUG TRACKING SYSTEM

( MAJOR PROJECT MID-PRESENTATION )

Under the guidance of Presented by:--

Presented to:--
Makhanlal Chaturvedi National University Of Journalism & Communication (Bhopal)
Contents
Introduction
Technical Domain
Modules of Project
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.
INTRODUCTION
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.
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.
Bug life cycle
Advantages
A bug-tracking system helps the project
team to successfully measure the projects
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.
Types of Users
Administrator
Project Manager
Team Leader
Software Engineer
Tester
Developer
Flow of the Project
Create

Delete
User
Import
Password
Login-Admin
Project Create
Delete
Start page
Project Details
Login-General

Main page-
general
access Add Defect
Technologies used

Interface: ASP. net

Language: C#

Scripting Language: Java Script

Data Connectivity: ADO .NET

RDBMS: SQL Server 2000


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.
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.
Database tables
1. Login_table
2. User_info_table
3. Project_info_table
4. Defect_table
THANK YOU

You might also like