AddTestsFromTestSetToCoverage Method
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