IconInfo Element
Important Information
- The icon defined for an operation is displayed only in the run results.
- If the IconInfo element is not defined for a test object class or operation, a default icon is used.
Note for .NET Add-in users: Do not use this element for the .NET Add-in.
Name | Type | Use | Default | Description |
---|---|---|---|---|
IconFile | string | required | The file system path to the file that contains the icon. The file can be a .dll, .exe or .ico file.
You can specify a file path relative to the UFT One installation folder, by providing a file path that begins with the string INSTALLDIR, where INSTALLDIR replaces the UFT One installation folder path. | |
IconIndex | integer | optional | The index of the icon's location in the file (required only if the IconFile attribute is a .dll or .exe). |
|