Expected Results Flashcards

1
Q

Baseline as an oracle for required behaviour

A

When we test we get an actual result
We compare results with requirements to see if a test has passed

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

What is a baseline

A

A baseline document describes how we require the system to behave
User requirement, design, spec etc

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

What happens if we don’t define expected results

A

A plausible but erroneous results may be interpreted as correct
There may be a subconscious desire to see the software pass the test

Expected results must be defined before test execution, derived from a baseline

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

What is exit criteria

A

Trigger to say we’ve done enough
E.g.
80% coverage achieved
All tests executed without failure

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

What are coverage items defined in terms of

A

Requirements, conditions, business transactions

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