Mercury.QTP.CustomServer Namespace : VerificationServerBase Class |
A custom server that supports table checkpoints and output values must implement the following methods in the derived class:
- GetTableColNames
- GetTableRowRange
- GetTableData
'Declaration
Public MustInherit Class VerificationServerBase
public abstract class VerificationServerBase
System.Object
Mercury.QTP.CustomServer.VerificationServerBase
Name | Description | |
---|---|---|
FirstRow | Returns the number of the first grid row in the table checkpoint or output value. | |
LastRow | Returns the number of the last grid row in the table checkpoint or output value. | |
SourceControl | Returns the grid control attached to this server. |
Name | Description | |
---|---|---|
GetColNames | This method supports the UFT infrastructure. Do not call it directly in your code. | |
GetData | This method supports the UFT infrastructure. Do not call it directly in your code. | |
GetRowsRange | This method supports the UFT infrastructure. Do not call it directly in your code. | |
SetRowsRange | This method supports the UFT infrastructure. Do not call it directly in your code. | |
SetTargetControlHandle | This method supports the UFT infrastructure. Do not call it directly in your code. |
Name | Description | |
---|---|---|
GetTableColNames | Returns the column names. | |
GetTableData | Returns the values of the cells in the checkpoint or output value area. | |
GetTableRowRange | Gets the indexes of the first and last visible rows, and the table row count. |