Reporting a bug/defect properly is as important as finding a defect, if the defect found is not logged/reported correctly and clearly in bug tracking tools
Condition coverage is correlated to decision coverage as whenever any decision is to be taken, focus will be on number of possible conditions. Multiple Condition
Multiple Condition Decision Coverage(MCDC) is also known as Modified Condition Decision Coverage. In MCDC each condition should be evaluated at least once which affects the
Condition coverage is seen for Boolean expression, condition coverage ensures whether all the Boolean expressions have been evaluated to both TRUE and FALSE. Condition
Decision Coverage Decision Coverage is also known as Branch Coverage. Whenever there are two or more possible exits from the statement like an IF statement,