Extra optional Keywords/Terms Flashcards

1
Q

Test oracle

A “ “ to determine an … to compare with the … of the …

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 … and its … prior to …

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 …

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 … and its … at the end of …

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 the v… of a “ “ within a c… in which all “ “ are expected to be treated the “ “ based on t…

Alt: equ…

A

subset
value domain
variable
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 … performed by … to a … using its …

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 “ “ or … consisting of … expressed in the ev… which is capturing the “f…” a u… the r… any n… and also including …

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 “ “ 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 “ “.

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 “ “ 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 “ “ 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