Version

QTPContextRecordProxyBase Class Members

The following tables list the members exposed by QTPContextRecordProxyBase.

Public Constructors
Public Properties
 NameDescription
Public PropertyEventListenerType  
Public PropertyMessageHandlerType  
Public PropertySourceControl (Inherited from Mercury.QTP.CustomServer.CustomServerBase)
Public PropertyWndHandle (Inherited from Mercury.QTP.CustomServer.CustomServerBase)
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisconnect (Inherited from Mercury.QTP.CustomServer.CustomServerBase)
Public MethodDispose (Inherited from Infragistics.TestAdvantage.Shared.Licensing)
Public MethodDragAndDrop (Inherited from Mercury.QTP.CustomServer.CustomServerBase)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetSettingsValue (Inherited from Mercury.QTP.CustomServer.CustomServerBase)
Public MethodGetSettingsXML (Inherited from Mercury.QTP.CustomServer.CustomServerBase)
Public MethodGetWndMessageFilterOverridden. To change Window messages filter implement this method. The default implementation is to get only Control's window messages.  
Public MethodInit (Inherited from Mercury.QTP.CustomServer.CustomServerBase)
Public MethodInitEventListenerOverridden. In case you extend Record process, you should add your Events handlers in order to listen to Control's Events.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodKeyDown (Inherited from Mercury.QTP.CustomServer.CustomServerBase)
Public MethodKeyUp (Inherited from Mercury.QTP.CustomServer.CustomServerBase)
Public MethodMouseClick (Inherited from Mercury.QTP.CustomServer.CustomServerBase)
Public MethodMouseDblClick (Inherited from Mercury.QTP.CustomServer.CustomServerBase)
Public MethodMouseDown (Inherited from Mercury.QTP.CustomServer.CustomServerBase)
Public MethodMouseMove (Inherited from Mercury.QTP.CustomServer.CustomServerBase)
Public MethodMouseUp (Inherited from Mercury.QTP.CustomServer.CustomServerBase)
Public MethodOnMessageOverridden. To catch window massages you should implement this method. Please note: This method is called just in case the CustomServer is running under QuickTest process.  
Public MethodPrepareForReplayOverloaded.  (Inherited from Mercury.QTP.CustomServer.CustomServerBase)
Public MethodPressKey (Inherited from Mercury.QTP.CustomServer.CustomServerBase)
Public MethodPressNKeys (Inherited from Mercury.QTP.CustomServer.CustomServerBase)
Public MethodRecordAUTValidate (Inherited from Infragistics.TestAdvantage.Shared.Licensing)
Public MethodRecordFunction (Inherited from Mercury.QTP.CustomServer.CustomServerBase)
Public MethodRecordQTPValidate (Inherited from Infragistics.TestAdvantage.Shared.Licensing)
Public MethodReleaseEventListenerOverridden. At the end of the Record process this method is called by QuickTest to release all the handlers the user added in InitEventListener method. Please note: Handlers added via QuickTest methods are released by QuickTest infrastructure.  
Public MethodReplayReportStep (Inherited from Mercury.QTP.CustomServer.CustomServerBase)
Public MethodReplayThrowErrorOverloaded.  (Inherited from Mercury.QTP.CustomServer.CustomServerBase)
Public MethodReplayValidate (Inherited from Infragistics.TestAdvantage.Shared.Licensing)
Public MethodSendKeys (Inherited from Mercury.QTP.CustomServer.CustomServerBase)
See Also