TS 60 PropertySheet
Properties sheet Test Specification for NetBeans 6.0
Author: Lukas Hasik, updated byTomas Musil
Last update: 15.06.2007
Introduction: This is intended as tests of "Properties", "Properties of ..." window and Property Sheets.
Contents |
Test suite: Properties tests
Purpose: Properties Window test.
Setup: Start IDE with clear userdir. Open some java project. Open Properties window from Windows-> Properties.
- Opening properties of folder in Files view
- In Files view, select some folder of the opened project (e.g. Src folder)
- push Properties from popup menu
- EXPECTED RESULT: Sheet "{folder you selected} - Properties" arise. Check consistency between arised sheet and Properties window..
- Properties window refresh
- In Files view, select some folder of the opened project (e.g. Src folder)
- Select another folder (e.g. test)
- EXPECTED RESULT: Properties window titled "{folder you last selected} - Properties" refreshes and shows properties of actual selected folder
- Changing sort order in folder
- In Files view, select folder of opened project (e.g. JavaApplication1 folder)
- In Properties window, change Sort mode
- EXPECTED RESULT: Sort order of items in project folder is changed.
- Project properties
- In Files view, select folder of opened project (e.g. JavaApplication1 folder)
- push Properties from popup menu
- EXPECTED RESULT: Property sheet arised, properties of project ate displayed.
- Rename via property "name"
- Select in Projects view some source package (e.g. javaapplication1)
- In properties window, change property NAME
- EXPECTED RESULT: Refactoring should be launched, package should be renamed. See issue (60663).
Test suite: Property Sheets tests
Purpose:
Setup: Start IDE with clear userdir. Open Properties from Windows->Properties.
- Sorting of properties - Sort By Name
- right click anywhere to Properties window area and choose Sort By Name from popup.
- {{{1}}}
- Sorting of properties - Sort By Category
- right click anywhere to Properties window area and choose Sort By Category from popup.
- {{{1}}}
- Show Description area
- right click anywhere to Properties window area and choose Show description area from popup.
- EXPECTED RESULT: if checked then there is visible Description area at bottom of Properties Window.
- Description area resize
- Resize the Description area at bottom of Properties window.
- EXPECTED RESULT: You can resize the area.
Test suite: Property Sheets tests 2
Purpose:
Setup: Start IDE with clear userdir. Open Properties from Windows->Properties.
- Multiple selection, Properties
- select two folders nodes in Explorer
- push Properties from popup menu
- {{{1}}}
- Multiple selection, Properties, change value
- select two folders nodes in Explorer
- push Properties from popup menu
- change property Sort Mode to By Type.
- EXPECTED RESULT: Value of property is changed for both selected nodes.
Generated: Thu Dec 14 15:18:41 CET 2006