HI all, this is an open-source project named R-Bug Tracking System. In the software development process testing is an important phase. So to keep testing data we need to have some Bug Tracking System. Since we have many tools available in the market to report bugs and check their status, I got this idea for making our own Bug Tracking System.
In this project a tester can raise a bug and assign this bug to a developer. By logging in, the developer can see all the open bugs assigned to him. After fixing a bug the developer can change the status of bug from Open to Fixed. When the tester logs in, he can check the bug and can change the status to Closed or Open.
Now I will explain the functionality of my system. The following is the DFD:![]()
The following is the default screen of my project (Login page):![]()
If logged in as Super Admin:![]()
From here the Admin can add new a employee as developer/ tester/ Team Leader/ Project Manager and can assign projects to that employee.![]()
If logged in as Tester then the MyAccount page will be. Here the tester can view a report of his created bug as All Open Bug Report, All Fixed bug Report and All Closed Bug Report.
Here I am showing all these records in a Grid View. By clicking on Bug Id Tester we can view the Bug Details.![]()
From here a Tester can create a new bug and assign this bug to a developer.![]()
The Tester can view all the fixed bugs and after checking he can close or open that bug from the following page.![]()
Now if logged in as Developer:
My Account: Can view All Open Bug/ All Fixed Bug/ All Closed Bug.![]()
By clicking on Blog Id a Developer can view the Bug Details and he can fix the issue and can update the status of the bug as fixed.![]()
In this project I am using 2 tables.
1. Employee![]()
2. BUG![]()
I have copied the database file to the App_Data folder as in the following:![]()
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

MrnamsPosted Aug 30, 2018, 12:31 PM
Extremely helpful,Not able to log-in,Please tell me how to log in and how to create user account
lalit prajapatiPosted Jun 26, 2018, 10:42 PM
It's very useful can u update in mail system at add new bug
Rahul Kumar SaxenaPosted May 19, 2015, 2:15 PM
thanks pradeep m
pradeep mPosted May 19, 2015, 7:20 AM
It is very useful to every one.
Rahul Kumar SaxenaPosted Apr 14, 2015, 2:19 PM
Thanks Zama Zungu...
Zama ZunguPosted Apr 14, 2015, 2:11 AM
great example thanks.
Rahul Kumar SaxenaPosted Feb 27, 2015, 4:07 AM
thanks 2 all ...
Rahul Kumar SaxenaPosted Feb 27, 2015, 4:07 AM
thanks lakshmanan
Rahul Kumar SaxenaPosted Feb 27, 2015, 4:07 AM
Thanks rihtash
Rahul Kumar SaxenaPosted Jun 24, 2014, 2:00 AM
thanks Utpal...
Utpal PatelPosted Jun 24, 2014, 1:45 AM
Good Job
Rahul Kumar SaxenaPosted Jun 24, 2014, 1:04 AM
Thanks Rohatash & Lakshmanan....
Lakshmanan Sethu SankaranarayanPosted Jun 24, 2014, 12:53 AM
Thank you for sharing
Rohatash KumarPosted Jun 23, 2014, 11:27 PM
Nice project. Sir