TestInstance Property
Description
The number of this instance of the design test in the test set.
Property type
Read-only property
Syntax
Visual Basic
Public Property TestInstance As Long
Remarks
For example, if a Test is used four times in a test set, Run.TestInstance is a number from 1 to 4, depending on which instance ran.
See Also