First of all, to say sorry to everyone, this article delay so long to meet with you.
As for the need and benefits of tracking and managing bugs, I'm not here to say, here are a few bug tracking and management software.
First, Bugnet
Bugnet is a very good open source software, based on. NET Framework2.0, using the Web site project developed by Asp.net+sql Server, and also using Microsoft's "Viewer" in the project Redistributable 2005 and Microsoft ASP.net AJAX 1.0.
The latest version is: Bugnet 0.7.921.0
Official homepage: http://bugnetproject.com/
Latest version Download: Http://downloads.sourceforge.net/bugnet/BugNET-0.7.921-Install.zip
Source code Download: Http://downloads.sourceforge.net/bugnet/BugNET-0.7.921-Source.zip
English Document: Http://bugnetproject.com/Documentation/tabid/57/topic/Installation/Default.aspx
It has functions such as sending mail, generating reports, project configuration management, personnel and rights management, bug management, and so on. Here's a simple installation and configuration:
1. Extract the latest Bugnet installation package into a specified directory (for example, c:/bugnet). If you need the source code, please download here.
2. Make sure that you have created a virtual directory for bugnet on your machine's IIS, pointing to the folder where the files you extracted in the first step (for example, C:/bugnet) are located. Then the URL should be http://localhost/BugNet.
3. Using Windows Explorer, open the root directory of the Web site (default is c:/bugnet). Right-click the directory and choose "Sharing and security" from the pop-up menu (note: If you have Windows XP, you may need to enable "Simple File sharing" before viewing these options). Select the Security tab. Add the appropriate user account and set permissions.
If you're using a windows2000-iis5,
-User Account {Server}/aspnet must have read, write, and modify permissions for the bugnet corresponding virtual directory
If you're using a WINDOWS2003-IIS6,
-The user account NT Authority/network service must have read, write, and modify permissions for the bugnet corresponding virtual directory
4. Create an empty database on your SQL Server (for example, the database name is ' Bugnet '). If this is an upgrade operation, please back up your database before doing anything.
5. Edit the web.config file using a text editor. Locate the "LocalSqlServer" connection string setting and modify the "connectionString" property value to match the database you created in step fourth.
<connectionstrings>
</clear>
<add name= "LocalSqlServer"
Connectionstring= "Server=myserver;database=bugnet;uid=bugnet;pwd=bugnet"
Providername= ""/>
</connectionstrings>
6. Browse Http://localhost/BugNet/Install/Install.aspx (or the virtual directory you created in step two).
7. The installation process begins.
8. After the installation is complete, you can log in using the Admin user account.
User name: admin
Password: password
In this way, your bugnet installation is complete, you should be able to access the Http://localhost/BugNet, if there are any installation problems, please visit the Support forum.
Below is a screenshot of the Bugnet home page after the run:
I want to finish reading this article, you will certainly try it yourself.
OK, that's all what I say, and now, it ' s your turn.
Sorry, because the following two software is not very familiar with, and because of the recent pressure is relatively large, it can not afford time, so find some relevant information for everyone to refer to, please forgive me.
Second, Bugfree
Bugfree is based on Microsoft software Development concept, free and open source code, web-based thin version of the defect management system. It is currently the only "clone" of Microsoft internal Bug management tool Product Stuido (formerly called RAID) free software. Bugfree is written in Php+mysql and can be run on both Linux and Windows platforms, and our recommended use is lamp (linux+apache+mysql+php).
Here are some of the resources in the garden, because the same kind of resources, only selected a few newer.
Bugfree use intravenous drip.
Http://www.cnblogs.com/idragonet/archive/2008/06/04/1213357.html
[Original] How to install Bugfree2.0.0.1 under Windows
Http://www.cnblogs.com/mayingbao/archive/2008/09/09/1287523.html
Defect management tool Bugfree installation instructions
Http://www.cnblogs.com/etian/archive/2008/06/05/1214588.html
Third, Trac+apache+svn
Trac is an open source software application platform that integrates wikis and problem-tracking management systems for software development project needs. TRAC establishes a Web application for software project management in a simple way to help developers better write high-quality software; The TRAC application strives not to affect the development process of the existing team.
Trac function:
Wiki: Let's just say that.
Timeline: You can see which files have been updated recently, you can quickly keep up with the progress
Roadmap: The project progress includes those stages, can look at the current progress situation, according to Ticket's setting, Ticket can point to a Milestone, has tracked the current project completion progress.
Browse Source: After you've integrated with SVN, you can view the sources and SVN code submission logs
View Tickets: Look at the current ticket, see which is not completed (commonly used: My tickets, Active tickets) and so on
Tickets contains the following types: Active tickets-which tickets are active active tickets by Version active tickets by Milestone-rely on milest One divides active tickets assigned, active tickets by owner assigned, active tickets by owner (full Description) all tickets B Y Milestone (including closed)-Lists all tickets my tickets-lists their own tickets active tickets, Mine A-list all active Ticket s, arranged according to importance
New Ticket: Add a Ticket, a possible bug entry.
Search: Searching function
Here are some articles in the garden, if you are interested, you can also find many similar articles on the Internet.
Handbook of TRAC (i): Installing TRAC under Windows
Http://www.cnblogs.com/zealic/archive/2007/12/29/1019837.html
Install Apache+svn+trac notes on Win32
Http://www.cnblogs.com/nobel1984/archive/2008/11/03/1325772.html
You can view all articles in this series: Introduction to Project management Practice series Tutorials