Changes between Version 12 and Version 13 of Developer/Coverage/Theory


Ignore:
Timestamp:
09/14/09 18:02:57 (15 years ago)
Author:
GlennHumphrey
Comment:

/* Condition Coverage */ Improved a sentence

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Coverage/Theory

    v12 v13  
    2525
    2626
    27 Condition Coverage requires that each boolean sub-expression evaluate to both TRUE and FALSE.  This criteria goes a little further than Decision Coverage by ensuring that the component parts of a compound expression each evaluate to TRUE and FALSE.  But it should be noted that this does not necessarily imply decision coverage.  This issue usually requires Decision Coverage and Condition Coverage to be applied together.
     27Condition Coverage requires that each boolean sub-expression evaluate to both TRUE and FALSE.  This criteria goes a little further than Decision Coverage by ensuring that the component parts of a compound expression each evaluate to TRUE and FALSE.  But it should be noted that this does not necessarily imply decision coverage.  Because of this fact, it is best to apply Decision Coverage and Condition Coverage together.
    2828= Object Coverage =
    2929