Develop > Presentation layer > Management Center test automation framework


wcfAutoOpenToolAction

The wcfAutoOpenToolAction action opens a specified Management Center tool, such as the Catalogs tool. If the tool is already open, it becomes the active tool.


Parameters

This action accepts the following parameters:

toolId

Required: The ID of the Management Center tool that to open. This value is the same as the id attribute specified for the tool in the wcfApplicationMenuItem class within the ApplicationMenuItems.lzx file.


Example

The following code snippet shows an example of this parameter used in the wcfAutoOpenToolAction action:

<!-- Open the Catalogs tool --> 
<action name="wcfAutoOpenToolAction"> 
 
<param name="toolId" value="catalogManagement"/> 
</action> 

Related reference

wcfAutoRunTestCaseAction

wcfAutoSetValueAction

wcfAutoSelectStoreAction

wcfAutoCreateNewObjectAction

wcfAutoSetPropertyAction

wcfAutoDeleteObjectAction

wcfAutoFindObjectAction

wcfAutoGetChildObjectAction

wcfAutoLoadChildrenAction

wcfAutoSaveAllAction

wcfAutoRefreshAllAction

wcfAutoVerifyObjectAction

wcfAutoVerifyNoObjectAction

wcfAutoVerifyPropertyAction

wcfAutoRunCustomServiceAction


+

Search Tips   |   Advanced Search