Start trefwoorden te typen om de site te doorzoeken. Druk enter om te verzenden.
Generative AI
Cloud
Testing
Artificial intelligence
Security
With Condition coverage the possible outcomes of (“true” or “false”) for each condition are tested at least once. This means that each individual condition is one time true and false. In other words we cover all conditions, hence condition coverage. The outcome of the decision point is only relevant for checking the conditions. Also the combinations of conditions are not relevant. Since there are only two possible outcomes of a condition (true or false), condition coverage results in 2 test situations per decision point.
In practice this coverage type is not used very often for the testing of the combinations of the conditions and/or the outcome of the decision point itself is considered to be more important.
Coverage groups:ProcessPathsRight paths / fault pathsState transitionConditionsDecision Table Test (DTT)Decision pointsModified Condition/Decision coverageSemantic TestElementary Comparison Test (ECT)DataEquivalence classesBoundary value analysisData Combination Test (DCoT)Orthogonal arrays and pairwise testingCRUDIntegrity rulesSyntactis Test (SYN)AppearanceAppearancePresentationStatistical usage: operational profiles and load profilesChecklist