Slides 11 + 12 - Boundary Value Testing Flashcards

1
Q

Single Fault Assumption

A

An error is most unlikely the result of two or more simultaneous defects!

The input variables must be independent and must represent bounded properties!

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

When is WCBT (Worst Case Boundary Testing) useful?

A

WCBT is especially useful, if the input values are not

independent and the error costs are high

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

Boundary Testings

A

● Robustness Boundary Value Testing

● Worst Case Boundary Value Testing

● Worst Case Robustness Boundary Value Testing

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

Equivalence class

A

Partition (set of subsets), determined by an equivalence relation

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

Assumption

A

If the representative test case detects an error, all other test cases will detect this error, too!

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

Weak and Strong Normal Equivalence Class Test

A
  • Weak:
    Each representative value of all equivalence classes needs to be included in at least one test case.
  • Strong:
    A test case is created for every element of the Cartesian product of the partitions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Weak and Strong Robust Equivalence Class Test

A
  • Weak:
    Each representative value of all equivalence classes needs to be included in at least one test case
  • Strong:
    A test case is created for every element of the Cartesian product of the equivalence classes, both valid and invalid
How well did you know this?
1
Not at all
2
3
4
5
Perfectly