TestingEffortInHoursFromPolicyMatrix Property
Description
Calculated time needed to test a requirement in the given Risk and Functional Complexity, according to the current policy.
Property type
Read-only property
Syntax
Visual Basic
Public Property TestingEffortInHoursFromPolicyMatrix( _
   ByVal RiskLevel As Long, _
   ByVal FCLevel As Long _
) As Long
Parameters
RiskLevel

The business risk level.

FCLevel

The feature complexity. An indirect indication of failure probability.

Remarks
This setting overrides the corresponding value from CustomizationRBT.
See Also