-
How to calculate Branch and statement coverage for these?
Switch PC onStart “outlook”IF outlook appears THENSend an emailClose outlooka) 1 test for statement coverage, 1 for branch coverageb) 1 test for statement coverage, 2 for branch coveragec) 1 test for statement coverage. 3 for branch coveraged) 2 tests for statement coverage, 2 for branch coveragee) 2 tests for statement coverage, 3 for branch coverageIF A > B THENC = A – BELSEC = A + BENDIFRead DIF...
-
What are Coverage Techniques?
What are Coverage Techniques? type of coverage? Please explain me with example.Thanks in advance.
Ans