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

Last change on this file since 442 was 442, checked in by pharms, 12 years ago

Initial import.

  • Property svn:mime-type set to application/xml
File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<defectDescriptions
3  xmlns="http://quest"
4  xmlns:b="http://quest"
5  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6  xsi:schemaLocation="http://quest defectDescriptions.xsd">
7  <b:defectDescription defectId="TEXT_FIELD_INPUT_RATIO">
8    <textFragment>
9      The ratio of interactions that enter text into text fields is
10      relatively high in comparison with the other user interactions (
11    </textFragment>
12    <b:parameterFragment parameterName="textInputRatio" />
13    <textFragment>
14      ). This should be reduced. As an
15      example, entering data can also be done using check boxes or combo boxes in the case
16      predefined values must be entered.
17    </textFragment>
18  </b:defectDescription>
19  <defectDescription defectId="TEXT_FIELD_INPUT_REPETITIONS">
20    <textFragment>Several interactions that enter text into text fields repeat
21      tokens such as words or specific signs (
22    </textFragment>
23    <b:parameterFragment parameterName="textRepetitionRatio" />
24    <textFragment>
25      ). This is an indicator that the same data must be
26      entered several times. This could be better supported by</textFragment>
27  </defectDescription>
28</defectDescriptions>
Note: See TracBrowser for help on using the repository browser.