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

ICoverableReq2 Interface  | ICoverableReq2 Members