Worksoft Certify CA Plex C++ Interface Reference V

Size: px
Start display at page:

Download "Worksoft Certify CA Plex C++ Interface Reference V"

Transcription

1 Worksoft Certify CA Plex C++ Interface Reference V Worksoft, Inc Dallas Parkway, Suite 855 Addison, TX CM First Group USA 7000 North Mopac Expy, Plaza 7000 Bldg, Second Floor Austin, TX USA cmfirstgroup.com 1 P age

2 Contents About... 5 Support... 5 Installation... 5 base Interface Class Language Install... 5 Plex Interface Install... 6 AutomatedQA TestExecute Install... 6 Learn... 7 Configuration... 7 Plex Window/Object Learn Steps... 7 Handling Application Message Dialogs Classes and Actions ANYCLASS Actions Click Text Execute Method Key Press Select Popup Menu Send Click Set Property Store Property Keys Verify Property WIN32_BUTTON Class PRESS WIN32_CHECKBOX Class SET STATE STORE STATE P age

3 VERIFY VALUE WIN32_COMBOBOX Class SELECT ITEM STORE SELECTED ITEM VERIFY SELECTED ITEM WIN32_EDIT Class INPUT VALUE STORE VALUE VERIFY VALUE WIN32_LISTBOX Class SELECT ITEM STORE VALUE VERIFY VALUE WIN32_LISTVIEW Class SELECT ITEM STORE VALUE VERIFY VALUE WIN32_TREEVIEW Class SELECT NODE WIN32_RADIOBUTTON Class SELECT STORE SELECTED STATE VERIFY SELECTED STATE WIN32_STATIC Class STORE VALUE VERIFY VALUE WIN32_TOOLBAR Class PRESS BUTTON WIN32_UPDOWN Class Page

4 SET VALUE WINDOW Class CLOSE SELECT MENU SET WINDOW CAPTION wsgrid Class SELECT ROW BY VALUE(S) SELECT ROW BY NUMBER STORE CELL VERIFY CELL XTPReport Class SELECT ROW BY NUMBER SELECT ROW BY VALUE(S) STORE CELL VERIFY CELL XTPTaskBar Class XTPShortcutBar Class XTPToolBar Class Usage Building a test scenario P age

5 About The Worksoft Certify CA Plex C++ integration product allows CA Plex generated C++ interfaces to tested with Worksoft Certify. Worksoft Certify is Worksoft s flagship next-generation functional testing solution that enables QA professionals to build enterprise test plans without writing low level scripting routines. See this link for more information on the Worksoft Certify product. Contact CM First for more information on using Worksoft Certify to test other CA Plex generated applications, such as C#/WPF, Java, 5250, or CM WebClient Mobile or Web. Support Questions and support for this interface should be directed to support.cmfirsttech.com. CM First Group USA 7000 North Mopac Expy, Plaza 7000 Bldg, Second Floor Austin, TX USA cmfirstgroup.com Installation Certify must be installed and the interface.zip (i.e. Certify Plex Interface zip) must be uncompressed to a temp directory. base Interface Class Language Install The person designated the Certify DBA will run db scripts from the Plex ICL data directory. The directory resides in the uncompressed.zip directory. 5 P age

6 The DBA can run apply.exe or install the scripts one at a time. If running the scripts one at a time, please follow the order in instructions.xml. Always backup the Certify database before running the ICL scripts. Plex Interface Install For each workstation run Certify CA Plex Setup.exe. This file resides in the temp directory. AutomatedQA TestExecute Install TestExecute 9.x must be installed for each workstation, and there will need to be a TestExecute license for each of the workstations that will need to run consecutively. 6 P age

7 Learn The Plex learn creates.map files that describe the windows and objects of the AUT (Application under Test). These.map files are imported into Certify. Configuration TestExecute and the Certify Plex Interface must be installed. Plex Window/Object Learn Steps Double click the Certify CA Plex Learn (TestExecute) icon: Right-Click the TestExecute icon in the system tray and select Run from the menu: The Select - Process Windows dialog appears with a list of all aut windows that can be learned. Select a window from the list and press Learn: 7 P age

8 The Select Anchor dialog appears. In most situations you will press the N/A button and not select an anchor. However, if the same aut s window caption is used for several logical windows or the aut has windows that dynamically instantiate GUI elements, then a unique anchor may be required for Certify s window recognition routine: The Objects window appears. This window displays the objects (gui elements) found on the window: Several operations can be performed from the Objects window: Save creates a.map file that contains all the objects for the window. The.map file is imported into Certify. Cancel aborts the learn process. Highlight flashes a red border in the AUT for the selected object. Rename allows user to change the logical name of the window or object. Please note! If the root item doesn t have a distinct name, you will need to name it for the specific tab or screen you are testing. For complex screens, and screens that have controls that do not have a logical name, it is recommended that you give these controls a logical name so that when building your tests, you can differentiate the controls and use them properly. Load Map lays a previously saved map over the displayed objects. This serves two purposes: 8 P age

9 1. Re-loads a saved.map file to continue renaming. 2. Allows for collecting objects into a single.map file (i.e. late binding or dynamic instantiation of objects). The Wildcard(*) Captions dialog appears. It is populated with the window caption. There are two key things you will need to do here. The first is to rename the main text of the window caption to something which will match any testing of that will be done with this window. For example, if the possible window captions for this screen are: Window One Connection One, Window One Connection Two, and Window One No Connection, you will want to put a wildcard at the end of the text that will be present on all screens. You would name it Window One*. The next thing you will want to do is to give it a logical name for the index identifier. This is the last parameter, a 1 by default. Name it something that will identify it as the specific screen or tab that you are mapping. Wildcards can be at the beginning, end, or both of the window class or window caption. The Save As dialog appears. This saves the.map file. The user should us a name that describes the learned window: 9 P age

10 10 P age

11 Handling Application Message Dialogs Two types of messagebox dialogs are supported by the Plex Interface: Windows Plex Both are supported with the unknown window. Plex object have a plex prefix and windows objects have a win32 prefix. The Set Caption window action allows for dynamic window recognition. Position a Set Caption step before the messagebox step and the interface will verify the caption from the Set Caption step. If the caption is not the same the step will fail. The unknown.map resides in the interface map directory and must be imported into the Certify Application/Version for the given Aut. 11 P age

12 Classes and Actions Certify supports a standard set of Plex classes (object controls). When creating processes or working in the Interface Library within Certify, you will see these classes listed by their logical name. Each of these classes contains a set of actions and parameters that you may need to use in your tests against Plex applications. This section provides descriptions for each class, action, and parameter, and a narrative for each. Standard Plex classes: Plex_PushButton Win32_Button Win32_Checkbox Win32_ComboBox Win32_Edit Win32_ListBox Win32_ListView Win32_TreeView Win32_RadioButton Win32_Static Win32_Tab Win32_TabStrip Win32_Toolbar Win32_Updown Window wsgrid The Plex interface inherits all Win32 classes. CodeJock controls also supported: XTPReport XTPTaskBar XTPToolBar XTPShortcutBar 12 P age

13 ANYCLASS Actions AnyClass actions are inherited by all classes. Each class provides a list of the actions that are supported. Actions: Click Text Execute Method Key Press Select Popup Menu Send Click Set Property Store Property Keys Verify Property Click Text Single or double click text in a control. This will first try to use the TestComplete Text Recognition for sending the click to set UI elements such as buttons and menu items. If unsuccessful, it will attempt to use optical character recognition (OCR) to find the text within the confines of the specific control. The Text Recognition option is faster and more reliable than the OCR, but requires an extra step to enable. If performance suffers, or the text cannot be found, contact support to ensure that Text Recognition is supported for the control you are attempting to use. Text Text Input Editbox Text The text to click. Click Input Editbox Listbox Single or double click. Execute Method Executes a method for given object. The method is based on the specified arguments. Method Method Input Editbox Text The method name. Can be manually entered or retrieved from a variable. Argument1-8 Optional Argument 1-8 Input Editbox Text The argument(s) to pass to the method. Can be manually entered or retrieved from a variable. 13 P age

