Given the following:
Switch PC on Start “outlook” IF outlook appears THEN Send an email Close outlook
- A. 1 test for statement coverage, 1 for branch coverage
- B. 1 test for statement coverage, 2 for branch coverage
- C. 1 test for statement coverage. 3 for branch coverage
- D. 2 tests for statement coverage, 2 for branch coverage
- E. 2 tests for statement coverage, 3 for branch coverage
Answer: Option B