IRecord Interface

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.

Implement this interface to extend OpenText Functional Testing recording.

Syntax

Visual Basic (Declaration)
Public Interface IRecord 
C#
public interface IRecord 

Public Methods

TypeNameDescription
MethodGetWndMessageFilterReturns the filter for Windows messages to be received by the custom server during a recording session.  
MethodOnMessageHandles Windows messages.  
MethodRecordInitRegisters event handlers.  
MethodRecordStopCalled by the infrastructure at the end of the recording session to stop listening for events.  
Top