Mobile app version of vmapp.org
Login or Join
Karen161

: Let tester directly click on web site to report bugs, similar to bugherd? I'm doing website User Testing and want them to report issues by clicking on web site and type text into a comment

@Karen161

Posted in: #Testing #Users #WebDevelopment #WebsiteDesign

I'm doing website User Testing and want them to report issues by clicking on web site and type text into a comment box. Similar to diigo.com or bugherd.com

Bugherd is designed for this but it is still at an early stage -- too unstable for our production use as of Aug 2011. (Very impressive, though.)

Diigo is not designed for bug tracking. It kind of works but I can't really integrate with our bug-fixing workflow.

Apart from the obvious screenshot->save image->upload image to a bug tracker, are there ways to allow our users to easily point-and-click and input bugs?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Karen161

1 Comments

Sorted by latest first Latest Oldest Best

 

@Sent6035632

SnapEngage lets visitors report bugs directly from the page they're viewing. It's aimed at site owners who want to offer live support, but they have an 'offline' mode which lets users report issues when you're not around. It includes client-side screenshot functionality (requires Java on the client).

You might also consider rolling your own solution by creating screenshots on the client-side using JavaScript, then uploading them to your server when the user posts the report.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme