|
Last change
on this file since 1208 was
1150,
checked in by adeicke, 13 years ago
|
|
Added usage patterns and mechanism for detecting them.
|
|
File size:
1.6 KB
|
| Line | |
|---|
| 1 | [NoLetterOrDigitRatioMetric]
|
|---|
| 2 |
|
|---|
| 3 | description = 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 |
|
|---|
| 9 | severity.high = 0.1
|
|---|
| 10 | severity.medium = 0.05
|
|---|
| 11 | severity.low = 0.02
|
|---|
| 12 | severity.info = 0.01
|
|---|
| 13 |
|
|---|
| 14 | [TextInputEntryRepetitionsMetric]
|
|---|
| 15 |
|
|---|
| 16 | description = 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 |
|
|---|
| 22 | severity.high = 10
|
|---|
| 23 | severity.medium = 4
|
|---|
| 24 | severity.low = 2
|
|---|
| 25 | severity.info = 1
|
|---|
| 26 |
|
|---|
| 27 | [TextInputRatioMetric]
|
|---|
| 28 |
|
|---|
| 29 | description = 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 |
|
|---|
| 35 | severity.high = 0.9
|
|---|
| 36 | severity.medium = 0.7
|
|---|
| 37 | severity.low = 0.5
|
|---|
| 38 | severity.info = 0.3
|
|---|
| 39 |
|
|---|
| 40 | [LongFormUsageDefect]
|
|---|
| 41 |
|
|---|
| 42 | description = Long form detected. |
|---|
Note: See
TracBrowser
for help on using the repository browser.