ITestable Interface : Run Method |
- objId
- method
- The test object method.
- arguments
- An array containing the test object method arguments.
- Implement ITestable3:RunEx instead of this method, to support adding test-object-related information to the run results.
- In a test run, UFT generally calls FindObjectId before this method to determine the value of the objID argument.
If you implement ITestable2 or ITestable3, UFT calls FindObjectId2 instead.