CoverRequirement Method
Description
Adds the specified requirement to the list of requirements covered by this test.
Syntax
Visual Basic
Public Function CoverRequirement( _
   ByVal Req As Variant, _
   ByVal Order As Long, _
   ByVal Recursive As Boolean _
) As Long
Parameters
Req
A Req.ID or Req object.
Order
For backward compatibility. Value is ignored.
Recursive

If True, the test is associated with the specified requirement and all of its descendent requirements.  If False, the test is associated only with the specified requirement .

Return Type
Not in use. Ignore return value.
See Also