| # | Test case [automated] | Description |
| 1 | default folders on unix | 1.
Start ide with fresh userdir. 2.
Open favorites tab from Window|Favorites menuitem.
|
|
EXPECTED RESULT:
The user home folder is in the favorites. |
| 2 | default folders on unix | 1.
Start ide with fresh userdir. 2.
Open favorites tab from Window|Favorites menuitem.
|
|
EXPECTED RESULT:
? |
| 3 | Add a java package to the Favorites | 1.
Open a java project. 2.
Perform Tools|Add to Favorites action on a package from project.
|
|
EXPECTED RESULT:
The folder of the package is added to the Favorites. The Favorites window is focused. |
| 4 | Add a folder from Favorites | 1.
Open a java project. 2.
Perform Add to the Favorites action on the Favorites root node in the Favorites window. 3.
A file chooser is shown. Select a folder in the file chooser a click to Add button.
|
|
EXPECTED RESULT:
The folder is added to the Favorites. The Favorites window is focused. |
| 5 | Add nonexistend file from Favorites | 1.
Perform Add to the Favourites action on the Favourites root node in the Favorites window. 2.
Type illegal (nonexistent) file name to the filechooser's edit field. 3.
Click to Add button.
|
|
EXPECTED RESULT:
The information dialog about nonexistent file is shown. |
| 6 | Remove form Fovorites | 1.
Select a item in Favorites view. 2.
Perfom Remove from favorites action on selected node.
|
|
EXPECTED RESULT:
The item is removed from Favorites view |
| 7 | New Empty file in favorites root folder | 1.
Select a root of mounted folder in Favorites. 2.
Perform New|Empty file on the selected node. 3.
The New empty file dialog is shown. Type a file with a extension and then oress the Ok button.
|
|
EXPECTED RESULT:
New file is created in selected folder. The created file is opened in editor. |
| 8 | New Empty file in a subfolder of root folder | 1.
Select a subfolder in mounted folder. 2.
Perform New|Empty file on the selected node. 3.
The New empty file dialog is shown. Type a file with a extension and then press the Ok button.
|
|
EXPECTED RESULT:
New file is created in selected folder. The created file is opened in editor. |
| 9 | New folder in favorites folder | 1.
Select a root of mounted folder in Favorites. 2.
Perform New|Folder on the selected node. 3.
The New folder dialog is shown. Type a name of new folder and then push the Ok button.
|
|
EXPECTED RESULT:
New folder is created in the selected folder. |
| 10 | Ignored files | 1.
Change the Ignored Files property in Ide Configuration|System settings. 2.
See to the Favorites.
|
|
EXPECTED RESULT:
The files have to be filter in favorites folder. |