Coverage-based testing Flashcards

(1 cards)

1
Q

How to test a loop using Test Depth Level 2?
(LO33 - K3: Path Testing)

A

At least the following 3 test cases sould be present:
- One with 0 times loop
- One with a 1-time loop
- One with a 2 times loop

How well did you know this?
1
Not at all
2
3
4
5
Perfectly