Online bug tracking
-
Am I the only one who thinks this looks like a straight rip off of one of the MS ASP.NET sample applications?
Deja View - the feeling that you've seen this post before.
Pete O`Hanlon wrote:
Am I the only one who thinks this looks like a straight rip off of one of the MS ASP.NET sample applications?
I got the same impression -- but anyone who has the good taste to use Winnie-ther-Pooh on their index page gets my vote, regardless of any flaws. (I hope Uncle Bill isn't listening...)
-
Does anyone have any experience of online bug tracking services ( free or otherwise ) ? Any recommendations ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
You might want to take a look at Gemini by CounterSoft. Decent bug tracking, with Issue Linking for non-linear problem tracking and Source Control linking, along with other features. Comes with a free 10 user license. Otherwise you need to purchase a full license from them which gives you unlimited users. Unless you are a non-profit organization, in which case you can apply for a free non-profit license. Gemini[^]
________________________ Ben Santiago, MCP & A+ Programmer (SQL, FoxPro, VB, VB.Net, Java, HTML, ASP, JSP, VBS) Eastern Suffolk BOCES - Student Data Services Programming: Race between programmers building better idiot-proof apps, and the Universe producing better idiots. The Universe is winning. -Rich Cook
-
Pete O`Hanlon wrote:
Am I the only one who thinks this looks like a straight rip off of one of the MS ASP.NET sample applications?
I got the same impression -- but anyone who has the good taste to use Winnie-ther-Pooh on their index page gets my vote, regardless of any flaws. (I hope Uncle Bill isn't listening...)
Ah yes - the Edward Bear section. An excellent choice.
Deja View - the feeling that you've seen this post before.
-
A while back OnTime ran a special where you could get a 5 user license for $5. Never have regretted doing that. I'd suggest you check them out.
-
Am I the only one who thinks this looks like a straight rip off of one of the MS ASP.NET sample applications?
Deja View - the feeling that you've seen this post before.
Pete O`Hanlon wrote:
looks like a straight rip off of one of the MS ASP.NET sample applications
The website mentions it in the homepage ProTrack is based on highly secure, scalable and durable ASP.NET starter Kits, so you can rest assured, it follows the best patterns and practices in ASP.NET.
Omit Needless Words - Strunk, William, Jr.
Vista? Photoshop Preview Handler here
-
Does anyone have any experience of online bug tracking services ( free or otherwise ) ? Any recommendations ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
I recommend Jira (http://www.atlassian.com/software/jira/). You have to self host. It is free for Open Source projects. And fairly cheap (compared to per-seat licensed products) for Professional & Enterprise installs. Don't know if there is anyone on the net providing it as a service though.
-
Does anyone have any experience of online bug tracking services ( free or otherwise ) ? Any recommendations ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
Check out http://elementool.com It is web-based, multi-user, and is free up to 200 incidents. Enjoy. Stephen Richards
-
A while back OnTime ran a special where you could get a 5 user license for $5. Never have regretted doing that. I'd suggest you check them out.
OnTime does not support Test Case management, which is kinda useful to log bugs against. I've used JIRA alot. It's free. Mind you, it also does not support test case management. You could try TargetProcess. It's based on Agile methodolgies etc but it looks good. You can create User Stories, Test Cases, Bugs etc. It's not free, but for most companies I reckon its quite affordable. -- modified at 11:51 Tuesday 10th April, 2007
-
Does anyone have any experience of online bug tracking services ( free or otherwise ) ? Any recommendations ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
We tried BugTraq, but we eventually went with OnTime, running on our own servers. I didn't like the idea of giving someone else my entire record of bugs. http://www.axosoft.com/products/ontime.aspx[^] It is so much more than just a bug tracker. This software is very nice. It has a Visual Studio plugin, which is very convenient.
"Quality Software since 1983!"
http://www.smoothjazzy.com/ - see the "Programming" section for freeware tools and articles. -
Does anyone have any experience of online bug tracking services ( free or otherwise ) ? Any recommendations ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Does anyone have any experience of online bug tracking services ( free or otherwise ) ? Any recommendations ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
Try Bugzilla. It is free and pretty good. http://www.bugzilla.org/[^]
-
Does anyone have any experience of online bug tracking services ( free or otherwise ) ? Any recommendations ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
VASoftware which powers sourceforge.net has an enterprise edition that has a free download with 15 users. For more users than that it's a one time fee of about $1000/user + 20% annual maintenance, but if you have a small team, 15 users free forever seems nice and it has a lot of nice features (document management, feature/defect/anything tracking, task management, release management, source repositories (cvs or svn)). You can find it here. David