ALM Open Test Architecture API Type Library Version 12.55
AddCriteriaToCoverage Method
A Variant Array of TestCriterion.IDs.
Description
Adds a list of test criteria to the coverage.
Syntax
Visual Basic
Public Sub AddCriteriaToCoverage( _
   ByVal TestCriterionIDs As Variant _
) 
Parameters
TestCriterionIDs
A Variant Array of TestCriterion.IDs.
Remarks
If the test does not already cover the requirement, it is added to the coverage with all its configurations.
See Also

ICoverableReq2 Interface  | ICoverableReq2 Members