CheckTestInstances Method
Description
Gets information about the instances of the specified test in this test set.
Syntax
Visual Basic
Public Function CheckTestInstances( _
   ByVal TestIDs As String _
) As String
Parameters
TestIDs
Test.ID or a comma-separated list of IDs.
Return Type

For each Test ID, an output line of format:

{NUM_OF_INSTANCES:<count>, TS_TEST_ID:<ID number>, TS_NAME:<name>, TS_TYPE:<type>, TS_STEPS:<step count>, TS_TEMPLATE:<template name> }

See Also