Location Property

Description

The location where the action is stored.

Property type

Read-write property

Note: In UFT One versions 14.51 and earlier, this property is Read-only.

Syntax

Visual Basic
Public Property Location As String

Remarks

The value contains the full path of the file system or ALM location where the action is stored.

Example

Set the property to an ALM location:

qtApp.Test.Actions("Action1 [GUITest2]").Location = "[ALM] Subject\tests\GUITest2\Action1"

Set the property to a file system path:

qtApp.Test.Actions("Action1 [GUITest2]").Location = "C:\tests\GUITest2\Action1"

See Also

Action Object  | Action Members