Extra optional Keywords/Terms Flashcards

1
Q

Test oracle

A “ “ to determine an e… to compare with the a… of the s…

Alt: “or…”

A

source
expected result
actual result
system under test.

oracle

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

Precondition

The required s… and its t… prior to t…

A

state of a test item
test environment
test execution.

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

Expected result

The observable predicted b… under specified “ “ based on its t…

Alt: pre… , exp…

A

behavior of a test item
conditions
test basis.

predicted outcome
expected outcome

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

Postcondition

The e… of a t… and its t… at the end of t…

A

expected state
test item
test environment

test execution.

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

Equivalence Partition

A “s…” of a v… for which “ “ a c… is expected to treat all “ “ the same based on t…

Old Alt: equ…

A

subset
value domain
component or system
values
same
the specification.

equivalence class

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

API testing

A t… performed by s… to a t… using its a…

A

test approach
submitting requests
test object
application programming interface.

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

Neuron coverage

The coverage of a… in the n… for a s…

A

activated neurons
neural network
set of tests.

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

N-switch coverage

The coverage of “ “ of N…

Alt: Chow’s c…

A

sequences
N+1 transitions.

Chow’s coverage metrics

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

Fault attack

A test “ “ to evaluate a specific q… of a t… by attempting to trigger s…

A

technique
quality characteristic
test object
specific failures.

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

User story

A “u…” or b… consisting of o… expressed in the ev… which is capturing the “f…” a u… , the r… , any n… , and also including a…

A

user
business requirement
one sentence
everyday or business language
functionality
user needs
reason behind it
non-functional criteria
acceptance criteria.

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

User story testing

A b… in which t… are the a… of u…

A

black-box test technique
test conditions
acceptance criteria
user stories.

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

Test-first approach

An approach to sof… in which the test “ca…” are designed and “im…” before the associated “ “ or “s…“ is “dev…”.

A

software development
cases
implemented
component
system
developed

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

Boundary value

A “min…” or “max…” value of an “or…” equivalence partition.

A

minimum
maximum
ordered

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

Control flow

The sequence in which “op…” are performed by a business “pro…”, “ “ or “s…“.

A

operations
process
component
system

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

Session-based testing

A test “a…” in which test “ac…” are planned as test “s…”.

A

approach
activities
sessions

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

Test session

An uninterrupted period of “t…“ spent in executing “ “.

17
Q

Test automation framework

A set of test “h…” and test “lib…” for test “au…”.

Abbr: “T…”

A

harnesses
libraries
automation

TAF

18
Q

Negative testing

A test “ty…” in which a “c…“ or “ “ is used in a way that is not “in…”.

Alt: inv… , dir…

A

type
component
system
intended

invalid testing
dirty testing

19
Q

Test item

A part of a test “o…” used in the test “p…”.

A

object
process