ALM Open Test Architecture API Type Library Version 12.55
AddTestsFromTestSetToCoverage Method
A TestSet.ID.

The filter which defines which test instances will cover the current requirement.

The filter can be a TDFilter.Text.

Description
Adds the test instances from the specified test set that match the input filter to the list of test instances that cover the current requirement.
Syntax
Visual Basic
Public Sub AddTestsFromTestSetToCoverage( _
   ByVal TestSetID As Long, _
   ByVal TestInstanceFilter As String _
) 
Parameters
TestSetID
A TestSet.ID.
TestInstanceFilter

The filter which defines which test instances will cover the current requirement.

The filter can be a TDFilter.Text.

See Also

ICoverableReq2 Interface  | ICoverableReq2 Members