14 Key Press The action presses a key or key sequence. Key Key(s) Input Combination Box Text Select from a list of keys to press. The key to press must be in TestComplete format. For example [Home] will press the Home key. The key options are: (ENTER), (BACKSPACE), (SPACEBAR), (TAB), (UP), (DOWN), (LEFT), (RIGHT), (F1), (F2, (F3), (F4), (F5), (F6), (F7), (F8), (F9), (F10), (F11), (F12). Number Mask Number of Times Shift, Ctrl, Alt Input Editbox Text The number of times you want to press the key combinations. Input ListBox Text Allows you to press the Shift, Ctrl, or Alt key while selecting another key. You can also specify other keys by choosing a variable holding the value. Select Popup Menu Performs a mouse click on an object and selects a menu item. Menu Menu Input Editbox Text The menu to select in TestComplete format. TestComplete uses the symbol to separate submenus (i.e. File Open). Click Click Input ListBox Text The type click Right or Left can be stored in a variable or selected from the argument s combo box. Send Click Performs a mouse click to the control. The type of click performed must be specified. The click is sent to the control, but not to a specific location on the control. Click Click Input ListBox Text Select the click type. The options include LeftClick, DoubleClick, or RightClick. 14 P age

15 Set Property The action sets the property of an object to a specified value. If you are unsure about the properties of an object, use TestComplete to learn the object. From there you can see what the properties of the object are. Property Property Input EditBox Text The property name. Can be manually entered or retrieved from a variable. Input Editbox Text The value to set the property to. Can be manually entered or retrieved from a variable. Store Property The action stores a property value in a variable for a given object. If you are unsure about the properties of an object, use TestComplete to learn the object. From there you can see what the properties of the object are. Property Property Input EditBox Text The property name can be manually entered or stored in a variable. Variable Variable Output Variable Only Text The variable to store the value in. Keys The action types the keys that are specified. Narrative: [Object] [Class] key(s) - <*Key> Key Key(s) Input Editbox Text Input a value or select a variable that contains the value. 15 P age

16 Verify Property The action verifies any property value for a given class. Property Property Input EditBox Text The property name. Input a value or select a variable that contains the value. Input Editbox Text The expected property value. Can be manually entered or stored in a variable. Wait Wait Until Input Editbox Text the time, in milliseconds, to wait before the verify times out. Condition Criteria Input Variable Condition List Text Select one of the following criteria: Is Equal To (the default), Is Not Equal To, Is Less Than, Is Less Than Or Equal To, Is Greater Than, Is Greater Than or Equal To, Starts With, Contains, Does Not Contain, Is Empty, or Is Not Empty. VB Classes and Actions 16 P age

17 WIN32_BUTTON Class The Win32_Button class is comprised of actions that interact with Win32 push button controls. A button is a control the user can click to provide input to an application. A standard push button is typically used to start an operation. It receives the keyboard focus when the user clicks it. Logical Name: Win32_Button Physical Name: Win32_Button Actions: PRESS Execute Method (Any Class) Key Press (Any Class) Select Popup Menu (Any Class) Send Click (Any Class) Set Property (Any Class) Store Property (Any Class) Keys (Any Class) Verify Property (Any Class) See the "ANYCLASS Actions" for descriptions of all actions not described here. PRESS The action performs single-click on a button belonging to this type of class. 17 P age

18 WIN32_CHECKBOX Class The Win32_Checkbox class has actions that interact with Win32 check box controls. With the check box control, any number of check boxes may be selected. Logical Name: Win32_Checkbox Physical Name: Win32_Checkbox Actions: SET STATE STORE STATE VERIFY STATE Execute Method (Any Class) Key Press (Any Class) Select Popup Menu (Any Class) Send Click (Any Class) Set Property (Any Class) Store Property (Any Class) Keys (Any Class) Verify Property (Any Class) SET STATE The action sets the checkbox state to either checked or unchecked. State State Input ListBox Text State of the checkbox. Options include Checked or Unchecked. Can be picked from the list or stored in a variable. Case does not matter. STORE STATE The action stores the object s state cbchecked, cbunchecked or cbgrayed. Variable Variable Output Variable Only Text Select the variable you wish to store the text value of the object in. 18 P age

19 VERIFY VALUE The action verifies the state of the checkbox. Input Combo Text cbchecked, cbunchecked or cbgrayed 19 P age

20 WIN32_COMBOBOX Class The Win32_ComboBox class has actions that interact with Win32 combo box controls. A ComboBox displays an editing field combined with a ListBox, allowing the user to select from the list or to enter new text. The default behavior of ComboBox displays an edit field with a hidden drop-down list. Logical Name: Win32_ComboBox Physical Name: Win32_ComboBox Actions: SELECT ITEM STORE SELECTED ITEM VERIFY SELECTED ITEM Execute Method (Any Class) Key Press (Any Class) Select Popup Menu (Any Class) Send Click (Any Class) Set Property (Any Class) Store Property (Any Class) Keys (Any Class) Verify Property (Any Class) VB Classes and Actions See the "ANYCLASS Actions" for descriptions of all actions not described here. SELECT ITEM Select an item from the Windows 32 ComboBox control. Item Item Input EditBox Text The name of the item to select. A variable containing the name of the item can be selected. STORE SELECTED ITEM The action stores the object s selected value. Variable Variable Output Variable Only Text Select the variable you wish to store the text value of the object in. 20 P age

21 VERIFY SELECTED ITEM Verifies that the value of the selected items meets a specified criteria. Input EditBox Text The expected value of the object. Can be manually entered or stored in a variable. Condition Criteria Input Variable Condition List Text Select the criteria. Criteria include: Is Equal To (the default), Is Not Equal To, Is Less Than, Is Less Than Or Equal To, Is Greater Than, Is Greater Than or Equal To, Starts With, Contains, Does Not Contain, Is Empty, or Is Not Empty. Wait Wait Until Input Edit Text The maximum number of seconds to wait for the expected value 21 P age

22 WIN32_EDIT Class The Win32_Edit class has actions that interact with Win32 edit controls. An edit control is a rectangular control window typically used in a dialog box to permit the user to enter and edit text by typing on the keyboard. Logical Name: Win32_Edit Physical Name: Win32_Edit Actions: INPUT STORE VERIFY Execute Method (Any Class) Key Press (Any Class) Select Popup Menu (Any Class) Send Click (Any Class) Set Property (Any Class) Store Property (Any Class) Keys (Any Class) Verify Property (Any Class) See the "ANYCLASS Actions" for descriptions of all actions not described here. INPUT VALUE The action inputs a typed value or a value contained within a variable into this type of control. Input EditBox Text The value of the object. Can be manually entered or stored in a variable. Key Key Input ListBox Text Specify the key to be pressed. Options are None, Tab, or Enter. Can be manually entered or stored in a variable. STORE VALUE The action stores the object s displayed text to a variable. Variable Variable Output Variable Only Text Select the variable you wish to store the text value of the object in. 22 P age

23 VERIFY VALUE The action verifies that the value of the control meets a specified criteria. Input EditBox Text The expected value of the object. Can be manually entered or stored in a variable. Condition Criteria Input Variable Condition List Text Select the criteria. Criteria include: Is Equal To (the default), Is Not Equal To, Is Less Than, Is Less Than Or Equal To, Is Greater Than, Is Greater Than or Equal To, Starts With, Contains, Does Not Contain, Is Empty, or Is Not Empty. Wait Wait Until Input Edit Text The maximum number of seconds to wait for the expected value 23 P age

24 WIN32_LISTBOX Class The Win32_ListBox class has actions that interact with Win32 list box controls. A ListBox allows the user to select from a list of values. Logical Name: Win32_ListBox Physical Name: Win32_ListBox Actions: SELECT ITEM STORE SELECTED ITEM VERIFY SELECTED ITEM Execute Method (Any Class) Key Press (Any Class) Select Popup Menu (Any Class) Send Click (Any Class) Set Property (Any Class) Store Property (Any Class) Keys (Any Class) Verify Property (Any Class) VB Classes and Actions See the "ANYCLASS Actions" for descriptions of all actions not described here. SELECT ITEM Select an item from the Windows 32 ListBox control. Item Item Input EditBox Text The name of the item to select. A variable containing the name of the item can be selected. STORE VALUE The action stores the object s displayed text to a variable. Variable Variable Output Variable Only Text Select the variable you wish to store the text value of the object in. 24 P age

25 VERIFY VALUE Verifies that the value of the control meets a specified criteria. Input EditBox Text The expected value of the object. Can be manually entered or stored in a variable. Condition Criteria Input Variable Condition List Text Select the criteria. Criteria include: Is Equal To (the default), Is Not Equal To, Is Less Than, Is Less Than Or Equal To, Is Greater Than, Is Greater Than or Equal To, Starts With, Contains, Does Not Contain, Is Empty, or Is Not Empty. Wait Wait Until Input Edit Text The maximum number of seconds to wait for the expected value 25 P age

26 WIN32_LISTVIEW Class The Win32_ListView class has actions that interact with Win32 ListView controls. The Windows Forms ListView control displays a list of items with icons. Logical Name: Win32_ListView Physical Name: Win32_ListView Actions: SELECT ITEM STORE SELECTED ITEM VERIFY SELECTED ITEM Execute Method (Any Class) Key Press (Any Class) Select Popup Menu (Any Class) Send Click (Any Class) Set Property (Any Class) Store Property (Any Class) Keys (Any Class) Verify Property (Any Class) VB Classes and Actions See the "ANYCLASS Actions" for descriptions of all actions not described here. SELECT ITEM Performs a selection by single or double clicking or checking or unchecking an item on a Win32 ListView item. Row Row Number or Text Input EditBox Text The row number or text visible on the row that you want to select. The first row is 1, not 0. Can be manually entered or stored in a variable. Click Click Input ListBox Text Specify the type of click for this item. Click s are Double, Single, Check, and Uncheck. Can be picked from a list or called from a variable. Case does not matter. 26 P age

27 STORE VALUE The action stores the object s displayed text to a variable. Variable Variable Output Variable Only Text Select the variable you wish to store the text value of the object in. VERIFY VALUE Verifies that the value of the control meets a specified criteria. Input EditBox Text The expected value of the object. Can be manually entered or stored in a variable. Condition Criteria Input Variable Condition List Text Select the criteria. Criteria include: Is Equal To (the default), Is Not Equal To, Is Less Than, Is Less Than Or Equal To, Is Greater Than, Is Greater Than or Equal To, Starts With, Contains, Does Not Contain, Is Empty, or Is Not Empty. Wait Wait Until Input Edit Text The maximum number of seconds to wait for the expected value 27 P age

28 WIN32_TREEVIEW Class The Win32_TreeView class has actions that interact with Win32 TreeView controls. The Windows Forms TreeView control displays a list of items, in expandable trees with optional icons. Logical Name: SysTreeView32 Physical Name: SysTreeView32 Actions: SELECT NODE Execute Method (Any Class) Key Press (Any Class) Select Popup Menu (Any Class) Send Click (Any Class) Set Property (Any Class) Store Property (Any Class) Keys (Any Class) Verify Property (Any Class) VB Classes and Actions See the "ANYCLASS Actions" for descriptions of all actions not described here. SELECT NODE Performs a selection by single or double clicking an item on a Win32 TreeView control. Text The text path of the selected node Input EditBox Text The text path of the node to be selected separated by a character. For example, in order to select a node of Two nested under a node of One, input One Two. Click Click Input ListBox Text Specify the type of click for this item. Click s are Double, or Single 28 P age

29 WIN32_RADIOBUTTON Class The Win32_RadioButton class is comprised of actions that interact with Win32 radio button controls. Logical Name: Win32_RadioButton Physical Name: Win32_RadioButton Actions: SELECT STORE SELECTED STATE VERIFY SELECTED STATE Execute Method (Any Class) Key Press (Any Class) Select Popup Menu (Any Class) Send Click (Any Class) Set Property (Any Class) Store Property (Any Class) Keys (Any Class) Verify Property (Any Class) See the "ANYCLASS Actions" for descriptions of all actions not described here. SELECT The action selects a Windows 32 Radio button. STORE SELECTED STATE The action stores the object s state. Variable Variable Output Variable Only Text Select the variable you wish to store the text value of the object in. 29 P age

30 VERIFY SELECTED STATE The action Verifies the state of the control. Input Listbox Text Selected or Not Selected Wait Wait Until Input Edit Text The maximum number of seconds to wait for the expected value 30 P age

31 WIN32_STATIC Class The Win32_Static class is comprised of actions that interact with Win32 labels. A static control is a control that enables an application to provide the user with informational text and graphics that typically require no response. Static text controls provide a convenient way to display text on dialog boxes and other windows. Static text controls often serve as labels for other controls. Logical Name: Win32_Static Physical Name: Win32_Static Actions: STORE VALUE VERIFY VALUE Execute Method (Any Class) Key Press (Any Class) Select Popup Menu (Any Class) Send Click (Any Class) Set Property (Any Class) Store Property (Any Class) Keys (Any Class) Verify Property (Any Class) VB Classes and Actions See the "ANYCLASS Actions" for descriptions of all actions not described here. STORE VALUE The action stores the name of the label to a variable. Variable Variable Output Variable Only Text Select the variable you wish to store the name of the label in. 31 P age

32 VERIFY VALUE Verifies that the value of the control meets a specified criteria. Input EditBox Text The expected value of the control. Can be manually entered or stored in a variable. Condition Criteria Input Variable Condition List Text Select the criteria. Criteria include: Is Equal To (the default), Is Not Equal To, Is Less Than, Is Less Than Or Equal To, Is Greater Than, Is Greater Than or Equal To, Starts With, Contains, Does Not Contain, Is Empty, or Is Not Empty. 32 P age

33 WIN32_TOOLBAR Class The Win32_Toolbar class is comprised of actions that interact with Win32 toolbar controls. The Windows Forms ToolBar control is used on forms as a control bar that displays a row of drop-down menus and bit mapped buttons that activate commands. Thus, clicking a toolbar button can be an equivalent to choosing a menu command. Logical Name: Win32_Toolbar Physical Name: Win32_ToolbarWindow32 Actions: PRESS BUTTON Execute Method (Any Class) Key Press (Any Class) Select Popup Menu (Any Class) Send Click (Any Class) Set Property (Any Class) Store Property (Any Class) Keys (Any Class) Verify Property (Any Class) See the "ANYCLASS Actions" for descriptions of all actions not described here. VB Classes and Actions PRESS BUTTON The action presses the specified button on the toolbar. Name Prompt Direction Control Button text or index Input EditBox Text Specify the caption on the button or the position of where the button is located in number format (e.g., 1, 2, 3, 4). Can be manually entered or stored in a variable.the caption is case-sensitive. Click Click Input Listbox Text Left or Right 33 P age

34 WIN32_UPDOWN Class The Win32_UpDown class is comprised of actions that interact with Win32 updown controls. This class creates an UpDown control, which increments or decrements numbers, or scrolls through a range of values or a list of items. Logical Name: Win32_UpDown Physical Name: Win32_msctls_updown32 Actions: SET VALUE Execute Method (Any Class) Key Press (Any Class) Select Popup Menu (Any Class) Send Click (Any Class) Set Property (Any Class) Store Property (Any Class) Keys (Any Class) Verify Property (Any Class) VB Classes and Actions See the "ANYCLASS Actions" for descriptions of all actions not described here. SET VALUE The action sets the value of the control. Input EditBox Text The text or index value of the button to press. Can be manually entered or stored in a variable. 34 P age

35 WINDOW Class The Window class is comprised of a group of actions that interact with Plex windows forms. Logical Name: Window Physical Name: Window Actions: CLOSE SELECT MENU Execute Method (Any Class) Key Press (Any Class) Select Popup Menu (Any Class) Send Click (Any Class) Set Property (Any Class) Store Property (Any Class) Keys (Any Class) Verify Property (Any Class) CLOSE The action closes a window. SELECT MENU The action performs single-click on a window menu. Menu Menu Input Editbox Text The menu to select in TestComplete format. TestComplete uses the symbol to separate submenus (i.e., File Open). SET WINDOW CAPTION The action sets the caption for unknown windows. Caption Caption Input Editbox Text The window caption to verify on the next unknown window step. 35 P age

36 wsgrid Class The wsgrid class has actions that interact with Plex grid control. Logical Name: Win32_Edit Physical Name: Win32_Edit Actions: SELECT ROW BY VALUE(S) SELECT ROW BY NUMBER STORE CELL VERIFY CELL Execute Method (Any Class) Key Press (Any Class) Select Popup Menu (Any Class) Send Click (Any Class) Set Property (Any Class) Store Property (Any Class) Keys (Any Class) Verify Property (Any Class) See the "ANYCLASS Actions" for descriptions of all actions not described here. SELECT ROW BY VALUE(S) Finds and selects a row in the grid by searching for a row with expected value(s). After finding the row that meets the search criteria a single or double click can be performed. Click_Cell_Index Click Cell Index Input EditBox Text The column to click on. Any Column Number (1-based). Click_Cell_ Click Cell Input Combo Text of click. Can be Single or Double. Main Main Input EditBox Text Searches for this value. If found searches for Sub-s on the same row. MainCriteria Criteria for Main Input ListBox Text Can be Is Equal To, Contains, Starts With. Sub1-3 Sub- #1-3 Input EditBox Text Searches for these values on the rows where it finds the Main. If all Sub-s are found the step passes. Criteria1-3 Sub- #1 Criteria #3 Criteria Input Listbox Text Can be Is Equal To, Contains, Starts With. 36 P age

37 SELECT ROW BY NUMBER Uses row number to select the row. A single or double click can be performed. Row Row # Input EditBox Text The row number to click. Click Input Combo Text of click. Can be Single or Double. STORE CELL Will store the value of a cell in a Certify variable. The step uses the row that is selected. Variable Variable Output Variable Text The variable to store the cell value. ColumnIndex Column Index Input Editbox Text The column index VERIFY CELL Compares the actual cell value to a expected value. The step uses the row that is selected. Variable Variable Output Variable Text The variable to store the cell value. ColumnIndex Column Index Input Editbox Text The column index. Verify Editbox Text The expected value. Condition Criteria Input Conditio n list Text Select from condition list. 37 P age

38 XTPReport Class The XTPReport class is a grid control that has more complexity and more features than the standard Plex Grid, such as allowing the user to drag columns to rearrange them. Logical Name: XTPReport Physical Name: XTPReport Actions: SELECT ROW BY NUMBER SELECT ROW BY VALUE(S) STORE CELL VERIFY CELL Execute Method (Any Class) Key Press (Any Class) Select Popup Menu (Any Class) Send Click (Any Class) Set Property (Any Class) Store Property (Any Class) Keys (Any Class) Verify Property (Any Class) See the "ANYCLASS Actions" for descriptions of all actions not described here. VB Classes and Actions SELECT ROW BY NUMBER Specify which row to click on based on ordinal number. Name Prompt Direction Control Row# Input EditBox Text Specify the caption row number to select Click Click Input Listbox Text Single or Double SELECT ROW BY VALUE(S) Finds and selects a row in the grid by searching for a row with expected value(s). After finding the row that meets the search criteria a single or double click can be performed. Click_Cell_Index Click Cell Index Input EditBox Text The column to click on. Any Column Number (1-based). 38 P age

39 Click_Cell_ Click Cell Input Combo Text of click. Can be Single or Double. Main Main Input EditBox Text Searches for this value. If found searches for Sub-s on the same row. MainCriteria Criteria for Main Input ListBox Text Can be Is Equal To, Contains, Starts With. Sub1-3 Sub- #1-3 Input EditBox Text Searches for these values on the rows where it finds the Main. If all Sub-s are found the step passes. Criteria1-3 Sub- #1 Criteria #3 Criteria Input Listbox Text Can be Is Equal To, Contains, Starts With. STORE CELL Will store the value of a cell in a Certify variable. The step uses the row that is selected. Variable Variable Output Variable Text The variable to store the cell value. ColumnIndex Column Index Input Editbox Text The column index VERIFY CELL Compares the actual cell value to a expected value. The step uses the row that is selected. Variable Variable Output Variable Text The variable to store the cell value. ColumnIndex Column Index Input Editbox Text The column index. Verify Editbox Text The expected value. Condition Criteria Input Conditio n list Text Select from condition list. 39 P age

40 XTPTaskBar Class The XTPTaskBar class is a very flexible control that can take several forms, including a menu. The most thoroughly tested format of this is the menu format. Click Text is the recommended way to click on the desired item. Logical Name: XTPTaskBar Physical Name: XTPTaskBar Actions: Click Text (Any Class) Execute Method (Any Class) Key Press (Any Class) Select Popup Menu (Any Class) Send Click (Any Class) Set Property (Any Class) Store Property (Any Class) Keys (Any Class) Verify Property (Any Class) See the "ANYCLASS Actions" for descriptions of all actions not described here. XTPShortcutBar Class The XTPShortcutBar class is a control that gives broader categories for menu selection to display an expanded menu when clicked on. An example of the way this looks is the Microsoft Outlook sidebar and accordion menu. Click Text is the recommended way to click on the desired item. Logical Name: XTPShortcutBar Physical Name: XTPShortcutBar Actions: Click Text (Any Class) Execute Method (Any Class) Key Press (Any Class) Select Popup Menu (Any Class) Send Click (Any Class) Set Property (Any Class) Store Property (Any Class) Keys (Any Class) Verify Property (Any Class) See the "ANYCLASS Actions" for descriptions of all actions not described here. 40 P age

41 XTPToolBar Class The XTPToolBar class is a control that groups buttons into customizable groups. At this time, Click Text is the only supported way to click on the desired item. Logical Name: XTPToolBar Physical Name: XTPToolBar Actions: Click Text (Any Class) 41 P age

42 Usage Building a test scenario When you have saved the.map file from the Learn process, you can start building a test scenario. Launch Certify, and log in. The first thing you will need to do is create an application. This will only need to be done the first time that you get started. Subsequent tests for the same AUT can use the same application. In Certify, click on Applications, and then click on the New Application button. Give it a name appropriate for the UAT, and give the version of the UAT. You will want to select Plex as the Interface. Next you will create a project. This will need to happen once when you first get started, but will not need to happen again until a new testing project begins. Click on the Project menu item on the left hand side of the certify interface. Click on the New Project button and enter a name appropriate to the testing project that you are starting. Then select the Application that you created in the previous step. 42 P age

43 Next we are going to open the project you just created. You should now see your project in the list of projects in the treeview and/or the listing in the middle of the interface. Right click on the project, and select Open Project. Now that we have the project open we can start adding to it. Click on the menu item called Maps. You should see the project and application in the 43 P age

44 treeview area. Right click on the application and version that you are testing and select Import Maps. In the window that comes up, select Plex as the interface. Then, change the Import Directory to the location that you saved your map to. Once you have, you should see your map. Check the box next to your map, and click OK. Please take a moment to ensure that the root object in the tree is the name that map is for, and the objects listed are the ones contained on the screen. Then click OK, and it will import the map. Once the map has been imported, you are ready to build the steps of the specific scenario that you would like to test. Click on Processes, and then click on the New Process button. On the Process Detail screen, give the scenario a logical name, and click on the Steps tab. Here you will build the steps that you need to test the scenario. Keep in mind that you will need to break each action down logically and in order. Right-click in the grid area, and select New. A new row will appear with a series of drop-down boxes. These contain the details of the steps. To get started select the Application, and then choose the window that you will start the test with. 44 P age

45 Choose the Object that you will be interacting with, (i.e. XTPShortcutBar). The default action will be selected. Choose a different action if you want to do something different with this control. Once you have chosen the action, you can fill the details of the action in the Parameters area. See the references to the actions in the previous section to get help with the details of what to fill out in the parameters area. Repeat this process with each step of the test that you want to run. Once finished, save the process and close this window. In the Processes area of Certify, you can select this process to run. Please note: You cannot run the Learn process at the same time as the test. Be sure to close the Learn process completely before run 45 P age

Installation and User Guide Worksoft Certify Content Merge

Installation and User Guide Worksoft Certify Content Merge Installation and User Guide Worksoft Certify Content Merge Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Worksoft Certify Content Merge Installation and

More information

Working with PDF s. To open a recent file on the Start screen, double click on the file name.

Working with PDF s. To open a recent file on the Start screen, double click on the file name. Working with PDF s Acrobat DC Start Screen (Home Tab) When Acrobat opens, the Acrobat Start screen (Home Tab) populates displaying a list of recently opened files. The search feature on the top of the

More information

Forms Desktop for Windows Version 4 Manual

Forms Desktop for Windows Version 4 Manual Forms Desktop for Windows Version 4 Manual Revision Date 12/05/2007 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software applications mentioned

More information

Caja File Manager. Desktop User Guide

Caja File Manager. Desktop User Guide Caja File Manager Desktop User Guide Desktop User Guide» Working with Files This chapter describes how to use the Caja file manager. Introduction Spatial Mode Browser Mode Opening Files Searching For Files

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Excel 2013 Quick Start Guide The Excel Window File Tab: Click to access actions like Print, Save As, etc. Also to set Excel options. Ribbon: Logically organizes actions onto Tabs, Groups, and Buttons to

More information

Tables in Microsoft Word

Tables in Microsoft Word Tables in Microsoft Word In this lesson we re going to create and work with Tables in Microsoft Word. Tables are used to improve the organisation and presentation of data in your documents. If you haven

More information

OpenForms360 Validation User Guide Notable Solutions Inc.

OpenForms360 Validation User Guide Notable Solutions Inc. OpenForms360 Validation User Guide 2011 Notable Solutions Inc. 1 T A B L E O F C O N T EN T S Introduction...5 What is OpenForms360 Validation?... 5 Using OpenForms360 Validation... 5 Features at a glance...

More information

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

More information

StarFinder. Operation Manual. Star Chromatography Workstation Version 6

StarFinder. Operation Manual. Star Chromatography Workstation Version 6 Varian Analytical Instruments 2700 Mitchell Drive Walnut Creek, CA 94598-1675/USA Star Chromatography Workstation Version 6 StarFinder Operation Manual Varian, Inc. 2002 03-914723-00:Rev. 2 Trademark Acknowledgment

More information

User Guide. Web Intelligence Rich Client. Business Objects 4.1

User Guide. Web Intelligence Rich Client. Business Objects 4.1 User Guide Web Intelligence Rich Client Business Objects 4.1 2 P a g e Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence 4.1... 5 Log into EDDIE...

More information

MS Word Professional Document Alignment

MS Word Professional Document Alignment MS Word Professional Document Alignment Table of Contents CHARACTER VS. PARAGRAPH FORMATTING...5 Character formatting...5 Paragraph Formatting...5 USING SHOW/HIDE TO REVEAL NON-PRINTING CHARACTERS...5

More information

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved.

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com, info@nicelabel.com English Edition Rev-0910 2009 Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com Head Office Euro Plus d.o.o. Ulica Lojzeta Hrovata

More information

Forms for Palm OS Version 4 Manual

Forms for Palm OS Version 4 Manual Forms for Palm OS Version 4 Manual Revision Date 12/05/2007 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software applications mentioned in

More information

Understanding Acrobat Form Tools

Understanding Acrobat Form Tools CHAPTER Understanding Acrobat Form Tools A Adobe Acrobat X PDF Bible PDF Forms Using Adobe Acrobat and LiveCycle Designer Bible Adobe Acrobat X PDF Bible PDF Forms Using Adobe Acrobat and LiveCycle Designer

More information

Forms for Android Version Manual. Revision Date 12/7/2013. HanDBase is a Registered Trademark of DDH Software, Inc.

Forms for Android Version Manual. Revision Date 12/7/2013. HanDBase is a Registered Trademark of DDH Software, Inc. Forms for Android Version 4.6.300 Manual Revision Date 12/7/2013 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software applications mentioned

More information

User Guide Worksoft Certify Integration with SAP Solution Manager v7.2

User Guide Worksoft Certify Integration with SAP Solution Manager v7.2 User Guide Worksoft Certify Integration with SAP Solution Manager v7.2 Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Worksoft Certify Integration with SAP

More information

QTP Open Source Test Automation Framework Keyword Naming Conventions for Developers (Windows)

QTP Open Source Test Automation Framework Keyword Naming Conventions for Developers (Windows) Keyword Naming Conventions for Developers (Windows) Version 1.0 April 2009 D ISCLAIMER Verbatim copying and distribution of this entire article are permitted worldwide, without royalty, in any medium,

More information

Training Guide. Microsoft Excel 2010 Advanced 1 Using Conditional and Custom Formats. Applying Conditional Formatting

Training Guide. Microsoft Excel 2010 Advanced 1 Using Conditional and Custom Formats. Applying Conditional Formatting Microsoft Excel 2010 Advanced 1 Using Conditional and Custom Formats Applying Conditional Formatting Excel lets you quickly apply Conditional Formatting to help you explore and analyze data visually, detect

More information

Chapter 7 Getting Started with Calc:

Chapter 7 Getting Started with Calc: Getting Started Guide Chapter 7 Getting Started with Calc: OpenOffice.org's Spreadsheet OpenOffice.org Copyright This document is Copyright 2005 by its contributors as listed in the section titled Authors.

More information

POS Designer Utility

POS Designer Utility POS Designer Utility POS Designer Utility 01/15/2015 User Reference Manual Copyright 2012-2015 by Celerant Technology Corp. All rights reserved worldwide. This manual, as well as the software described

More information

GUI Testing Guidelines

GUI Testing Guidelines GUI Testing Guidelines Faiza Yousuf 2/18/2011 Revision History Release Release Revision Author(s) Summary of Changes Number Date 0.1.0 02/17/2011 Faiza Yousuf Created 0.1.1 02/18/2011 Faiza Yousuf Added

More information

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon.

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon. EXCEL 2007 TIP SHEET GLOSSARY AutoSum a function in Excel that adds the contents of a specified range of Cells; the AutoSum button appears on the Home ribbon as a. Dialog Box Launcher these allow you to

More information

OU EDUCATE TRAINING MANUAL

OU EDUCATE TRAINING MANUAL OU EDUCATE TRAINING MANUAL OmniUpdate Web Content Management System El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Educate Overview and Login Section 2: The OmniUpdate Interface

More information

Installation Guide Worksoft Certify

Installation Guide Worksoft Certify Installation Guide Worksoft Certify Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Worksoft Certify Installation Guide Version 9.0.3 Copyright 2017 by Worksoft,

More information

Performer to DP2 Hot Folder Reference Manual Rev There is only one file involved with installing the Performer to DP2 Hot Folder.

Performer to DP2 Hot Folder Reference Manual Rev There is only one file involved with installing the Performer to DP2 Hot Folder. Performer to DP2 Hot Folder Reference Manual Rev. 07.11.05 Install Files: There is only one file involved with installing the Performer to DP2 Hot Folder. The installer file is named PP2DP2_1.x.x.EXE.

More information

Creating Fill-able Forms using Acrobat 7.0: Part 1

Creating Fill-able Forms using Acrobat 7.0: Part 1 Creating Fill-able Forms using Acrobat 7.0: Part 1 The first step in creating a fill-able form in Adobe Acrobat is to generate the form with all its formatting in a program such as Microsoft Word. Then

More information

Easy Windows Working with Disks, Folders, - and Files

Easy Windows Working with Disks, Folders, - and Files Easy Windows 98-3 - Working with Disks, Folders, - and Files Page 1 of 11 Easy Windows 98-3 - Working with Disks, Folders, - and Files Task 1: Opening Folders Folders contain files, programs, or other

More information

Layout and display. STILOG IST, all rights reserved

Layout and display. STILOG IST, all rights reserved 2 Table of Contents I. Main Window... 1 1. DEFINITION... 1 2. LIST OF WINDOW ELEMENTS... 1 Quick Access Bar... 1 Menu Bar... 1 Windows... 2 Status bar... 2 Pop-up menu... 4 II. Menu Bar... 5 1. DEFINITION...

More information

TxEVER Modified Commercial Off-the-Shelf Product for Vital Events Registration System Death Local Training Guide. Version 1.

TxEVER Modified Commercial Off-the-Shelf Product for Vital Events Registration System Death Local Training Guide. Version 1. TxEVER Modified Commercial Off-the-Shelf Product for Vital Events Registration System Death Local Training Guide Version 1.0 06/22/2018 Revision History Date Description Version of System Author 6/22/2018

More information

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes Unit 12 Electronic Spreadsheets - Microsoft Excel Desired Outcomes Student understands Excel workbooks and worksheets Student can navigate in an Excel workbook and worksheet Student can use toolbars and

More information

Working with Mailbox Manager

Working with Mailbox Manager Working with Mailbox Manager A user guide for Mailbox Manager supporting the Message Storage Server component of the Avaya S3400 Message Server Mailbox Manager Version 5.0 February 2003 Copyright 2003

More information

2 The Stata user interface

2 The Stata user interface 2 The Stata user interface The windows This chapter introduces the core of Stata s interface: its main windows, its toolbar, its menus, and its dialogs. The five main windows are the Review, Results, Command,

More information

Administration. Training Guide. Infinite Visions Enterprise Edition phone toll free fax

Administration. Training Guide. Infinite Visions Enterprise Edition phone toll free fax Administration Training Guide Infinite Visions Enterprise Edition 406.252.4357 phone 1.800.247.1161 toll free 406.252.7705 fax www.csavisions.com Copyright 2005 2011 Windsor Management Group, LLC Revised:

More information

SURVEYOR/400. Users Guide. Copyright , LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc.

SURVEYOR/400. Users Guide. Copyright , LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. SURVEYOR/400 Users Guide Copyright 1996-2013, LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. Surveyor/400 version: 4.0.0 Publication date: August 7 th, 2013 Table of Contents SURVEYOR/400

More information

DESKTOP CONNECTION FOR SAP CRM - CONTACT CREATION IN MS OUTLOOK

DESKTOP CONNECTION FOR SAP CRM - CONTACT CREATION IN MS OUTLOOK 2013-10-31 1 1. Select an Account in MS Outlook (1) Click in the area and enter the account the new contact is working for. (2) Click on the entry. 2013-10-31 2 2. Create a Contact in MS Outlook The account

More information

Quick KVM 1.1. User s Guide. ClearCube Technology, Inc.

Quick KVM 1.1. User s Guide. ClearCube Technology, Inc. Quick KVM 1.1 User s Guide ClearCube Technology, Inc. Copyright 2005, ClearCube Technology, Inc. All rights reserved. Under copyright laws, this publication may not be reproduced or transmitted in any

More information

Parish . User Manual

Parish  . User Manual Parish Email User Manual Table of Contents LOGGING IN TO PARISH EMAIL... 3 GETTING STARTED... 3 GENERAL OVERVIEW OF THE USER INTERFACE... 3 TERMINATE THE SESSION... 4 EMAIL... 4 MESSAGES LIST... 4 Open

More information

Using the Customize Dialog Box

Using the Customize Dialog Box Toolbar Tools > Customize Using the Customize Dialog Box The Customize tool is used to define custom work environment, toolbar, and tool settings. The Customize dialog box appears when you access the Customize

More information

Creating Buttons and Pop-up Menus

Creating Buttons and Pop-up Menus Using Fireworks CHAPTER 12 Creating Buttons and Pop-up Menus 12 In Macromedia Fireworks 8 you can create a variety of JavaScript buttons and CSS or JavaScript pop-up menus, even if you know nothing about

More information

Simply Personnel Screen Designer

Simply Personnel Screen Designer Simply Personnel Screen Designer -Training Workbook- Screen Designer Page 1 Build 12.8 Introduction to Simply Personnel Screen Designer This document provides step-by-step guide for employee users to give

More information

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15 10 Classes 2 nd Exam Review Lesson - 15 Introduction Windows 7, previous version of the latest version (Windows 8.1) of Microsoft Windows, was produced for use on personal computers, including home and

More information

SchoolDesk University

SchoolDesk University SchoolDesk University Forms, Surveys, and Polls Module 101 Guided Walk-through for the basic fields, terminology, and location of tools. What is the NEW SD7 Forms Module? The NEW SchoolDesk Forms Module,

More information

Table of Contents. Table of Contents

Table of Contents. Table of Contents Powered by 1 Table of Contents Table of Contents Dashboard for Windows... 4 Dashboard Designer... 5 Creating Dashboards... 5 Printing and Exporting... 5 Dashboard Items... 5 UI Elements... 5 Providing

More information

Excel Tables & PivotTables

Excel Tables & PivotTables Excel Tables & PivotTables A PivotTable is a tool that is used to summarize and reorganize data from an Excel spreadsheet. PivotTables are very useful where there is a lot of data that to analyze. PivotTables

More information

Forms/Distribution Acrobat X Professional. Using the Forms Wizard

Forms/Distribution Acrobat X Professional. Using the Forms Wizard Forms/Distribution Acrobat X Professional Acrobat is becoming a standard tool for people and businesses to use in order to replicate forms and have them available electronically. If a form is converted

More information

Introduction to IBM Rational HATS For IBM System i (5250)

Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web application capable of transforming

More information

Center for Faculty Development and Support Making Documents Accessible

Center for Faculty Development and Support Making Documents Accessible Center for Faculty Development and Support Making Documents Accessible in Word 2007 Tutorial CONTENTS Create a New Document and Set Up a Document Map... 3 Apply Styles... 4 Modify Styles... 5 Use Table

More information

Microsoft Excel > Shortcut Keys > Shortcuts

Microsoft Excel > Shortcut Keys > Shortcuts Microsoft Excel > Shortcut Keys > Shortcuts Function Keys F1 Displays the Office Assistant or (Help > Microsoft Excel Help) F2 Edits the active cell, putting the cursor at the end* F3 Displays the (Insert

More information

1 Ctrl + X Cut the selected item. 2 Ctrl + C (or Ctrl + Insert) Copy the selected item. 3 Ctrl + V (or Shift + Insert) Paste the selected item

1 Ctrl + X Cut the selected item. 2 Ctrl + C (or Ctrl + Insert) Copy the selected item. 3 Ctrl + V (or Shift + Insert) Paste the selected item Tips and Tricks Recorder Actions Library XPath Syntax Hotkeys Windows Hotkeys General Keyboard Shortcuts Windows Explorer Shortcuts Command Prompt Shortcuts Dialog Box Keyboard Shortcuts Excel Hotkeys

More information

ICDL & OOo BASE. Module Five. Databases

ICDL & OOo BASE. Module Five. Databases ICDL & OOo BASE Module Five Databases BASE Module Goals taken from the Module 5 ICDL Syllabus Module 5 Database requires the candidate to understand some of the main concepts of databases and demonstrates

More information

OUTLOOK TIPS AND TRICKS GINI COURTER, M.B.A., TRIAD CONSULTING

OUTLOOK TIPS AND TRICKS GINI COURTER, M.B.A., TRIAD CONSULTING 1 OUTLOOK TIPS AND TRICKS GINI COURTER, M.B.A., TRIAD CONSULTING DISPLAYING THE ADVANCED TOOLBAR (2007) The Advanced toolbar isn t advanced; it s just the commands that they couldn t fit on the Standard

More information

A dialog box will appear informing you that you will need to restart Enterprise to see the Calendar changes. Click Ok and then restart Enterprise.

A dialog box will appear informing you that you will need to restart Enterprise to see the Calendar changes. Click Ok and then restart Enterprise. The tax Calendar in Premium Pro Enterprise includes due dates for annual, estimate, and monthly premium tax returns, due dates for various additional insurance related filings, and due dates for local

More information

Microsoft Excel Keyboard Shortcuts

Microsoft Excel Keyboard Shortcuts Microsoft Excel Keyboard Shortcuts Here is a complete list of keyboard shortcuts for Microsoft Excel. Most of the shortcuts will work on all Excel versions on Windows based computer. Data Processing Shortcuts

More information

Microsoft Windows XP. Operating System. Starting Windows XP. You might be asked to enter your username and password

Microsoft Windows XP. Operating System. Starting Windows XP. You might be asked to enter your username and password Microsoft Windows Operating System Starting Windows Windows automatically starts when you turn on your computer You might be asked to enter your username and password The Windows desktop uses a graphical

More information

How to Archive s in Outlook 2007

How to Archive  s in Outlook 2007 How to Archive Emails in Outlook 2007 Step 1: Create an archive folder. 1. Go to File and choose Archive 2. You can have it auto-archive or set the parameters to where it creates an empty archive. Due

More information

AutoCAD 2009 User InterfaceChapter1:

AutoCAD 2009 User InterfaceChapter1: AutoCAD 2009 User InterfaceChapter1: Chapter 1 The AutoCAD 2009 interface has been enhanced to make AutoCAD even easier to use, while making as much screen space available as possible. In this chapter,

More information

LONG TERM CARE HOSPITAL ASSESSMENT SUBMISSION ENTRY & REPORTING TOOL (LASER) USER GUIDE IN SUPPORT OF VERSION (APRIL 2017)

LONG TERM CARE HOSPITAL ASSESSMENT SUBMISSION ENTRY & REPORTING TOOL (LASER) USER GUIDE IN SUPPORT OF VERSION (APRIL 2017) LONG TERM CARE HOSPITAL ASSESSMENT SUBMISSION ENTRY & REPORTING TOOL (LASER) USER GUIDE IN SUPPORT OF VERSION 1.3.0 (APRIL 2017) Updated 3/2017 TABLE OF CONTENT INTRODUCTION... 4 INSTALLATION... 4 Installers

More information

Web Accessibility Change Your Mouse Pointer Visibility Handbook

Web Accessibility Change Your Mouse Pointer Visibility Handbook Web Accessibility Change Your Mouse Pointer Visibility Handbook H2O Power is committed to providing our services in a way that respects the dignity and independence of persons with disabilities. H2O power

More information

ELO. ELO Dropzone. Document Management and Archiving Software. September ELO Digital Office GmbH.

ELO. ELO Dropzone. Document Management and Archiving Software. September ELO Digital Office GmbH. ELO Document Management and Archiving Software ELO Dropzone September 2017 ELO Digital Office GmbH http://www.elo.com Copyright 2017 ELO Digital Office GmbH All rights reserved [06.10.2017-10:21 - en -

More information

PaperClip32. Revision 2.0

PaperClip32. Revision 2.0 PaperClip32 Quick Start Guide Revision 2.0 Copyright Information Copyright 2003, PaperClip Software, Inc. The PaperClip32 product name and PaperClip Logo are registered trademarks of PaperClip Software,

More information

Expert LESSON 2 - Step-by-Step

Expert LESSON 2 - Step-by-Step Expert LESSON 2 - Step-by-Step STEP BY STEP Apply a Style GET READY. Before you begin these steps, LAUNCH Microsoft Word. 1. Locate and OPEN the file named Classes. 2. Select the Active Older Adults heading.

More information

Working with Actions Stratum.Viewer 6

Working with Actions Stratum.Viewer 6 Working with Actions Stratum.Viewer 6 Getting Started Access to Actions Accessing Actions Functionality Introduction to Actions Quick Start Set up an Action Tasks Add an Email Action Add a File Share Action

More information

SECTION 4 USING QUERIES. What will I learn in this section?

SECTION 4 USING QUERIES. What will I learn in this section? SECTION 4 USING QUERIES What will I learn in this section? Select Queries Creating a Query Adding a Table to Query Adding Fields to Query Single Criteria Hiding column in a Query Adding Multiple Tables

More information

Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev

Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev. 06.29.09 Overview: This reference manual will cover two separate applications that work together to produce a

More information

Working with Prime Network Vision Maps

Working with Prime Network Vision Maps CHAPTER 5 The topological map is the main tool used by Cisco Prime Network Vision (Prime Network Vision) to display the links and relationships between the network elements and aggregations. The following

More information

17 - VARIABLES... 1 DOCUMENT AND CODE VARIABLES IN MAXQDA Document Variables Code Variables... 1

17 - VARIABLES... 1 DOCUMENT AND CODE VARIABLES IN MAXQDA Document Variables Code Variables... 1 17 - Variables Contents 17 - VARIABLES... 1 DOCUMENT AND CODE VARIABLES IN MAXQDA... 1 Document Variables... 1 Code Variables... 1 The List of document variables and the List of code variables... 1 Managing

More information

RITIS Training Module 4 Script

RITIS Training Module 4 Script RITIS Training Module 4 Script Welcome to the Regional Integrated Information System or RITIS Module 04 CBT. To begin, select the start button or press Shift+N on your keyboard. This training module will

More information

MICROSOFT EXCEL TUTORIAL HANDOUT

MICROSOFT EXCEL TUTORIAL HANDOUT MICROSOFT EXCEL TUTIAL HANDOUT Opening Microsoft Excel 1. Click on the START button. 2. Click on PROGRAMS. 3. Click on MICROSOFT EXCEL. The Excel Screen Formula Bar Minimize Buttons Restore Buttons Close

More information

Getting Started Manual. SmartList To Go

Getting Started Manual. SmartList To Go Getting Started Manual SmartList To Go Table of contents Installing SmartList To Go 3 Launching SmartList To Go on the handheld 4 SmartList To Go toolbar 4 Creating a SmartList 5 The Field Editor Screen

More information

Spreadsheet View and Basic Statistics Concepts

Spreadsheet View and Basic Statistics Concepts Spreadsheet View and Basic Statistics Concepts GeoGebra 3.2 Workshop Handout 9 Judith and Markus Hohenwarter www.geogebra.org Table of Contents 1. Introduction to GeoGebra s Spreadsheet View 2 2. Record

More information

THE EXCEL ENVIRONMENT... 1 EDITING...

THE EXCEL ENVIRONMENT... 1 EDITING... Excel Essentials TABLE OF CONTENTS THE EXCEL ENVIRONMENT... 1 EDITING... 1 INSERTING A COLUMN... 1 DELETING A COLUMN... 1 INSERTING A ROW... DELETING A ROW... MOUSE POINTER SHAPES... USING AUTO-FILL...

More information

Complete Tutorial (Includes Schematic & Layout)

Complete Tutorial (Includes Schematic & Layout) Complete Tutorial (Includes Schematic & Layout) Download 1. Go to the "Download Free PCB123 Software" button or click here. 2. Enter your e-mail address and for your primary interest in the product. (Your

More information

Chapter 4: Single Table Form Lab

Chapter 4: Single Table Form Lab Chapter 4: Single Table Form Lab Learning Objectives This chapter provides practice with creating forms for individual tables in Access 2003. After this chapter, you should have acquired the knowledge

More information

How do I make a basic composite or contact sheet?

How do I make a basic composite or contact sheet? How do I make a basic composite or contact sheet? FotoFusion enables you to make a grid-style layout and use text tags to create labels under image frames. This is useful for making simple composites and

More information

EXCEL 2013 FDLRS SUNRISE

EXCEL 2013 FDLRS SUNRISE EXCEL 2013 FDLRS SUNRISE Goal: Participants will create a spreadsheet and graph to document student progress. Objectives: Participants will create a spreadsheet which includes basic formulas. Participants

More information

ArcGIS. ArcGIS Desktop. Tips and Shortcuts

ArcGIS. ArcGIS Desktop. Tips and Shortcuts ArcGIS ArcGIS Desktop Tips and Shortcuts Map Navigation Function Shortcut Availability Refresh and redraw the display. F5 9.1, Suspend the map s drawing. F9 9.1, Zoom in and out. Center map. Roll the mouse

More information

Using Microsoft Word. Paragraph Formatting. Displaying Hidden Characters

Using Microsoft Word. Paragraph Formatting. Displaying Hidden Characters Using Microsoft Word Paragraph Formatting Every time you press the full-stop key in a document, you are telling Word that you are finishing one sentence and starting a new one. Similarly, if you press

More information

Exporting distribution lists from Thunderbird to Outlook

Exporting distribution lists from Thunderbird to Outlook Exporting distribution lists from Thunderbird to Outlook PLEASE NOTE: Do not export the lists under Distribution Lists in your Thunderbird Address Book as these will no longer be maintained on the new

More information

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

More information

OCTAVO An Object Oriented GUI Framework

OCTAVO An Object Oriented GUI Framework OCTAVO An Object Oriented GUI Framework Federico de Ceballos Universidad de Cantabria federico.ceballos@unican.es November, 2004 Abstract This paper presents a framework for building Window applications

More information

Learning Worksheet Fundamentals

Learning Worksheet Fundamentals 1.1 LESSON 1 Learning Worksheet Fundamentals After completing this lesson, you will be able to: Create a workbook. Create a workbook from a template. Understand Microsoft Excel window elements. Select

More information

Visual Programming 1. What is Visual Basic? 2. What are different Editions available in VB? 3. List the various features of VB

Visual Programming 1. What is Visual Basic? 2. What are different Editions available in VB? 3. List the various features of VB Visual Programming 1. What is Visual Basic? Visual Basic is a powerful application development toolkit developed by John Kemeny and Thomas Kurtz. It is a Microsoft Windows Programming language. Visual

More information

Enterprise Architect. User Guide Series. Testing. Author: Sparx Systems. Date: 26/07/2018. Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Testing. Author: Sparx Systems. Date: 26/07/2018. Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Testing Author: Sparx Systems Date: 26/07/2018 Version: 1.0 CREATED WITH Table of Contents Testing 3 Test Management 4 Create Test Records 6 Show Test Script Compartments

More information

Maximizer. The CRM Company. User's Guide

Maximizer. The CRM Company. User's Guide TM Maximizer The CRM Company User's Guide Contents i Contents Chapter 1 Introduction...1 Welcome to Maximizer Form Designer...2 Using Maximizer Form Designer...3 Running Maximizer Form Designer...4 Getting

More information

User Manual. pdoc Forms Designer. Version 3.7 Last Update: May 25, Copyright 2018 Topaz Systems Inc. All rights reserved.

User Manual. pdoc Forms Designer. Version 3.7 Last Update: May 25, Copyright 2018 Topaz Systems Inc. All rights reserved. User Manual pdoc Forms Designer Version 3.7 Last Update: May 25, 2018 Copyright 2018 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal.

More information

Customizing Wizards with Cisco Prime Network Activation Wizard Builder

Customizing Wizards with Cisco Prime Network Activation Wizard Builder CHAPTER 3 Customizing Wizards with Cisco Prime Network Activation Wizard Builder The following topics provide detailed information about customizing Network Activation wizard metadata files using the Cisco

More information

CSSN Scanshell.Net USER GUIDE

CSSN Scanshell.Net USER GUIDE CSSN Scanshell.Net USER GUIDE Version 1.0.3, 2005 This publication contains proprietary information of the Card Scanning Solutions Company, provided for customer use only. No other uses are authorized

More information

Local Toolbar Management

Local Toolbar Management Local Toolbar Management To change the arrangement of wizards on your toolbar, or to add commonly used wizards from other modules to your default toolbar, select: Preferences > Desktop > Current Toolbar

More information

USER MANUAL. Nord Sound Manager English. Version: 7.3x. Edition: A. Copyright Clavia DMI AB

USER MANUAL. Nord Sound Manager English. Version: 7.3x. Edition: A. Copyright Clavia DMI AB 1 USER MANUAL Nord Sound Manager English Version: 7.3x Edition: A Copyright Clavia DMI AB User Manual v7.3x 1 NORD SOUND MANAGER The Nord Sound Manager is an application which allows you to organize the

More information

Chapter 2 Autodesk Asset Locator... 3

Chapter 2 Autodesk Asset Locator... 3 Contents Chapter 2 Autodesk Asset Locator....................... 3 Supported Operating Systems....................... 3 Installing Autodesk Asset Locator..................... 4 Define a Search...............................

More information

FEATURE INDEX TAB MIX PLUS: LINKS... 3 TAB MIX PLUS: EVENTS TAB OPENING... 4 TAB MIX PLUS: EVENTS TAB FOCUS... 5

FEATURE INDEX TAB MIX PLUS: LINKS... 3 TAB MIX PLUS: EVENTS TAB OPENING... 4 TAB MIX PLUS: EVENTS TAB FOCUS... 5 FEATURE HELP FEATURE INDEX TAB MIX PLUS: LINKS... 3 TAB MIX PLUS: EVENTS TAB OPENING... 4 TAB MIX PLUS: EVENTS TAB FOCUS... 5 TAB MIX PLUS: EVENTS TAB CLOSING... 6 TAB MIX PLUS: EVENTS TAB FEATURES...

More information

QUERY USER MANUAL Chapter 7

QUERY USER MANUAL Chapter 7 QUERY USER MANUAL Chapter 7 The Spectrum System PeopleSoft Financials Version 7.5 1. INTRODUCTION... 3 1.1. QUERY TOOL... 3 2. OPENING THE QUERY TOOL... 4 3. THE QUERY TOOL PANEL... 5 3.1. COMPONENT VIEW

More information

Series 6 Technical Admin Guide Page 1

Series 6 Technical Admin Guide Page 1 Series 6 Technical Admin Guide Page 1 TABLE OF CONTENTS PRODUCT REGISTRATION... 6 Free Trial Registration and the Wizard...7 How the Trial Works...8 Register Invu Document Management...8 Privileges for

More information

Enterprise Architect. User Guide Series. Tutorial. Author: Sparx Systems. Date: 26/07/2018. Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Tutorial. Author: Sparx Systems. Date: 26/07/2018. Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Tutorial Author: Sparx Systems Date: 26/07/2018 Version: 1.0 CREATED WITH Table of Contents Tutorial 3 Startup 4 Create a Project 5 Add a View to your Model 6 Add

More information

4) Study the section of a worksheet in the image below. What is the cell address of the cell containing the word "Qtr3"?

4) Study the section of a worksheet in the image below. What is the cell address of the cell containing the word Qtr3? Choose The Correct Answer: 1) Study the highlighted cells in the image below and identify which of the following represents the correct cell address for these cells: a) The cell reference for the selected

