InterviewSolution
| 1. |
Explain Branch Coverage And Decision Coverage. |
|
Answer» •Branch Coverage is TESTING performed in order to ENSURE that every branch of the software is EXECUTED atleast. To perform the Branch coverage testing we take the help of the Control FLOW Graph. Branch Coverage = Tested Decision OUTCOMES / Total Decision Outcomes. •Branch Coverage is testing performed in order to ensure that every branch of the software is executed atleast. To perform the Branch coverage testing we take the help of the Control Flow Graph. Branch Coverage = Tested Decision Outcomes / Total Decision Outcomes. |
|