IRecord Interface
Implement this interface to extend OpenText Functional Testing recording.
| Visual Basic (Declaration) |
|---|
Public Interface IRecord |
| C# |
|---|
public interface IRecord |
| Type | Name | Description |
|---|---|---|
![]() | OnMessage | Handles Windows messages. |
![]() | RecordInit | Registers event handlers. |
![]() | RecordStop | Called by the infrastructure at the end of the recording session to stop listening for events. |
Reference
IRecord InterfaceMercury.QTP.WPF.CustomServer Namespace


