Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any bug tracking addin for Visual Studio? [closed]

I don't want a fancy bug tracking suite. Sometimes I am working on projects/tools for myself, and I just want to keep track of any bugs, features, etc.. as I go along. I keep these in TODO and a bugs.txt for now, but it would be nice if there was a typical bug tracking system that would be stored with the project or solution file itself.

EDIT: To clarify, if I have to run any server portion to access it (website, database, etc..) then it becomes sort of useless to me. I want it stored with the project itself so that I can open it up on multiple computers.

like image 330
esac Avatar asked Oct 02 '09 17:10

esac


People also ask

Is Bugzilla open-source?

Released as open-source software by Netscape Communications in 1998, it has been adopted by a variety of organizations for use as a bug tracking system for both free and open-source software and proprietary projects and products.

Is Alm a bug tracking tool?

Orcanos ALM Bug Management allows testers to run manual and automatic tests and easily report defects found during test execution. The defects are automatically traced to the executed test step while recording the run history such as test run version, expected and actual results, date, and executed steps.

Which is not a bug tracking tool?

Redmine is an open-source issue tracking system that integrates with SCM (Source Code Management systems) too. Even though it is not a 'bug tracking' tool it involves working with issues where issues can be features, tasks, bugs/defects, etc.


2 Answers

Fogbugz is a great solution. However, I'm not sure this classes as a suite or not. It maybe does. It has some useful features which include (in addition to the website), Visual Studio integration and Source Control intergration. You can even add comments in your code to tie your fixes, bugs and code together.

like image 83
Amadiere Avatar answered Oct 30 '22 20:10

Amadiere


Another free for single user product is Axosoft's OnTime. It has a Windows client, as well as integrating with Visual Studio. Uses MS SQL Server as store, and supports SQL EXpress, so it's still free.

like image 25
rjrapson Avatar answered Oct 30 '22 21:10

rjrapson