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
TestInstanceFilter
See Also