CustomServerBase Class
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.
The base class for the custom server class.
| Visual Basic (Declaration) |
|---|
Public MustInherit Class CustomServerBase |
| C# |
|---|
public abstract class CustomServerBase |
public class MyAppSrv: CustomServerBase, IRecord, IMyAppSrvRun, ITableVerify, IMyAppSrvCustProp, IComponentDetector
System.Object
Mercury.QTP.Slv.CustomServer.CustomServerBase
| Type | Name | Description |
|---|---|---|
![]() | Init | This method supports the product infrastructure. Do not override it and do not call it in your code. |


