Kahoot week 9 Flashcards

1
Q

Use case testing is a ___ technique?

A

Black box

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

In a use case testing, you must create a test case for each____?

A

Exception

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

Use case testing will determine the quality of the software?

A

False

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

Statement coverage is a ____ technique?

A

White box

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

In statement coverage, we execute each statement____?

A

At least once

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

The formula to calculate the percentage of statement coverage is?

A

(# executed statements/all statements) * 100

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

Missing statements are covered in statement coverage

A

False

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

Basis path coverage explicitly identifies____?

A

The number of test cases needed

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

The formula for cyclometric complexity is?

A

P + 1

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

Cyclomatic complexity is used to?

A

Determine the number of test cases required for path coverage

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