GetCoverageTestConfigsByTestIds Method
Description
Returns the list of test configurations that cover the current requirement with filtered tests, and optionally, cover those of its descendents that match the requirement filter.
Syntax
Visual Basic
Public Function GetCoverageTestConfigsByTestIds( _
   ByVal TestIDs As String, _
   Optional ByVal Recursive As Boolean = False _
) As List
Parameters
TestIDs
A comma-separated list of Test.IDs.
Recursive
If true, checks for coverage of descendents of this Req.
See Also