ALM Open Test Architecture API Type Library Version 12.55
CustomizationRBT Object Members
Overview 
Public Methods
Public Method AddBIQuestionCreates a new Business Criticality criterion.
Public Method AddFCQuestionCreates a new Functional Complexity criterion.
Public Method AddFPQuestionCreates a new Failure Probability criterion.
Public Method CalcBILevelByAnswersWeightCalculate the Business Criticality level from the sum of all the values' weights.
Public Method CalcFCLevelByAnswersWeightCalculate the Functional Complexity level from the sum of all the values' weights.
Public Method CalcFPLevelByAnswersWeightCalculates the Failure Probability level from the sum of all the values' weights.
Public Method DeleteBIQuestionDeletes the specified Business Criticality criterion.
Public Method DeleteFCQuestionDeletes the specified Functional Complexity criterion.
Public Method DeleteFPQuestionDeletes the specified Failure Probability criterion.
Public Method TranslateBILevelTranslate Business Criticality from TDAPI_RBT_BI_LEVELS to its name in the database.
Public Method TranslateBILevelDBNameToEnumTranslate Business Criticality from its name in the database to TDAPI_RBT_BI_LEVELS.
Public Method TranslateFCLevelTranslate Functional Complexity from TDAPI_RBT_FC_LEVELS to its name in the database.
Public Method TranslateFPLevelTranslate Failure Probability from TDAPI_RBT_FP_LEVELS to its name in the database.
Public Method TranslateFPLevelDBNameToEnumTranslate Failure Probability from its name in the database to TDAPI_RBT_FP_LEVELS.
Public Method TranslateTestingLevelTranslate TL from TDAPI_RBT_TESTING_LEVELS to it's name in the database.
Public Properties
Public Property BILevelRiskLowerThresholdThe lower threshold of Risk assessment for each Business Criticality level.
Public Property BIQuestionByIDReturns the Business Criticality criterion that has the specified ID.
Public Property BIQuestionsThe list of Business Criticality questions.
Public Property DisplayedTimeUnitsThe time unit display string for calculations results.
Public Property FCLevelRiskLowerThresholdThe lower threshold of Risk assessment for each Functional Complexity level.
Public Property FCQuestionByIDReturns the Functional Complexity criterion that has the specified ID.
Public Property FCQuestionsThe list of Functional Complexity questions.
Public Property FPLevelRiskLowerThresholdThe lower threshold of Risk assessment for each Failure Probability level.
Public Property FPLevelTestingEffortInHoursObsolete. Returns E_NOTIMPL.
Public Property FPQuestionByIDReturns the Failure Probability criterion that has the specified ID.
Public Property FPQuestionsThe list of Failure Probability questions.
Public Property RiskCalculationMatrixRisk calculation matrix.
Public Property TestingEffortForFCLevelHours needed to test a requirement with the given Functional Complexity.
Public Property TestingLevelPercentageObsolete. No longer supported from Quality Center 10.0.
Public Property TestingPolicyMatrixRisk testing level matrix.
Public Property UpdatedIndicates if the Risk-based Quality Management Customization has been modified since the last synchronization with the database.
See Also

CustomizationRBT Object