RunMode Property

Description

Indicates whether to run in fast or non-fast mode.

Property type

Read-write property

Syntax

Visual Basic
Public Property RunMode As String

Property description

UFT One runs your test or component in two modes: fast or non-fast.

  • Fast mode: Neither displays the execution arrow in the left margin of the Keyword View or Editor nor expands the Keyword View or shows the Editor of each action as UFT One runs. This mode requires fewer system resources.

  • Non-fast mode (Debug / Normal): Displays the execution arrow to the left of each step or statement as UFT One runs. For a test with multiple actions, the Keyword View expands to display the steps, and the Editor displays the script, of the currently running action. This mode requires more system resources.

Note: You must have Microsoft Script Debugger installed to enable the non-fast mode and this mode is relevant only when running UFT One in Visible mode.

Return values

UFT One versionPossible property values
23.4 and later
  • Debug

  • Fast

Note: Normal=Debug and is supported for backwards compatibility only.

2023 and earlier
  • Normal

  • Fast

Example

Configure a Test to Run in Fast Mode

See Also

RunOptions Object