ITestable3 Interface : RunEx Method |
Visual Basic |
---|
Public Function RunEx( _ ByVal objId As Variant, _ ByVal method As String, _ ByVal arguments() As Variant, _ ByVal reportContext As Variant _ ) As Variant |
- objId
- method
- The test object method.
- arguments
- An array containing the test object method arguments.
- reportContext
- The value to use in the context parameter of the Report method, if you want the information that you add to the run results to be associated with the test object that ran this method.
In a test run, UFT generally calls FindObjectId2 before this method to determine the value of the objID argument.