Kahoot week 9 Flashcards
1
Q
Use case testing is a ___ technique?
A
Black box
2
Q
In a use case testing, you must create a test case for each____?
A
Exception
3
Q
Use case testing will determine the quality of the software?
A
False
4
Q
Statement coverage is a ____ technique?
A
White box
5
Q
In statement coverage, we execute each statement____?
A
At least once
6
Q
The formula to calculate the percentage of statement coverage is?
A
(# executed statements/all statements) * 100
7
Q
Missing statements are covered in statement coverage
A
False
8
Q
Basis path coverage explicitly identifies____?
A
The number of test cases needed
9
Q
The formula for cyclometric complexity is?
A
P + 1
10
Q
Cyclomatic complexity is used to?
A
Determine the number of test cases required for path coverage