Execution

Use the Execution actions in shell tests to modify the behavior of tests during execution. You typically set these options as you are developing tests to facilitate the development process.

The Execution step type is available only in shell tests.

Description

Override the default execution option. Specify the name of a valid execution option in the Recognition column.

Description

SpecifyTrue or False in the Recognition column. Specify True to skip Browser.Start_Login steps. Specify False to execute Browser.Start_Login steps.

Description

Specify True or False in the Recognition column. Specify True to skip Page.Save steps. Specify False to execute the Page.Save steps. You would, for instance, select this option to avoid creating duplicate values if you plan to run a test repeatedly.

This action overrides the Skip PageSave setting in Execution Options.

Description

Specify True or False in the Recognition column. Specify True to skip Process.Run steps. Specify False to execute the Process.Run steps.

This action overrides the Skip RunRequest setting in Execution Options.

Description

Specify True, False or ALL in the Recognition column.

Specify True to stop execution on the current called Test when a Fail is logged.

Specify False to continue execution when the called test encounters a Fail.

Specify ALL to stop shelltest execution when any called test encounters a Fail.

This action overrides the Stop on Error setting (located in the Debug menu of the Test Editor).