background image
<< Commands - Resume Tracking | Commands - Use the Caption >>
Commands - The Default MultiTags group box controls
<< Commands - Resume Tracking | Commands - Use the Caption >>
User's Guide
501
27 M
ENU
C
OMMANDS
Record menu
The Default MultiTags group box controls the default manner in which
SilkTest constructs the tag. The default is to construct the tag from the
object's Caption and Window ID.
Note If you deselect Record Multiple Tags, the Default Multitags
group box becomes the Default Tag group box, and the check boxes
for the tag types become radio buttons, allowing you to choose only
one tag component.
Select one or more of the following choices (select only one if you deselected
Record Multiple Tags):
Tag form
Description
Caption
The object's caption.
Prior text
The closest static text above or to the right of the object.
Index
An object's index number. The index number is the order of
appearance of the object, from top left to bottom right, in
relation to its sibling objects of the same class.
Example: If a dialog has four pushbuttons, the one closest
to the top left of the dialog has the index #1 and the one
closest to the bottom right has the index #4.
Window ID
The internal number used by the GUI itself to identify the
object. For applications built in SQL Windows, Visual
Basic, and PowerBuilder, the Window ID is the internal
control name of the object.
Location
The x,y location of the object. This approach is primarily
useful when testing graphical controls. For more
information on graphical controls, see Chapter 17,
"Supporting Custom Objects".