| # | Test case [automated] | Description |
| 1 | Property Editor for type : java.lang.Color, in place [Done]
| 1.
click on property Color (default value="null") 2.
type in created textfield "20,10,100" 3.
press Enter
|
|
EXPECTED RESULT:
New value is "[20,10,100]". |
| 2 | Property Editor for type : java.lang.Color, in place - invalid value [Done]
| 1.
click on property class (default value="null") 2.
type in created textfield "xx color" 3.
press Enter
|
|
EXPECTED RESULT:
Value isn't changed "null". |
| 3 | Property Editor for type : java.awt.Color, combo | 1.
click on property Color (default value="null") 2.
change value by choosing from expanded combobox to "red" 3.
press Enter
|
|
EXPECTED RESULT:
New value is "red") and icon red rectangle is displayed behind color name. |
| 4 | Property Editor for type : java.awt.Color - Customizer, Swatches [Done]
| 1.
click on property Color (default value="null") 2.
push ...
3.
in opened Color Property Editor select tab Swatches
4.
select 50,50,50
5.
push Ok
|
|
EXPECTED RESULT:
New value is "[50,50,50]") and colored icon is displayed behind color name. |
| 5 | Property Editor for type : java.awt.Color - Customizer, System Palette | 1.
click on property Color (default value="null") 2.
push ...
3.
in opened Color Property Editor select tab System Palette
4.
select Active Caption
5.
push Ok
|
|
EXPECTED RESULT:
New value is "Active Caption") and colored icon is displayed behind color name. |
| 6 | Property Editor for type : java.awt.Color - customizer, Cancel [Done]
| 1.
click on property Color (default value="null") 2.
push ...
3.
in opened Color Property Editor select tab System Palette
4.
select Active Caption
5.
push Cancel
|
|
EXPECTED RESULT:
Value isn't changed "null". |
| 7 | Property Editor for type : java.awt.Dimension [Done]
| 1.
click on property Dimension (default value="null") 2.
type in created textfield "10,20" 3.
press Enter
|
|
EXPECTED RESULT:
New value is "[10,20]". |
| 8 | Property Editor for type : java.awt.Dimension - invalid value [Done]
| 1.
click on property Dimension (default value="null") 2.
type in created textfield "xx" 3.
press Enter
|
|
EXPECTED RESULT:
Information dialog {Invalid value..} arise and value isn't changed "null". |
| 9 | Property Editor for type : java.awt.Dimension, only one value [Done]
| 1.
click on property Dimension (default value="null") 2.
type in created textfield "10" 3.
press Enter
|
|
EXPECTED RESULT:
New value is "[10,10]". |
| 10 | Property Editor for type : java.awt.Dimension, Customizer [Done]
| 1.
click on property Dimension (default value="null") 2.
push ...
3.
in opened Dimension Property Editor write "30" to the Width textfield
and "40" to the Height textfield 4.
push Ok
|
|
EXPECTED RESULT:
New value is "[30,40]". |
| 11 | Property Editor for type : java.awt.Dimension, Customizer, Cancel [Done]
| 1.
click on property Dimension (default value="null") 2.
push ...
3.
in opened Dimension Property Editor write "300" to the Width textfield
and "400" to the Height textfield 4.
push Cancel
|
|
EXPECTED RESULT:
Value isn't changed "null". |
| 12 | Property Editor for type : java.awt.Dimension, Customizer, Invalid [Done]
| 1.
click on property Dimension (default value="null") 2.
push ...
3.
in opened Dimension Property Editor write "xx" to the Width textfield
and "ww" to the Height textfield 4.
push Ok
|
|
EXPECTED RESULT:
Information dialog {Invalid value..} arise and value isn't changed "null". |
| 13 | Property Editor for type : java.awt.Font, Customizer [Done]
| 1.
click on property Font (default value={default font}) 2.
push ...
3.
in opened Font Property Editor select in Font list "Arial" 4.
select in Font Type list "Bold" 5.
type size toSize textfield "10" 6.
push Ok
|
|
EXPECTED RESULT:
Value is changed and displayed font of property value is the same as property value("Arial Bold 10". |
| 14 | Property Editor for type : java.awt.Font, Customizer, not listed size [Done]
| 1.
click on property Font (default value={default font}) 2.
push ...
3.
in opened Font Property Editor select in Font list "Arial" 4.
select in Font Type list "Bold" 5.
type size toSize textfield "13" 6.
push Ok
|
|
EXPECTED RESULT:
Value is changed and displayed font of property value is the same as property value("Arial Bold 13". |
| 15 | Property Editor for type : java.awt.Font, Customizer, Cancel [Done]
| 1.
click on property Font (default value={default font}) 2.
push ...
3.
in opened Font Property Editor select in Font list "Arial" 4.
select in Font Type list "Bold" 5.
type size toSize textfield "100" 6.
push Cancel
|
|
EXPECTED RESULT:
Value isn't changed {default font}. |
| 16 | Property Editor for type : java.awt.Font, Customizer, invalid [Done]
| 1.
click on property Font (default value={default font}) 2.
push ...
3.
in opened Font Property Editor select in Font list "Arial" 4.
select in Font Type list "Bold Italic" 5.
type size toSize textfield "xx" 6.
push Ok
|
|
EXPECTED RESULT:
Value is changed and displayed font of property value is the same as property value "Arial Bold Italic {previous size}". |
| 17 | Property Editor for type : java.awt.Insets [Done]
| 1.
click on property Insets (default value="null") 2.
type in created textfield "10,20,30,40" 3.
press Enter
|
|
EXPECTED RESULT:
New value is "[10,20,30,40]". |
| 18 | Property Editor for type : java.awt.Insets - invalid value [Done]
| 1.
click on property Insets (default value="null") 2.
type in created textfield "xx" 3.
press Enter
|
|
EXPECTED RESULT:
Information dialog {Invalid value..} arise and value isn't changed "null". |
| 19 | Property Editor for type : java.awt.Insets - only one value [Done]
| 1.
click on property Insets (default value="null") 2.
type in created textfield "10" 3.
press Enter
|
|
EXPECTED RESULT:
New value is "[10,10,10,10]". |
| 20 | Property Editor for type : java.awt.Insets, Customizer [Done]
| 1.
click on property Insets (default value="null") 2.
push ...
3.
in opened Insets Property Editor write "10" to the Top textfield
and "20" to the Left textfield
and "30" to the Bottom textfield
and "40" to the Right textfield 4.
push Ok
|
|
EXPECTED RESULT:
New value is "[10,20,30,40]". |
| 21 | Property Editor for type : java.awt.Insets, Customizer, Cancel [Done]
| 1.
click on property Insets (default value="null") 2.
push ...
3.
in opened Insets Property Editor write "100" to the Top textfield
and "200" to the Left textfield
and "300" to the Bottom textfield
and "400" to the Right textfield 4.
push Cancel
|
|
EXPECTED RESULT:
Value isn't changed "null". |
| 22 | Property Editor for type : java.awt.Insets, Customizer, invalid [Done]
| 1.
click on property Insets (default value="null") 2.
push ...
3.
in opened Insets Property Editor write "xx" to the Top textfield
and "200" to the Left textfield
and "300" to the Bottom textfield
and "400" to the Right textfield 4.
push Ok
|
|
EXPECTED RESULT:
Information dialog {Invalid value..} arise and value isn't changed "null". |
| 23 | Property Editor for type : java.awt.Point [Done]
| 1.
click on property Point (default value="null") 2.
type in created textfield "10,20" 3.
press Enter
|
|
EXPECTED RESULT:
New value is "[10,20]". |
| 24 | Property Editor for type : java.awt.Point - invalid value [Done]
| 1.
click on property Point (default value="null") 2.
type in created textfield "xx" 3.
press Enter
|
|
EXPECTED RESULT:
Information dialog {Invalid value..} arise and value isn't changed "null". |
| 25 | Property Editor for type : java.awt.Point, only one value [Done]
| 1.
click on property Point (default value="null") 2.
type in created textfield "10" 3.
press Enter
|
|
EXPECTED RESULT:
New value is "[10,10]". |
| 26 | Property Editor for type : java.awt.Point, Customizer [Done]
| 1.
click on property Point (default value="null") 2.
push ...
3.
in opened Point Property Editor write "30" to the X textfield
and "40" to the Y textfield 4.
push Ok
|
|
EXPECTED RESULT:
New value is "[30,40]". |
| 27 | Property Editor for type : java.awt.Point, Customizer, Cancel [Done]
| 1.
click on property Point (default value="null") 2.
push ...
3.
in opened Point Property Editor write "300" to the X textfield
and "400" to the Y textfield 4.
push Cancel
|
|
EXPECTED RESULT:
Value isn't changed "null". |
| 28 | Property Editor for type : java.awt.Point, Customizer, invalid [Done]
| 1.
click on property Point (default value="null") 2.
push ...
3.
in opened Point Property Editor write "xx" to the X textfield
and "20" to the Y textfield 4.
push Ok
|
|
EXPECTED RESULT:
Information dialog {Invalid value..} arise and value isn't changed "null". |
| 29 | Property Editor for type : java.awt.Rectangle [Done]
| 1.
click on property Rectangle (default value="null") 2.
type in created textfield "10,20,30,40" 3.
press Enter
|
|
EXPECTED RESULT:
New value is "[10,20,30,40]". |
| 30 | Property Editor for type : java.awt.Rectangle - invalid value [Done]
| 1.
click on property Rectangle (default value="null") 2.
type in created textfield "xx" 3.
press Enter
|
|
EXPECTED RESULT:
Information dialog {Invalid value..} arise and value isn't changed "null". |
| 31 | Property Editor for type : java.awt.Rectangle - only one value [Done]
| 1.
click on property Rectangle (default value="null") 2.
type in created textfield "30" 3.
press Enter
|
|
EXPECTED RESULT:
New value is "[30,30,30,30]". |
| 32 | Property Editor for type : java.awt.Rectangle, Customizer [Done]
| 1.
click on property Rectangle (default value="null") 2.
push ...
3.
in opened Rectangle Property Editor write "10" to the X textfield
and "20" to the Y textfield
and "30" to the Width textfield
and "40" to the Height textfield 4.
push Ok
|
|
EXPECTED RESULT:
New value is "[10,20,30,40]". |
| 33 | Property Editor for type : java.awt.Rectangle, Customizer, Cancel [Done]
| 1.
click on property Rectangle (default value="null") 2.
push ...
3.
in opened Rectangle Property Editor write "100" to the X textfield
and "200" to the Y textfield
and "300" to the Width textfield
and "400" to the Height textfield 4.
push Cancel
|
|
EXPECTED RESULT:
Value isn't changed "null". |
| 34 | Property Editor for type : java.awt.Rectangle, Customizer, invalid [Done]
| 1.
click on property Rectangle (default value="null") 2.
push ...
3.
in opened Rectangle Property Editor write "xx" to the X textfield
and "20" to the Y textfield
and "30" to the Width textfield
and "50" to the Height textfield 4.
push Ok
|
|
EXPECTED RESULT:
Information dialog {Invalid value..} arise and value isn't changed "null". |