ALM Open Test Architecture API Type Library Version 12.55
GetCoverageTestsByReqFilter Method
A TDFilter.Text that specifies which requirements to include.
Description
Returns the list of tests that cover the requirements that match the requirement filter.
Syntax
Visual Basic
Public Function GetCoverageTestsByReqFilter( _
   ByVal ReqFilter As String _
) As List
Parameters
ReqFilter
A TDFilter.Text that specifies which requirements to include.
Return Type
A list of the Tests that cover the requirements that match the filter.
See Also

IReqFactory3 Interface  | IReqFactory3 Members