Ad Code

Define these terms: Branch Coverage, Statement Coverage.

Define these terms: Branch Coverage, Statement Coverage.


Branch Coverage: In this scheme, all the possible branches of decision structures are tested. Therefore, sequences of statements following a decision are tested.

Statement Coverage: In this scheme, statements of the code are tested for a successful test that checks all the statements lying on the path of a successful scenario.
Reactions

Post a Comment

0 Comments