Sorry, this articleArticleIt took so long to meet you.
As for the necessity and benefits of bug tracking and management, I will not talk about it here. The following describes several software for bug tracking and management.
I. bugnet
Bugnet is an excellent open-source software. Based on. NET framework2.0, it uses ASP. NET + SQL Server to develop website projects. In addition, it also usesMicrosoft report viewer redistributable 2005AndMicrosoft ASP. NET Ajax 1.0.
Latest Version: bugnet 0.7.921.0
Official homepage:Http://bugnetproject.com/
Download the latest version:Http://downloads.sourceforge.net/bugnet/BugNET-0.7.921-Install.zip
Source codeDownload:Http://downloads.sourceforge.net/bugnet/BugNET-0.7.921-Source.zip
English document:Http://bugnetproject.com/Documentation/tabid/57/topic/Installation/Default.aspx
It can send emails, generate reports, manage project configurations, manage personnel and permissions, and manage bugs. The following is a brief introduction of its installation and configuration:
1. decompress the latest bugnet installation package to a specified directory (for example, c: \ bugnet ). If the sourceCode, Please download it here.
2. Make sure that you have created a virtual directory for bugnet on your machine's IIS, pointing to the folder (for example, c: \ bugnet) where the extracted files are located ). Then the URL should beHttp: // localhost/bugnet.
3. Use Windows Resource Manager to open the root directory of the website (default: C: \ bugnet ). Right-click the Directory and select "share and security" from the pop-up menu (Note: If you have Windows XP, before viewing these options, you may need to enable "simple file sharing "). Select the "Security" tab. Add an appropriate user account and Set permissions.
If you are using a Windows2000-IIS5
-The User Account {server} \ ASPnet must have the read, write, and modify permissions for the virtual directory corresponding to bugnet.
If you are using Windows2003-IIS6
-The User Account nt authority \ Network Service must have the read, write, and modify permissions for the virtual directory corresponding to bugnet.
4. Create an empty database on your SQL Server (for example, the database name is 'bucnet '). For upgrade operations, back up your database before performing any operations.
5. Use a text editor to edit the Web. config file. Find the "localsqlserver" connection string settings, and modify the "connectionstring" attribute value to be consistent with the database you created in step 4.
<Connectionstrings>
</Clear>
<Add name = "localsqlserver"
Connectionstring = "Server = myserver; database = bugnet; uid = bugnet; Pwd = bugnet"
Providername = ""/>
</Connectionstrings>
6. BrowseHttp: // localhost/bugnet/install. aspx (Or the virtual directory you created in step 2 ).
7. The installation process starts.
8. After the installation is complete, you can log on with the admin user account.
Username: Admin
Password: Password
In this way, after your bugnet installation is complete, you canHttp: // localhost/bugnetIf you have any installation problems, visitSupported forums.
The following is the bugnet homepage after running:
I want to read this article. You will try it on your own!
OK, that's all what I say, and now, it's your turn.
Sorry, the following two software products are not familiar with each other. Due to the recent high pressure, I cannot find any time. Therefore, I have found some relevant materials for your reference. Please forgive me!
Ii. bugfree
Bugfree is a lite defect management system based on Microsoft's software development philosophy, free and open source code, and Web. It is currently the only "clone" Microsoft internal bug management tool product stuido (formerly raid) free software. Bugfree is written in PHP + MySQL and runs on both Linux and Windows platforms. We recommend that you use lamp (Linux + Apache + MySQL + PHP ).
Below are some resources in the garden. Because there are many similar resources, only a few new articles are selected.
Bugfree.
Http://www.cnblogs.com/idragonet/archive/2008/06/04/1213357.html
[Original] how to install bugfree2.0.0.1 in Windows
Http://www.cnblogs.com/mayingbao/archive/2008/09/09/1287523.html
Bug management tool bugfree installation instructions
Http://www.cnblogs.com/etian/archive/2008/06/05/1214588.html
3. TRAC + Apache + SVN
TRAC is an application platform that integrates Wiki and problem tracking management systems for software development projects. It is an open source software application. TRAC has established a web application for software project management in a simple way to help developers better write high-quality software. TRAC applications strive not to affect the development process of existing teams.
TRAC functions:
wiki: Needless to say,
timeline: You can check which files have been updated recently to keep up with the progress.
roadmap: the project progress includes those stages. You can view the current progress. According to the settings of ticket, ticket can point to a milestone and you have tracked the progress of the current project.
browse Source: after integration with SVN, you can view the source code and SVN code submission logs
View tickets: check which tickets are currently available, check which ones have not been completed (commonly used: My tickets, active tickets) and so on
tickets contains the following types:
- Active tickets-which tickets are currently active?
- Active tickets by version
- Active tickets by milestone-division of active tickets by milestone
- Assigned, active tickets by owner
- Assigned, active tickets by owner (full description)
- All tickets by milestone (including closed)-list all tickets
- My tickets-list your own tickets
- Active tickets, mine first-list all active tickets, sorted by importance
New Ticket: Add a new ticket, that is, a possible bug entry.
Search: search function
Below are some articles in the garden. If you are interested, you can find many similar articles on the Internet.
TRAC note (1): Install TRAC in Windows
Http://www.cnblogs.com/zealic/archive/2007/12/29/1019837.html
Notes on installing Apache + SVN + TRAC on Win32
Http://www.cnblogs.com/nobel1984/archive/2008/11/03/1325772.html
You can view all the articles in this series:Getting started with project management