Model name: RiskLevel-dm
Represents a risk level in the system, which can be used to categorize the severity or impact of risks associated with test cases
Document definition
Root __meta object (Meta)
[Read only ] Contain the meta data information of the document. It will be ignored if included in the request of the update operations (e.g MODIFY_DOCUMENT)
Copy
Expand all Collapse all { "Root" :
{ "RiskLevelData" :
{ "TestCaseId" : "string" ,
"RiskLevelHeatmap" : "string" ,
"CombinationRiskLevel" : "string" ,
"CombinationSeverityFrequency" : "string" ,
"RiskLevelBusinessLogic" : "string" ,
"Frequency" : "string" ,
"Severity" : "string" ,
"RiskLevelTestHistory" : "string" ,
"Impact" : "string" ,
"Likelihood" : "string" ,
"CombinationLikelihoodImpact" : "string" ,
"RiskLevelHeatmapValue" : "string" ,
} } , "__meta" :
{ "creator" : "string" ,
"modifier" : "string" ,
"docRef" : "string" ,
"modelReference" : "string" ,
"createdAt" : "2019-08-24T14:15:22Z" ,
"modifiedAt" : "2019-08-24T14:15:22Z" ,
"modelVersion" : "string"
} }