R-Bug Tracking System
HI All this is an open Source project named as R-Bug Tracking System. In
software development process testing is an important phase. So to keep testing
data we need to have some Bug Tracking System. As we have so many tools
available in the market to record bug and check their status. I got this idea
why we cannot make our own Bug Tracking System.
In this project a tester can raise a bug and assign this bug
to a developer. By logging into the developer can see all open bugs assign to him.
After fixing the bug developer can change the status of bug from Open to Fixed.
When tester will login, he can check the bug and can change the status to Close
or Open.
Now I am going to explain the functionality of my system.
Below is the DFD. . .

Image 1.
Below is default screen of my project (Login page)

Image 2.
If Login As Super Admin… My Account Page (Can see listing of All Employees)

Image 3.
From here Admin can add new Employee as developer/ tester/
Team Leader/ Project Manager and can assign Project to that employee.

Image 4.
If Login as Tester then MyAccount page will be: Here tester
can view 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 record in a Grid View. By
Clicking on Bug Id Tester can view Bug Detail.

Image 5.
From here Tester can create a new bug and assign this bug to
a developer.

Image 6.
Tester can view All fixed bug and after checking he can
close or open that bug from below page.

Image 7.
Now If login as Developer:
My Account: Can view All Open Bug/ All Fixed Bug/ All Closed
Bug.

Image 8.
By clicking on Blog Id Developer can view Bug Detail and he
can fix the issue and can update the status of bug as fixed.

Image 9.
In this project I am using 2 tables.
1.
Employee

Image 10.
2.
BUG

Image 11.
I have copied data base file in App_Data folder

Image 12.
To run this project just attach DB and make changes in
Connection string.
If you face any issue then please let me know @
rahulsaxena@live.com