source: trunk/autoquest-core-usability-evaluation/src/main/resources/defects.props @ 1138

Last change on this file since 1138 was 1134, checked in by adeicke, 11 years ago

Replaced generation of defect description from XMl through plain Java property file.

File size: 1.6 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
Note: See TracBrowser for help on using the repository browser.