More information

PART 7. Getting Started with Excel

PART 7. Getting Started with Excel PART 7 Getting ed with Excel When you start the application, Excel displays a blank workbook. A workbook is a file in which you store your data, similar to a three-ring binder. Within a workbook are worksheets,

More information

EL-CID Quick Reference Version 6.0

EL-CID Quick Reference Version 6.0 New Open Save Print Query Compliance Clone Delete Station Link Link Import Export Preferences Palette Mode Summary ITU Help 1. Click to select a Station icon. Items you can link to/from are colored. 2.

More information

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next. Getting Started From the Start menu, located the Adobe folder which should contain the Adobe GoLive 6.0 folder. Inside this folder, click Adobe GoLive 6.0. GoLive will open to its initial project selection

More information

1. Understanding efinanceplus Basics

1. Understanding efinanceplus Basics 1. Understanding efinanceplus Basics To understand the procedures described later in this guide, you will first need some background on the efinanceplus environment. Whether adding, searching for, viewing,

More information

UCL Depthmap 7: Convex Space Analysis

UCL Depthmap 7: Convex Space Analysis UCL Depthmap 7: Convex Space Analysis Version 7.12.00c Outline This tutorial will cover drawing a convex map, linking the spaces, and then analysing it. New file First, begin a New file, either from the

More information