MODULE DESCRIPTION: Routines and utilities to work on SQA Type=PUSHBUTTON objects in Data-Driven Automation.Action Commands Global Variables Routine Details
SUPPORTED ACTION COMMANDS: ClickButton 'Clicks the button
(none)
Sub PushButtonClick () DESCRIPTION: Tries to perform a standard Click on the button. The routine expects that the given object already has Context or Focus. It also expects that Global StepDriverTestInfo contains all the information it needs to perform its function. DATA TABLE PARAMETERS: none ERRORS: none Orig Author: Carl Nagle Orig Date: JUL 28, 1999 History: JUL 28, 1999 Original Release
Sub Main () DESCRIPTION: Entry point to process a StepDriver ACTION COMMAND on a PUSHBUTTON. The routine merely reads the Global StepDriverTestInfo.testcommand and calls the appropriate subroutine to process it. If the testcommand is unrecognized it will log a WARNING_MESSAGE and exit with a WARNING status. DATA TABLE PARAMETERS: none - the called subroutine has the requirements ERRORS: none Orig Author: Carl Nagle Orig Date: JUL 28, 1999 History: JUL 28, 1999 Original Release OCT 17, 2002 (CANAGL) Reroute fallback to GenericObjectFunctions. OCT 22, 2002 (CANAGL) Warn of unimplemented TF and TW record types. DEC 12, 2002 (CANAGL) Added support for XSLComponentActions.MAP DEC 07, 2005 (CANAGL) Deprecating CLICK commands in favor of GenericObjectFunctions.
Copyright (C) SAS Institute GNU General Public License: http://www.opensource.org/licenses/gpl-license.php ==============================================================================