source: trunk/autoquest-plugin-usability2/src/main/resources/defects.props @ 1943

Last change on this file since 1943 was 1326, checked in by khartmann, 10 years ago

Moved alexanders code into a new plugin project.
First commit of my experimental code (needs a lot of cleanup).

File size: 3.0 KB
Line 
1[NoLetterOrDigitRatioMetric]
2
3description = The ratio of interactions that enter text into text fields is \
4              relatively high in comparison with the other user interactions (%f). \
5              This should be reduced. As an example, entering data can also be \
6              done using check boxes or combo boxes in the case  predefined values \
7              must be entered.
8
9severity.high = 0.1
10severity.medium = 0.05
11severity.low = 0.02
12severity.info = 0.01
13
14[TextInputEntryRepetitionsMetric]
15
16description = Several interactions that enter text into text fields repeat tokens such \
17              as words or specific signs (%f). This is an indicator that the same data \
18              must be entered several times. This could be better supported by using e.g. \
19              automatic filling of input fields, provision of combo boxes or lists prefilled \
20              with data that was already entered previously.
21
22severity.high = 10
23severity.medium = 4
24severity.low = 2
25severity.info = 1
26
27[TextInputRatioMetric]
28
29description = Much of the text entered into text fields contains signs other than letters or \
30              digits (%f). This is an indicator that the entered data has to follow a specific \
31              syntax. This should be supported by syntax checking, auto completion or even providing \
32              the text fields in a way that does not require the entering of special signs as they \
33              are already included at the right positions.
34
35severity.high = 0.9
36severity.medium = 0.7
37severity.low = 0.5
38severity.info = 0.3
39
40[RedundantScrollingMetric]
41
42description = There is a lot of back- and forth scrolling present (%f). \
43              Use pagenation or other means to reduce the size of the presented contend. \
44              If the pages are based on scrolling (like a news page or a table) make sure \
45              users only need to scroll in one direction (preferable down) when doing common \
46              tasks.
47
48severity.high = 2.0
49severity.medium = 1.0
50severity.low = 0.7
51severity.info = 0.5
52
53[SameTargetEditingMetric]
54
55description = The value of one of your Input fields is changed notably often (%f). \
56              Check the description and explanations concerning this field for \
57              disambigous or falseleading passages. If this field is meant to be \
58              used as a general purpose data input (like a search field or a "captcha" \
59              input) you may safely ignore this warning.
60
61severity.high = 5
62severity.medium = 4
63severity.low = 3
64severity.info = 2
65
66[OnTaskTimeMetric]
67description = On-task-time varies considerably for one of one of the analysed tasks. \
68              This may be a hint for a usability problem.
69
70severity.high = 5
71severity.medium = 4
72severity.low = 3
73severity.info = 2
74
75[PatternProblem]
76
77description = Test-pattern detected.
78
79[LongFormUsageProblem]
80
81description = Long form detected.
82
83[InputMethodSwitching]
84
85description = Something
Note: See TracBrowser for help on using the repository browser.