| # | Test case [automated] | Description |
| 1 | Opening Help Window [Done]
| 1.
press F1
|
|
EXPECTED RESULT:
Help Window arise. |
| 2 | Opening help by menu Help | Contents [Done]
| 1.
Push menu Help | Contents
|
|
EXPECTED RESULT:
Help Window is opened and "Using IDE Help system" page is shown.
Title is "IDE Help" and Contents tab is selected. |
| 3 | Opening help by help button - frame [Done]
| 1.
Push from menu Edit | Replace
2.
Push button Help from Replace window
|
|
EXPECTED RESULT:
Help window arise and it is possible work with both windows (Help & Replace). |
| 4 | Closing help invoked by help button - frame [Done]
| 1.
Push from menu Edit | Replace
2.
Push button Help from Replace window 3.
Close Replace window
|
|
EXPECTED RESULT:
Help window is still opened on the top. |
| 5 | Opening help by help button - modal dialog [Done]
| 1.
Push from menu Tools | Java Platform Manager
2.
Push button Help from Java Platform Manager.
|
|
EXPECTED RESULT:
Help window arises and it is possible work with both windows (Help & Java Platform Manager).
Java Platform Manager shrinks on the side to be whole Help Window and Java Platform Manager visible. |
| 6 | Closing help invoked by help button - modal dialog [Done]
| 1.
Push from menu Tools | Java Platform Manager
2.
Push button Help from Java Platform Manager. 3.
Close Java Platform Manager
|
|
EXPECTED RESULT:
Both windows (Java Platform Manager & Help) are closed. |
| 7 | Opening help by help button - nested modal dialog | 1.
Push from menu Tools | Java Platform Manager
2.
Push button Add Platform ... from Java Platform Manager. 3.
Push button Help from Add Platform window.
|
|
EXPECTED RESULT:
Help window arises and it is possible work with it. |
| 8 | Search in index [Done]
| 1.
Push menu Help | Contents
2.
Select tab Index in Help window 3.
Type "compile" to Find textfield
|
|
EXPECTED RESULT:
First occurrence of string "compile" in index list is selected and appropriate page is shown. |
| 9 | Contextual search [Done]
| 1.
Push menu Help | Contents
2.
Select tab Search in Help window 3.
Type "NetBeans" to Find textfield
|
|
EXPECTED RESULT:
List of pages contain string "NetBeans" are listed in the search results
list and appropriate page is shown with selected first occurrence of searched string. |
| 10 | Contextual search - no result | 1.
Push menu Help | Contents
2.
Select tab Search in Help window 3.
Type "xxx" to Find textfield
|
|
EXPECTED RESULT:
User should be informed about no result. |