Runtime

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

The Runtime step type is available only in shell tests.

Description

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

Description

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

Description

Specify True or False in the Recognition column. Specify True to skip Page.Save steps. Specify False to run 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 Runtime Options.

Description

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

This action overrides the Skip RunRequest setting in Runtime Options.

Description

Specify True, False or ALL in the Recognition column.

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

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

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

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

However, Stop On Error (-SOE ) parameter in command line runtime overrides the StopOnError runtime action in shell tests script.

For details on -SOE parameter, see Using the Test Editor