Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-6796286

Inconsistent style for editing numeric values in IntQuestion, FloatQuestion and PropertiesQuestion

    • x86
    • windows_xp

      Javatest 4.2 (applicable since version 4.0):

      Configuration Editor input fileds for IntQuestion and FloatQuestion objects require user to enter values according to current locale settings. In contrary PropertiesQuestion with IntConstraints and FloatConstraints require user to enter values in Java-style.

      Example:
      - customize locale settings for your environment to have ',' (comma) as decimal separator and ' ' (space) as thousands separator.
      - start Harness. Open WD for TestSuite that has Interview questions as said above.
      - edit values. Note that:
       -- IntQuestion accepts '1 000'
       -- PropertiesQuestion with IntConstraints accepts '1000'
       -- FloatQuestion accepts '1 000,5'
       -- PropertiesQuestion with FloatConstraints accepts '1000.5'

      Such inconsistency may surprise and confuse user.

            dbessono Dmitry Bessonov
            kromanovorcl Konstantin Romanovskiy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: