Mercury.QTP.CustomServer Namespace > CustomServerBase Class : TestObjectInvokeMethod Method |
The Custom Server can use TestObjectInvokeMethod
to call methods of the test object to which it is mapped. To be invoked by TestObjectInvokeMethod
, the method must be exposed through the test object's IDispatch interface.
Parameters
- sMethod
- the Method to invoke
- list
- The arguments passed to the method. Zero or more arguments, passed as a comma-delimited list of values. Pass parameters only of data types that can be stored in a Variant.
Return Value