ALM Open Test Architecture API Type Library Version 12.55
AddSubjectToCoverage Method
A SubjectNode.NodeID.

A logical filter specifying which tests will cover the current requirement.

The filter can be a TDFilter.Text.

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 Sub AddSubjectToCoverage( _
   ByVal SubjectId As Long, _
   ByVal TestFilter As String _
) 
Parameters
SubjectId
A SubjectNode.NodeID.
TestFilter

A logical filter specifying which tests will cover the current requirement.

The filter can be a TDFilter.Text.

See Also

ICoverableReq Interface  | ICoverableReq Members