What metrics for GUI usability do you know?

本小妞迷上赌 提交于 2019-12-21 04:46:10

问题


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?


回答1:


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.



回答2:


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.




回答3:


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.




回答4:


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.



来源:https://stackoverflow.com/questions/42863/what-metrics-for-gui-usability-do-you-know

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!