Poll: What do you use to track your bugs?
61–70 of 76 posts
Re: Poll: What do you use to track your bugs?
#62Re: Poll: What do you use to track your bugs?
#63For those of you who don't know, the OP founded http://bugherd.com/ toast76, can you explain what makes BugHerd unique?
Awesome leading question, thanks! BugHerd is a tracker for web developers and designers run within the website you're working on. Part feedback tool, part bug tracker, part QA tool. It's a bug tracker that engineers, designers, clients and stakeholders can all use. Each group has a different interface meaning no one is ever in over their head. A lot of the stuff you normally have to enter manually is logged/tracked a…
Re: Poll: What do you use to track your bugs?
#64Re: Poll: What do you use to track your bugs?
#65Emacs http://orgmode.org/ in combination with http://mercurial.selenic.com/
Me too. Org mode works very well as a personal bug/task tracker but I don't know how I'd use it for collaborative work.
Re: Poll: What do you use to track your bugs?
#66What? No RT?
Request Tracker by Best Practical is an amazingly flexible product, straightforward, yet easily tweaked into whatever workflow most any organization could need.
That said, we use TRAC for software project management and project-based issue tracking.
Re: Poll: What do you use to track your bugs?
#67Earlier quoted context omitted.
Awesome leading question, thanks! BugHerd is a tracker for web developers and designers run within the website you're working on. Part feedback tool, part bug tracker, part QA tool. It's a bug tracker that engineers, designers, clients and stakeholders can all use. Each group has a different interface meaning no one is ever in over their head. A lot of the stuff you normally have to enter manually is logged/tracked a…
I like the visual selector similar to firebug or chrome developer tools to select a div or element in the page. Though, my question is, what information are you saving per bug when you are selecting a "feature" of the webpage? It would seem that on any website that is not static that you would need to save the whole page images included for each bug so that you can show the bug at the time of inception or at least a…
When a user goes to look at that bug, they're taken to the actual page and location where the problem occurred. This means that even as the page changes our bug tagging still points to the right place.
We also keep tabs on all sorts of user/browser information to ensure a bug can be replicated. We have some more tricks up our sleeve for replicating page state and user data (not yet released).
Re: Poll: What do you use to track your bugs?
#68Re: Poll: What do you use to track your bugs?
#69TrackJumper - simplest tracker I've found http://trackjumper.com/
Re: Poll: What do you use to track your bugs?
#70The only other place I've noticed Roundup being used is for Python.