Kahoot Week 8 Flashcards

1
Q

What kind of testing technique is Use Case testing?

A

Black Box

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

What are the two main steps, in order, when writing testing for use case?

A

Write test cases for a normal flow, then do the exceptions

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

When can equivalence partition testing be done?

A

At any level of testing, but is good to use first

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

What is the specific benefit of equivalence partition testing?

A

It reduces the number of test cases you have to run

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

If a field accepts values from 18-25, then

A

17 is an invalid equivalence class

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

In boundary value analysis, values which are not boundary values are called?

A

Interior values

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

A decision table is also called?

A

A cause and effect table

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

Boundary values may be hardcoded into programs, making defects more likely?

A

True

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