Bug Tracking tool

Hi all,

Can any one help me get a good and user friendly tool for bug tracking reporting tool. It should be free of cost and also i not interested in bugzilla..

Thanks.

[232 byte] By [DeepakJose] at [2008-2-25]
# 1
I've been using Mantis at it works well, it's free and if youy know php then it can be easily customised

http://www.mantisbt.org/

Philk10 at 2007-10-2 > top of Msdn Tech,Software Engineering Discussion,Software Testing Discussion...
# 2
Although it doesn't include prices, there is a comprehensive list of bug tracking systems at http://en.wikipedia.org/wiki/Comparison_of_issue_tracking_systems

I clicked through on a few of the links, and it appears that many are free. I do not, however, have extended experience with any of them.

AlanPage at 2007-10-2 > top of Msdn Tech,Software Engineering Discussion,Software Testing Discussion...
# 3

Hi All,

  1. I would request you all to suggest a best bug tracking tool.
  2. Currently we are working on .net 2003 projects and i would like to find the best tracking tools to trace bugs.
  3. Also i would like to know if there could be any communication for bug report between tester and programmer which can be viewed by both in same platform

Kindly revert me as early as possible

UdayReddy at 2007-10-2 > top of Msdn Tech,Software Engineering Discussion,Software Testing Discussion...
# 4

Dear uday,

If you looking complete bug tracking ,issue management,project managemet tool then I suggest u the application JIRA which is very good tool ,all the feature u wanted r persent in it .for mor query u can go to site http://www.atlassian.com/software/jira/ or you can contact to www.equestind.com which also provide support into that.

thanks

raghavendra.

raghu24 at 2007-10-2 > top of Msdn Tech,Software Engineering Discussion,Software Testing Discussion...
# 5

Hi Uday - Deepak had a similar q to which Alan has posted a set of useful links. You can find that here: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1919835&SiteID=1

Anutthara-MSFT at 2007-10-2 > top of Msdn Tech,Software Engineering Discussion,Software Testing Discussion...
# 6
At work we use TRAC, it is open source. Also, if your devs are using subversion it ties in nicely with it, as code review tickets as well as QA tickets can be generated.

A coworker wrote a plug-in for it that allows for test case management as well.
You create the test cases in XML, and store them in subversion for version control. The plug-in in TRAC will create tickets based off of the test cases. This allows for easy generation of test cases for smoke tests, regression tests, etc.

TRAC: http://trac.edgewall.org/

Test case plug-in: http://trac-hacks.org/wiki/TestCaseManagementPlugin

Best of luck,

-Ash

AshR at 2007-10-2 > top of Msdn Tech,Software Engineering Discussion,Software Testing Discussion...