![]()
✪ Choose the correct option.
This part of a program is given:-
WHILE (condition A) Do B
END WHILE
END WHILE
How many paths should be tested in this code in order to achieve 100% path coverage?
WHILE (condition A) Do B
![]()
WHILE (condition A) Do B
END WHILE
How many paths should be tested in this code in order to achieve 100% path coverage?