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.
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.
Define these terms: Branch Coverage, Statement Coverage.
Reviewed by MCH
on
July 17, 2012
Rating:
No comments: