ALM Open Test Architecture API Type Library Version 12.55
GetCoverageTestConfigsByTestIds Method
A comma-separated list of Test.IDs.
If true, checks for coverage of descendents of this Req.
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

Req Object  | Req Members