Actions Wizard Test Specification for NetBeans 6.0
Author: Petr Zajac
Last update: 08/24/2007
Introduction: This test specification tets Action wizard of NetBeans module project.
Test suite: Action Wizard
Purpose:
Setup:
Create a netbeans module project. Show action template - New Action wizard.
- Category
- Change different catogories.
- EXPECTED RESULT: Action is placed to Actions|Category_name folder.
- Global Menu Item
- Set Global Menu Item location.
- EXPECTED RESULT: The Action is placed to selected Main menu.
- Global Toolbar button
- Set Global Toolbar button location.
- EXPECTED RESULT: The Action is placed to selected Toolbar category.
- Global Keyborad shortcut
- Set Keyboard shortcut.
- EXPECTED RESULT: Test if the the shortcut works in running application.
- File Type context Menu Item
- Set context menu item location for text/x-java mimetype.
- EXPECTED RESULT: The Java file has the action in popup in project view. The context menu item
should be used only for Conditionally Enabled (Use Cookie class) action type.
- Editor Context Menu Item
- Set Editor Context Menu Item for text/x-java mimetype.
- EXPECTED RESULT: The action will be shown in popup menu of java editor. The Editor Context Menu Item
is used only for Conditionally Enabled action type.
- Separator Before
- Set separator before checkbox for various Action location
- EXPECTED RESULT: The separator is placed in menu before the action location
- Separator After
- Set separator after checkbox for various Action's location
- EXPECTED RESULT: The separator is placed in menu after the Action location
- Class Name
- Set different classnames for the action
- EXPECTED RESULT: The finish button is enabled when correct classname was typed. Othewise error
message was shown.
- Display Name
- Set display name for the action
- EXPECTED RESULT: The finish button is shown on non empty action display name.
- Multiselection
- Set multiselection for Conditionally enabled action
- Add the action to context menu for text/x-java mimetype
- EXPECTED RESULT: The action is enabled for multiselected javafiles in project view
- Icon
- Set Icon for action
- EXPECTED RESULT: The icon is shown in menu during module run
Generated: Tue Dec 19 16:28:55 CET 2006