Properties sheet Test Specification for NetBeans 5.0
Author: Lukas Hasik, updated byTomas Musil
Last update: 12.09.2005
Introduction: This is intended as tests of "Properties", "Properties of ..." window and Property Sheets.
Purpose:
Setup: Start IDE with clear userdir. Open Properties from Windows->Properties.
#
Test case [automated]
Description
1
Resize property columns test
1.
Select some node which have some property (e.g. folder, package, file, ... ) 2.
Move splitter between columns "property name" and "property value"
EXPECTED RESULT:
Size of columns is remembered
2
Sorting of properties - Sort By Name
1.
Select some node which have some property (e.g. folder, package, file, ... ) 2.
Right click anywhere to Properties window area and choose Sort By Name from popup
EXPECTED RESULT:
Properties in this Properties Window are sorted by name.
3
Sorting of properties - Sort By Category
1.
Select some node which have some property (e.g. folder, package, file, ... ) 2.
Right click anywhere to Properties window area and choose Sort By Name from popup
EXPECTED RESULT:
properties in this Properties Window are sorted by categories
4
Show Description area
1.
Select some node which have some property (e.g. folder, package, file, ... )
EXPECTED RESULT:
If checked, there is visible Description area at bottom of Properties Window.
5
Description area resize
1.
Enable (see previous test case) and resize the Description area at bottom of Properties window.
EXPECTED RESULT:
You can resize the area.
6
Help in description area
1.
Select in Runtime view node Servers 2.
In properties window in descriprion area, click on question mark
EXPECTED RESULT:
Help concerning this property is triggered.
Purpose:
Setup: Start IDE with clear userdir. Open Properties from Windows->Properties.
#
Test case [automated]
Description
1
Multiple selection, Properties
1.
Select two folders nodes in Files view
EXPECTED RESULT:
Title of the window is "Multiple objects - Properties", you can see <different values> where both values are not equal.
2
Multiple selection, Properties, change value
1.
Select two folders nodes in Files view 2.
In properties window, change property Sort Mode to By Type.
EXPECTED RESULT:
Value of property is changed for both selected nodes.
3
Quick search
1.
Have focus in Properties window 2.
Start typing a name of some property
EXPECTED RESULT:
Quick search is enabled, property with name you typed is selected. See issue 60690. For more tests concerning Quick search, see testspec Files and Projects view.