[RSS]

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.

  1. Category
    1. Change different catogories.
    • EXPECTED RESULT: Action is placed to Actions|Category_name folder.
  2. Global Menu Item
    1. Set Global Menu Item location.
    • EXPECTED RESULT: The Action is placed to selected Main menu.
  3. Global Toolbar button
    1. Set Global Toolbar button location.
    • EXPECTED RESULT: The Action is placed to selected Toolbar category.
  4. Global Keyborad shortcut
    1. Set Keyboard shortcut.
    • EXPECTED RESULT: Test if the the shortcut works in running application.
  5. File Type context Menu Item
    1. 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.
  6. Editor Context Menu Item
    1. 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.
  7. Separator Before
    1. Set separator before checkbox for various Action location
    • EXPECTED RESULT: The separator is placed in menu before the action location
  8. Separator After
    1. Set separator after checkbox for various Action's location
    • EXPECTED RESULT: The separator is placed in menu after the Action location
  9. Class Name
    1. Set different classnames for the action
    • EXPECTED RESULT: The finish button is enabled when correct classname was typed. Othewise error message was shown.
  10. Display Name
    1. Set display name for the action
    • EXPECTED RESULT: The finish button is shown on non empty action display name.
  11. Multiselection
    1. Set multiselection for Conditionally enabled action
    2. Add the action to context menu for text/x-java mimetype
    • EXPECTED RESULT: The action is enabled for multiselected javafiles in project view
  12. Icon
    1. Set Icon for action
    • EXPECTED RESULT: The icon is shown in menu during module run

Generated: Tue Dec 19 16:28:55 CET 2006