Which is better coverage method? and whats the difference between path coverage and branch coverage?

Questions by rmanoj2007

Showing Answers 1 - 2 of 2 Answers

Sriharsha

  • May 2nd, 2006
 

hi...

Branch Covergae is the better one

BC Checks for all the loops in the program...and checks for the Termination

in short checks for all the possibilities in the loop

PC checks for the path in which the program operates

  Was this answer useful?  Yes

sundar

  • May 20th, 2006
 

hey i agree wit u, branch coverage is used to check for loops, each and every loop should be executed at least once and we has to ensure dat by testingpath coverage is like cheking all the path's at least once

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions