Bug Tracking Tools 3: Trac
Trac is a quite famous bug tracking software written in python.
It is considered very strong its subversion integration
Pros:
Can Also work with an embedded database (using sqlite).
Easy to setup and use.
Cons:
Feature are too much, and aims to be also a CMS to some extend.
Resources
November 27, 2008 Comments Off
Bug Tracking Tools 2: FogBugz
As we have seen, bug tracking tools are a very important piece of your It infrastructure. Some tools aims to be a storing ticketing system (like Remedy), others a simple bug tracking tool. In this second post we are going to analyze one of them, called FogBugz
November 20, 2008 Comments Off
Mantis bug tracking tool 1
In the previous article we introduced the reader to the bug tracking tools.
In this article we will analyze Mantis, an open source bug tracking tool
It is very important to stress you are going to use much more time to set up an open source bug tracking tool. A fraction of this time is for setting it up, but the vast majority of your time will be spent setting it up, customizing it and recovering information on it.
November 13, 2008 5 Comments