AutoSaveAllAction
The AutoSaveAllAction action saves all unsaved business objects for the active Management Center tool.
<testcase>
element by using the <action>
element. Set the value for the
name
attribute of the <action>
element to identify the name and
package of the action.
<testcase>
<action name="cmc/automation/AutoSaveAllAction">
...
</action>
</testcase>
Parameters
This action accepts the following parameters:- abortOnError
- Specifies whether to continue the automated testing when the AutoSaveAllAction action cannot be
performed. By default, this parameter is set to
true
to stop automated testing when this action cannot be performed.
Example
The following code snippet shows an example of the AutoSaveAllAction action:
<!-- Save all -->
<action name="cmc/automation/AutoSaveAllAction"/>