Project management Practice "Four" bug Tracking Management "bug Trace and Management"

Source: Internet
Author: User
Tags ticket connectionstrings

First of all, to everyone say sorry, this article delayed so long to meet with you.
As for the bug tracking and management of the need and benefits, I do not say here, the following describes several 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 the Microsoft Report Viewer is also used in the project redistributable 2005 and Microsoft ASP. 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 features such as sending messages, generating reports, project configuration management, people and Rights management, bug management, and more. Here's a brief look at its installation and configuration:

1. Unzip the latest Bugnet installation package into a specified directory (such as C:\BugNET). If you need source code, 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 files were extracted from the first step. 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 on the directory and select "Sharing and Security" in 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 bugnet corresponding virtual directory
If you're using a WINDOWS2003-IIS6,
-User account NT Authority\Network Service must have read, write, and modify permissions for bugnet corresponding virtual directories

4. Create an empty database on your SQL Server (for example, the database name is ' Bugnet '). If this is an upgrade operation, 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 the second step).

7. The installation process begins.

8. Once the installation is complete, you can log in using the Admin user account.

User name: admin
Password: password

This way, your bugnet installation is complete and should be accessible in http://localhost/BugNet, if there is any installation problem, please visit the Support forum.

The following is run after the Bugnet home:

I want to finish this article, you will definitely try it yourself!

OK, that's all-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 larger, really can not take the time, so find some relevant information for everyone to reference, please forgive us!

Second, Bugfree

Bugfree is the Microsoft software Development concept, free and open source, Web-based Lite 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 the recommended environment for use is lamp (linux+apache+mysql+php).

Here are some of the resources in the garden, because of the same kind of resources, only selected a relatively new few.

Bugfree use 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 wiki and issue tracking management systems for software development projects. TRAC has built a software project management Web application in a simple way to help developers better write high-quality software, and TRAC applications strive to not affect the development process of existing teams.

TRAC Features:

Wiki: Don't say that.
Timeline: You can see which files have been updated recently to keep up with the progress
Roadmap: The project progress includes those stages, can see the current progress status, according to Ticket setting, Ticket can point to a Milestone, has been tracking the progress of the current project completion.
Browse Source: After integration with SVN, you can view the original code and SVN's Code submission log
View Tickets: See what ticket, see what is not done (commonly used: My tickets, Active tickets), etc.
Tickets contains the following types:

    1. Active tickets-what tickets are currently active
    2. Active Tickets by Version
    3. Active tickets by Milestone-Divide active tickets by Milestone
    4. Assigned, Active tickets by Owner
    5. Assigned, Active Tickets by Owner (full Description)
    6. All tickets by Milestone (including closed)-List all tickets
    7. My tickets-list the tickets that belong to you
    8. Active tickets, Mine first-list all active tickets, sorted by importance

New Ticket: Add a Ticket, which is a possible bug entry.
Search: Searching function

Here are some of the garden articles, if you are interested, you can also find a lot of similar articles on the Internet.

Trac notes (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 Tutorial Series

Transferred from: http://www.cnblogs.com/ttzhang/archive/2008/11/27/1341879.html

Project management Practice "Four" bug Tracking Management "bug Trace and Management"

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.