source: trunk/autoquest-core-usability/src/main/resources/defectDescriptions_en.xml @ 1335

Last change on this file since 1335 was 1335, checked in by pharms, 11 years ago
  • corrected and extended usability evaluations
  • checking now more text field specific for required input formats and word repetitions
  • checking also for required scrolls
  • Property svn:mime-type set to application/xml
File size: 2.6 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      In
22    </textFragment>
23    <parameterFragment parameterName="textRepetitionRatio" />
24    <textFragment>
25      % of entering text into text field
26    </textFragment>
27    <parameterFragment parameterName="textField1" />
28    <textFragment>
29      , the same text was also entered into text field
30    </textFragment>
31    <parameterFragment parameterName="textField2" />
32    <textFragment>
33      during the same session. Perhaps this can be automated, so that the user does not have to
34      reenter the same text several times into different text fields.
35    </textFragment>
36  </defectDescription>
37 
38  <defectDescription defectId="TEXT_FIELD_NO_LETTER_OR_DIGIT_RATIO">
39    <parameterFragment parameterName="noLetterOrDigitRatio" />
40    <textFragment>
41      % of the text entered into text field
42    </textFragment>
43    <parameterFragment parameterName="textField" />
44    <textFragment>
45      was no letter or digit. This is an indicator that the entered data has to follow a specific
46      syntax. This should be supported by syntax checking, auto completion or even providing the
47      text fields in a way that does not require the entering of special signs as they are already
48      included at the right positions.
49    </textFragment>
50  </defectDescription>
51 
52  <defectDescription defectId="SCROLL_REQUIRED">
53    <textFragment>
54      In
55    </textFragment>
56    <parameterFragment parameterName="scrollRatio" />
57    <textFragment>
58      % of all occurrences, the task
59    </textFragment>
60    <parameterFragment parameterName="task" />
61    <textFragment>
62      is started with a scroll. This should be prevented as scrolling decreases the efficiency of
63      the user and indicates, that not all required information is visible at once in the
64      respective view. However, scrolling for reading of texts is no problem.
65    </textFragment>
66  </defectDescription>
67</defectDescriptions>
Note: See TracBrowser for help on using the repository browser.