Fundamentals of Testing Flashcards

(30 cards)

1
Q

coverage

A

The degree to which specified coverage items are exercised by a test suite, expressed as a percentage.

Synonyms: test coverage

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

debugging

A

The process of finding, analyzing and removing the causes of failures in a component or system.

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

defect

A

An imperfection or deficiency in a work product where it does not meet its requirements or specifications or impairs its intended use.

See also: error, failure

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

error

A

A human action that results in a defect.

See also: defect

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

failure

A

An event in which a component or system does not meet its requirements within specified limits.

See also: defect

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

quality

A

The degree to which a work product satisfies stated and implied requirements.

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

quality assurance (QA)

A

Activities focused on providing confidence that quality requirements will be fulfilled.

See also: quality management

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

root cause

A

A source of a defect such that if it is removed, the occurrence of the defect type is decreased or removed.

References: CMMI

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

test analysis

A

The activity that identifies test conditions by analyzing the test basis.

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

test basis

A

The body of knowledge used as the basis for test analysis and test design.

References: After TMap

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

test case

A

A set of preconditions, inputs, actions (where applicable), expected results and postconditions, developed based on test conditions.

See also: test step

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

test completion

A

The activity that makes testware available for later use, leaves test environments in a satisfactory condition and communicates the results of testing to relevant stakeholders.

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

test condition

A

A testable aspect of a component or system identified as a basis for testing.

Synonyms: test situation, test requirement

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

test control

A

The activity that develops and applies corrective actions to get a test project on track when it deviates from what was planned.

See also: test management

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

test data

A

Data needed for test execution.

Synonyms: test dataset

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

test design

A

The activity that derives and specifies test cases from test conditions.

17
Q

test execution

A

The activity that runs a test on a component or system producing actual results.

18
Q

test implementation

A

The activity that prepares the testware needed for test execution based on test analysis and design.

19
Q

test monitoring

A

The activity that checks the status of testing activities, identifies any variances from planned or expected, and reports status to stakeholders.

See also: test management

20
Q

test object

A

The work product to be tested.

See also: test item

21
Q

test objective

A

The purpose for testing.

Synonyms: test goal

22
Q

test planning

A

The activity of establishing or updating a test plan.

23
Q

test procedure

A

A sequence of test cases in execution order and any associated actions that may be required to set up the initial preconditions and any wrap-up activities after execution.

24
Q

test process

A

The set of interrelated activities comprising of test planning, test monitoring, test control, test analysis, test design, test implementation, test execution, and test completion.

25
test result
The consequence/outcome of the execution of a test. ## Footnote Synonyms: outcome, test outcome, result
26
testing
The process within the software development lifecycle that evaluates the quality of a component or system and related work products. ## Footnote Also see: quality control
27
testware
Work products produced during the test process for use in planning, designing, executing, evaluating and reporting on testing.
28
traceability
The ability to establish explicit relationships between related work products or items within work products.
29
validation
Confirmation by examination that a work product matches a stakeholder's needs.
30
verification
The process of confirming that a work product fulfills its specification.