source: trunk/quest-core-usability/src/main/resources/defectDescriptions_en.xml @ 496

Last change on this file since 496 was 496, checked in by pharms, 12 years ago
  • added further text entry based evaluation rule
  • Property svn:mime-type set to application/xml
File size: 1.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<defectDescriptions
3  xmlns="http://quest"
4  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5  xsi:schemaLocation="http://quest defectDescriptions.xsd">
6 
7  <defectDescription defectId="TEXT_FIELD_INPUT_RATIO">
8    <textFragment>
9      The ratio of interactions that enter text into text fields is relatively high in comparison
10      with the other user interactions (
11    </textFragment>
12    <parameterFragment parameterName="textInputRatio" />
13    <textFragment>
14      ). This should be reduced. As an example, entering data can also be done using check boxes
15      or combo boxes in the case predefined values must be entered.
16    </textFragment>
17  </defectDescription>
18 
19  <defectDescription defectId="TEXT_FIELD_INPUT_REPETITIONS">
20    <textFragment>
21      Several interactions that enter text into text fields repeat tokens such as words or
22      specific signs (
23    </textFragment>
24    <parameterFragment parameterName="textRepetitionRatio" />
25    <textFragment>
26      ). This is an indicator that the same data must be entered several times. This could be
27      better supported by using e.g. automatic filling of input fields, provision of combo
28      boxes or lists prefilled with data that was already entered previously.
29    </textFragment>
30  </defectDescription>
31 
32  <defectDescription defectId="TEXT_FIELD_NO_LETTER_OR_DIGIT_RATIO">
33    <textFragment>
34      Much of the text entered into text fields contains signs other than letters or digits (
35    </textFragment>
36    <parameterFragment parameterName="noLetterOrDigitRatio" />
37    <textFragment>
38      ). This is an indicator that the entered data has to follow a specific syntax. This should
39      be supported by syntax checking, auto completion or even providing the text fields in a way
40      that does not require the entering of special signs as they are already included at the right
41      positions.
42    </textFragment>
43  </defectDescription>
44</defectDescriptions>
Note: See TracBrowser for help on using the repository browser.