public interface ISupportRBTAnalysisParent
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
analysisFilter()
The filter used for the Analysis.
|
void |
analysisFilter(String pVal)
The filter used for the Analysis.
|
int |
analysisResultAggregatedRNDEffortsInHours()
Time it would take RnD to handle this requirement, as simple aggregative addition of RND efforts set in children that were visited in last analysis.
|
int |
analysisResultAnalyzedDurationInHours()
Time it would take to test the reqs without CustomTestingLevel, i.e.
|
int |
analysisResultCountCustomizedRequirements()
Count of all child requirements visited in last analysis that their Testing Efforts were customized (not set by analysis)
|
int |
analysisResultCountIgnoredRequirements()
Count of all child requirements ignored in last analysis
|
int |
analysisResultCountNonCustomizedRequirements(int riskLevel,
int fcLevel)
For each possible risk (pair of Risk and FC levels) - return the total Count of child requirements that were visited in last analysis and that are assessed to be in this Risk (Pair), and their Efforts were not customized
|
int |
analysisResultCountUnanalyzableRequirements()
Count of all child requirements visited in last analysis that could not be analyzed due to missing Assessment or incomplete custom effort
|
int |
analysisResultCustomizedDurationInHours()
Time it would take to test the reqs with CustomTestingLevel with this policy set in the related Risk-based Quality Management Analysis setup.
|
Date |
analysisResultLastAnalysisDate()
The Date/Time of the last analysis done on this parent req
|
void |
analyzeAndSave()
Do analysis, create analysis results and save testing levels to all children Reqs.
|
void |
analyzeButDontSave()
Do analysis, create analysis results, but do not save testing levels in children yet.
|
void |
applyPolicyOnResultMatix()
Use current policy matrix and re-apply it on the aggregated counts matrix to calculate total analyzed reqs duration.
|
int |
availableTimeInHours()
Available time for this Risk-based Quality Management Analysis.
|
void |
availableTimeInHours(int pHours)
Available time for this Risk-based Quality Management Analysis.
|
int |
fpLevelTestingEffortInHours(int fpLevel)
Obsolete.
|
void |
fpLevelTestingEffortInHours(int fpLevel,
int pHours)
Obsolete.
|
boolean |
isAnalyzed()
Checks whether the parent requirement has valid Risk-based Quality Management analysis result data
|
void |
resetPolicyToDefaults()
Copy the policy from customization.
|
int |
testingEffortInHoursFromPolicyMatrix(int riskLevel,
int fcLevel)
Calculated time needed to test a requirement in the given Risk and Functional Complexity, according to the current policy.
|
int |
testingLevelPercentage(int testingLevel)
Testing level percentage (of the full testing level).
|
void |
testingLevelPercentage(int testingLevel,
int pPercentage)
Testing level percentage (of the full testing level).
|
int |
testingPolicyMatrix(int riskLevel,
int fcLevel)
Risk testing level matrix
|
void |
testingPolicyMatrix(int riskLevel,
int fcLevel,
int pTestingLevel)
Risk testing level matrix
|
void analyzeButDontSave()
Do analysis, create analysis results, but do not save testing levels in children yet.
void analyzeAndSave()
Do analysis, create analysis results and save testing levels to all children Reqs.
void applyPolicyOnResultMatix()
Use current policy matrix and re-apply it on the aggregated counts matrix to calculate total analyzed reqs duration.
int testingPolicyMatrix(int riskLevel, int fcLevel)
Risk testing level matrix
Getter method for the COM property "TestingPolicyMatrix"
riskLevel
- Mandatory int parameter.fcLevel
- Mandatory int parameter.void testingPolicyMatrix(int riskLevel, int fcLevel, int pTestingLevel)
Risk testing level matrix
Setter method for the COM property "TestingPolicyMatrix"
riskLevel
- Mandatory int parameter.fcLevel
- Mandatory int parameter.pTestingLevel
- Mandatory int parameter.int testingLevelPercentage(int testingLevel)
Testing level percentage (of the full testing level).
Getter method for the COM property "TestingLevelPercentage"
testingLevel
- Mandatory int parameter.void testingLevelPercentage(int testingLevel, int pPercentage)
Testing level percentage (of the full testing level).
Setter method for the COM property "TestingLevelPercentage"
testingLevel
- Mandatory int parameter.pPercentage
- Mandatory int parameter.int fpLevelTestingEffortInHours(int fpLevel)
Obsolete. Returns E_NOTIMPL.
Getter method for the COM property "FPLevelTestingEffortInHours"
fpLevel
- Mandatory int parameter.void fpLevelTestingEffortInHours(int fpLevel, int pHours)
Obsolete. Returns E_NOTIMPL.
Setter method for the COM property "FPLevelTestingEffortInHours"
fpLevel
- Mandatory int parameter.pHours
- Mandatory int parameter.int availableTimeInHours()
Available time for this Risk-based Quality Management Analysis.
Getter method for the COM property "AvailableTimeInHours"
void availableTimeInHours(int pHours)
Available time for this Risk-based Quality Management Analysis.
Setter method for the COM property "AvailableTimeInHours"
pHours
- Mandatory int parameter.String analysisFilter()
The filter used for the Analysis.
Getter method for the COM property "AnalysisFilter"
void analysisFilter(String pVal)
The filter used for the Analysis.
Setter method for the COM property "AnalysisFilter"
pVal
- Mandatory java.lang.String parameter.int testingEffortInHoursFromPolicyMatrix(int riskLevel, int fcLevel)
Calculated time needed to test a requirement in the given Risk and Functional Complexity, according to the current policy.
Getter method for the COM property "TestingEffortInHoursFromPolicyMatrix"
riskLevel
- Mandatory int parameter.fcLevel
- Mandatory int parameter.boolean isAnalyzed()
Checks whether the parent requirement has valid Risk-based Quality Management analysis result data
Getter method for the COM property "IsAnalyzed"
int analysisResultCustomizedDurationInHours()
Time it would take to test the reqs with CustomTestingLevel with this policy set in the related Risk-based Quality Management Analysis setup.
Getter method for the COM property "AnalysisResultCustomizedDurationInHours"
int analysisResultAnalyzedDurationInHours()
Time it would take to test the reqs without CustomTestingLevel, i.e. the regular analyzed reqs, with this policy set in the related Risk-based Quality Management Analysis setup.
Getter method for the COM property "AnalysisResultAnalyzedDurationInHours"
Date analysisResultLastAnalysisDate()
The Date/Time of the last analysis done on this parent req
Getter method for the COM property "AnalysisResultLastAnalysisDate"
int analysisResultAggregatedRNDEffortsInHours()
Time it would take RnD to handle this requirement, as simple aggregative addition of RND efforts set in children that were visited in last analysis.
Getter method for the COM property "AnalysisResultAggregatedRNDEffortsInHours"
int analysisResultCountIgnoredRequirements()
Count of all child requirements ignored in last analysis
Getter method for the COM property "AnalysisResultCountIgnoredRequirements"
int analysisResultCountCustomizedRequirements()
Count of all child requirements visited in last analysis that their Testing Efforts were customized (not set by analysis)
Getter method for the COM property "AnalysisResultCountCustomizedRequirements"
int analysisResultCountUnanalyzableRequirements()
Count of all child requirements visited in last analysis that could not be analyzed due to missing Assessment or incomplete custom effort
Getter method for the COM property "AnalysisResultCountUnanalyzableRequirements"
int analysisResultCountNonCustomizedRequirements(int riskLevel, int fcLevel)
For each possible risk (pair of Risk and FC levels) - return the total Count of child requirements that were visited in last analysis and that are assessed to be in this Risk (Pair), and their Efforts were not customized
Getter method for the COM property "AnalysisResultCountNonCustomizedRequirements"
riskLevel
- Mandatory int parameter.fcLevel
- Mandatory int parameter.void resetPolicyToDefaults()
Copy the policy from customization.
Copyright © 2020. All rights reserved.