Decision Coverage or Branch Coverage

In order to achieve 100% decision coverage we need to exercise the FALSE condition of the IF statement which will be covered when X is less than Y. However this test case won’t give you 100% decision coverage as the FALSE condition of the IF statement is not exercised. Decision coverage is stronger that statement …

Decision Coverage or Branch Coverage Read More »