AddCoverageByFilter Method
Description
Adds the tests from the specified subject that match the input filter to the list of tests that cover the current requirement.
Syntax
Visual Basic
Public Function AddCoverageByFilter( _
   ByVal SubjectId As Long, _
   ByVal Order As Long, _
   ByVal TestFilter As String _
) As Long
Parameters
SubjectId
The ID of the folder in the test plan module.
Order
The desired position in the list of tests.
TestFilter
A TDFilter.Text that selects the tests to cover the requirement.
See Also