Terminology Flashcards

1
Q

Coverage

A

The degree to which specified coverage items have been
determined or have been exercised by a test suite expressed as a
percentage

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

defect

A

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

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

failure

A

An event in which a component or system does not perform a
required function within specified limits.
Deviation of the software from expected delivery service

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

test basis

A

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

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

test case

A

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

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

test completion

A

The activity that makes test assets available for later use, leaves test
environments in a satisfactory condition

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

test condition

A

An aspect of the test basis that is relevant in order to achieve
specific test objectives

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

test data

A

Data created or selected to satisfy the execution preconditions and
inputs to execute one or more test cases

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

test design

A

The activity of deriving and specifying test cases from test
conditions

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

test implementation

A

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

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

test monitoring

A

A test management activity that involves checking the status of
testing activities, identifying any variances from the planned or
expected status, and reporting status to stakeholders

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

test oracle

A

A source to determine expected results to compare with the actual
result of the system under test

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
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 post execution

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

test process

A

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

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

test suite

A

A set of test cases or test procedures to be executed in a specific
test cycle

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

testware

A

Work products produced during the test process for use in planning,
designing, executing, evaluating and reporting on testing

17
Q

traceabilty

A

The degree to which a relationship can be established between two
or more work products

18
Q

debugging

A

Is a development activity, which deals with analyzing the defects, finding the root cause and remove the cause defects

19
Q

error

A

A human action that produces an incorrect result

20
Q

quality assurance

A

focused on adherence to proper processes in order to provide confidence that the appropriate levels of quality will be achieved. When processes are carried out properly the work products created by those processes are generally higher quality. Contributes to defect prevention

21
Q

test planning

A

1) Determine the scope, risk, and identify the objective of testing
2) Define the overall approach of testing
3) Schedule testing activities, assign resources for the activities
4) Define the amount, detail, template for document actions
5) Select the metrics for monitoring and control
6) Define entry and exit criteria
7) Decide about automation