Question 1
Consider the control flow graph (CFG) below.
What are the minimum numbers of test paths are required for node and edge coverage?
Minimum 1 test path for both node and edge coverage.
Minimum 2 test paths for both node and edge coverage.
Minimum 1 test path for node coverage and 2 test paths for edge coverage.
Minimum 2 test path for node coverage and 3 test paths for edge coverage.
