vote up 3 vote down star
2

Of course the best metric would be a happiness of your users.
But what metrics do you know for GUI usability measurements?
For example, one of the common metrics is a average click count to perform action. What other metrics do you know?

flag

33% accept rate

6 Answers

vote up 0 vote down

check:

http://www.iqcontent.com/blog/2007/05/a-really-simple-metric-for-measuring-user-interfaces/

Here is a simple pre-launch check you should do on all your web applications. It only takes about 5 seconds and one screeshot

Q: “What percentage of your interface contains stuff that your customers
    want to see?”
  1. 10%
  2. 25%
  3. 100%

If you answer a, or b then you might do well, but you’ll probably get blown out of the water once someone decides to enter the market with option c.

link|flag
vote up 0 vote down

Not strictly usability, but we sometimes measure the ratio of the GUI and the backend code. This is for the managers, to remind them, that while functionality is importaint, the GUI should get a proportional budget for user testing and study too.

link|flag
vote up 0 vote down

I just look at where I want users to go and where (physically) they are going on screen, I do this with data from Google Analytics.

link|flag
vote up 0 vote down

@aku,

For the most part it's our QA people who do these metrics. They just appear as "Improvement" or "Bug" items on our JIRA tracker. :P

Not sure what statistics they collect though, and at what point they consider a usability issue a bug, or an improvement.

link|flag
vote up 1 vote down

@Jon Limjap, I agree that Nielsen's articles is a great source. Did you try to collect such metrics?

link|flag
vote up 5 vote down

Jakob Nielsen has several articles regarding usability metrics, including one that is entitled, well, Usability Metrics:

The most basic measures are based on the definition of usability as a quality metric:

  • success rate (whether users can perform the task at all),
  • the time a task requires,
  • the error rate, and
  • users' subjective satisfaction.
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.