Keywords Flashcards

1
Q

Coverage

The degree to which specified coverage items are exercised … expressed …

A

by a test suite,
as a percentage.

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

Debugging

The process of finding, analyzing and removing the … in a …

A

causes of failures

component or system.

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

Defect

An imperfection or deficiency in a work product where … its requirements or “ “ or impairs …

Alt: F… , b…

A

it does not meet

specifications

its intended use.

Fault

bug

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

Error

A human action that …

Alt: m…

A

results in a defect.

Mistake

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

Failure

An event in which a component or system does not … within …

A

meet its requirements

specified limits.

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

Quality

The degree to which a work product satisfies …

A

stated and implied requirements.

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

Quality assurance

Activities focused on providing “ “ that quality requirements will …

A

confidence

be fulfilled.

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

Root cause

A source of a defect such that … the occurrence of the defect type is …

A

if it is removed,

decreased or removed.

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

Test analysis

The activity that identifies … by analyzing the …

A

test conditions

test basis.

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

Test basis

The body of “ “ used as the basis for …

A

knowledge

test analysis and design.

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

Test case

A set of “ “, “ “, “ (where applicable)“, “ “ and “ “, developed based on “ “.

A

preconditions

inputs

actions

expected results
postconditions

test conditions

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

Test completion

The activity that makes … leaves test environments in a … and communicates the results of testing …

A

testware available for later use

satisfactory condition

to relevant stakeholders.

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

Test condition

A testable aspect of a … identified as a basis …

A

component or system

for testing.

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

Test control

The activity that develops and applies … to get a … on track when it deviates …

A

corrective actions

test project

from what was planned.

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

Test data

Data needed for …

Alt: Test d…

A

test execution.

dataset

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

Test design

The activity that derives and specifies … from …

A

test cases

test conditions.

17
Q

Test execution

The activity that runs a test on … producing …

A

a component or system

actual results.

18
Q

Test implementation

The activity that prepares the “ “ needed for … based on …

A

testware

test execution

test analysis and design.

19
Q

Test monitoring

The activity that checks the status of … identifies any variances from … and reports status to “ “.

A

testing activities,

planned or expected,

stakeholders

20
Q

Test object

The work product …

A

to be tested.

21
Q

Test objective

The purpose for …

Alt: test g

A

testing.

goal

22
Q

Test planning

The activity of establishing or updating …

A

a test plan.

23
Q

Test procedure

A sequence of … in execution order and any … that may be required to set up the … and any wrap-up activities after “ “.

A

test cases

associated actions

initial preconditions

execution

24
Q

Test process

The set of … comprising of “ “, “ “, “ “, “ “, “ “, “ “, and “ “.

A

interrelated activities

test planning

test monitoring and control

test analysis

test design

test implementation

test execution

test completion

25
Q

Test result

The consequence/outcome of the …

Alt: out… , test o… , r…

A

execution of a test.

outcome
test outcome
result

26
Q

Testing

The process within the … that evaluates the quality of a … and related …

A

software development lifecycle

component or system

work products.

27
Q

Testware

Work products produced during the … for use in “ “, “ “, “ “, “ “, and reporting on “ “.

A

test process

planning

designing

executing

evaluating

testing

28
Q

Traceability

The ability to establish … between related … or items within …

A

explicit relationships

work products

work products

29
Q

Validation

Confirmation by examination that a … matches a …

A

work product

stakeholder’s needs.

30
Q

Verification

The process of confirming that a … fulfills its “ “.

A

work product

specification

31
Q

False-positive result

A test result in which a defect is “ “ although no such defect actually exists in …

A

reported

the test object.

32
Q

False-negative result

A test result which fails to … that is actually present in …

A

identify a defect

a test object.

33
Q

Static testing

Testing that does not involve the …

A

execution of a test item.

34
Q

Dynamic testing

Testing that involves the execution of …

A

the test item.

35
Q

Exhaustive testing

A test approach in which the … comprises all combinations of …

Alt: Complete t…

A

test suite

input values and preconditions.

complete testing

36
Q

High-level test case

A test case with abstract “ “, “ “, “ “, “ “, and “ “ (where applicable).

Alt: logical t… , abstract t…

A

preconditions

input data

expected results

postconditions

actions

logical test case, abstract test case

37
Q

Low-level test case

A test case with concrete values for “ “, “ “, “ “, “ “, and a …

Alt: concrete t… , physical t…

A

preconditions

input data

expected results

postconditions

detailed description of actions (where applicable).

concrete test case, physical test case

38
Q

Expected result

The observable predicted behavior of a … under specified conditions based on its …

Alt: predicted o… , expected o…

A

test item

test basis.

predicted outcome, expected outcome