Chapter 1 terminology Flashcards

0
Q

Defect

A

A flaw in a component or system that can cause the component or system to fail to perform its required function. A defect if encountered during execution may cause a failure of the component or system.

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

Bug

A

See defect

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

Error

A

(Mistake): A human action that produces an incorrect result

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

Fail

A

A test is deemed to fail if it’s actual result does not match its expected result.

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

False fail result

A

A test result in which a defect is reported although no such defect actually exists in the test object.

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

False positive result

A

See false fail result

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

Failure

A

Deviation of the component or system from its expected delivery, service or result.

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

Fault

A

Defect or bug

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

Mistake

A

See error

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

Pass

A

A test is deemed to pass if it s actual result matches its expected result.

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

False negative result

A

A test result which fails to identify the presence of a defect that is actually present in the test object.

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

Quality

A

The degree to which a component system or process meets specified requirements and or user/ customer needs and expectations.

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

Risk

A

A factor that could result in future negative consequences, usually expressed as impact or likelihood.

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

Testing

A

The process consisting of all life cycle activities both static and dynamic, concerned with planning preparation and evaluation of software products and related work products to determine that they satisfy specified requirements, to demonstrate that they are fit for purpose and to detect defects.

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

Requirements

A

A condition or capability needed by a user to solve a problem or achieve an objective that must be met or possessed by a system or system component to satisfy a contract, standard, specification or other formally imposed document

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

Review

A

An evaluation of a product or project status to ascertain discrepancies from planned results and to recommend improvements. Examples, management review, informal review, technical review, inspection and walk through

16
Q

Debugging

A

The process of finding analyzing and removing the causes of failures in software

17
Q

Confirmation testing

A

Testing that runs test cases that failed the last time they were run in order to verify the success of corrective actions

18
Q

Test strategy

A

A high-level description of the test levels to be performed and the testing within those levels for an organization or program (One or more projects).

19
Q

Exhaustive testing

A

A test approach in which the test sweet comprises all combinations of input values and preconditions.

20
Q

Test execution

A

The process of running a test on the component or system under test, producing actual results.

21
Q

Test approach

A

The implementation of the test strategy for a specific project. It typically includes the decisions made that follow based on the (test) projects goal and the risk assessment carried out, starting points regarding the test process, the test design techniques to be applied, exit criteria and types to be performed.