NonUniqueListItemRecordMode Property

Description

The method for recording an item in a list or tree when two or more items have an identical name.

Property type

Read-write property

Syntax

Visual Basic
Public Property NonUniqueListItemRecordMode As String

Return Value

  • ByName--Records the item's name.  When the test runs, UFT One finds and selects the first instance of the name, no matter which item was chosen during recording. Select this option if the all items with the same name have identical properties.
  • ByIndex--Records the item's index number.  Use this value if items with the same name do not necessarily have identical properties.

Example

See Also