RunErrors Enumeration

OpenText Functional Testing 2022 and later: Following the discontinuance of the Silverlight development framework, OpenText Functional Testing no longer supports the Silverlight Add-in by default.

If you need to use and extend the Silverlight Add-in, contact OpenText Support.

Run error values.

Syntax

Visual Basic (Declaration)
Public Enum RunErrors 
   Inherits Enum
C#
public enum RunErrors : Enum  

Members

MemberDescription
E_OBJNOTVISIBLEThe test object is not visible on the screen.
E_ILLEGALOPERATIONThe operation can not be performed.
E_OBJDISABLEDThe runtime object is disabled.
E_ITEMNOTFOUNDItem in list or menu not found.
E_ITEMNOTUNIQUEItem in list or menu is not unique.
E_OUTOFRANGEFunction argument out of range.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Mercury.QTP.Slv.CustomServer.RunErrors

See Also