ISTQB Vocabulary Flashcards

1
Q

acceptance criteria

A

The criteria that a component or system must satisfy in order to be accepted by a user, customer, or other authorized entity.

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

acceptance testing

A

See Also: user acceptance testing
Formal testing with respect to user needs, requirements, and business processes conducted to determine whether or not a system satisfies the acceptance criteria and to enable the user, customers or other authorized entity to determine whether or not to accept the system.

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

accessibility

A

The degree to which a component or system can be used by people with the widest range of characteristics and capabilities to achieve a specified goal in a specified context of use.

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

accessibility testing

A

Testing to determine the ease by which users with disabilities can use a component or system.

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

actual result

A

The behavior produced/observed when a component or system is tested.

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

ad hoc reviewing

A

A review technique carried out by independent reviewers informally, without a structured process.

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

alpha testing

A

Simulated or actual operational testing conducted in the developer’s test environment, by roles outside the development organization.

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

anomaly

A

Any condition that deviates from expectation based on requirements specifications, design documents, user documents, standards, etc., or from someone’s perception or experience. Anomalies may be found during, but not limited to, reviewing, testing, analysis, compilation, or use of software products or applicable documentation.

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

audit

A

An independent examination of a work product, process, or set of processes that is performed by a third party to assess compliance with specifications, standards, contractual agreements, or other criteria.

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

availability

A

The degree to which a component or system is operational and accessible when required for use.

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

behavior

A

The response of a component or system to a set of input values and preconditions.

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

beta testing

A

Synonyms: field testing

Simulated or actual operational testing conducted at an external site, by roles outside the development organization.

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

black-box test technique

A

Synonyms: black-box technique , specification-based technique , specification-based test technique
A procedure to derive and/or select test cases based on an analysis of the specification, either functional or non-functional, of a component or system without reference to its internal structure.

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

boundary value

A

A minimum or maximum value of an ordered equivalence partition.

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

boundary value analysis

A

See Also: boundary value

A black-box test technique in which test cases are designed based on boundary values.

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

burndown chart

A

A publicly displayed chart that depicts the outstanding effort versus time in an iteration. It shows the status and trend of completing the tasks of the iteration. The X-axis typically represents days in the sprint, while the Y-axis is the remaining effort (usually either in ideal engineering hours or story points).

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

checklist-based reviewing

A

A review technique guided by a list of questions or required attributes.

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

checklist-based testing

A

An experience-based test technique whereby the experienced tester uses a high-level list of items to be noted, checked, or remembered, or a set of rules or criteria against which a product has to be verified.

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

code coverage

A

An analysis method that determines which parts of the software have been executed (covered) by the test suite and which parts have not been executed, e.g., statement coverage, decision coverage or condition coverage.

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

commercial off-the-shelf (COTS)

A

Synonyms: off-the-shelf software
A software product that is developed for the general market, i.e. for a large number of customers, and that is delivered to many customers in identical format.

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

compatibility

A

The degree to which a component or system can exchange information with other components or systems.

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

complexity

A

See Also: cyclomatic complexity
The degree to which a component or system has a design and/or internal structure that is difficult to understand, maintain and verify.

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

compliance

A

The capability of the software product to adhere to standards, conventions or regulations in laws and similar prescriptions.

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

component

A

Synonyms: module , unit

A minimal part of a system that can be tested in isolation.

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

component integration testing

A

Synonyms: link testing

Testing performed to expose defects in the interfaces and interactions between integrated components.

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

component specification

A

A description of a component’s function in terms of its output values for specified input values under specified conditions, and required non-functional behavior (e.g., resource utilization).

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

component testing

A
Synonyms: module testing , unit testing
The testing of individual hardware or software components.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

condition

A

Synonyms: branch condition

A logical expression that can be evaluated as True or False, e.g., A>B.

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

configuration

A

The composition of a component or system as defined by the number, nature, and interconnections of its constituent parts.

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

configuration item

A

An aggregation of work products that is designated for configuration management and treated as a single entity in the configuration management process.

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

configuration management

A

A discipline applying technical and administrative direction and surveillance to identify and document the functional and physical characteristics of a configuration item, contro changes to those characteristics, record and report change processing and implementation status, and verify compliance with specified requirements.

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

configuration management tool

A

A tool that provides support for the identification and control of configuration items, their status over changes and versions, and the release of baselines consisting of configuration items.

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

confirmation testing

A

Dynamic testing conducted after fixing defects with the objective to confirm that failures caused by those defects do not occur anymore.

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

contractual acceptance testing

A

Acceptance testing conducted to verify whether a system satisfies its contractual requirements.

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

control flow

A

The sequence in which operations are performed during the execution of a test item.

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

cost of quality

A

The total costs incurred on quality activities and issues and often split into prevention costs, appraisal costs, internal failure costs and external failure costs.

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

coverage

A

Synonyms: test coverage
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
38
Q

coverage item

A

An attribute or combination of attributes that is derived from one or more test conditions by using a test technique that enables the measurement of the thoroughness of the test execution.

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

coverage tool

A

Synonyms: coverage measurement tool
A tool that provides objective measures of what structural elements, e.g., statements, branches have been exercised by a test suite.

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

data flow

A

An abstract representation of the sequence and possible changes of the state of data objects, where the state of an object is any of creation, usage, or destruction.

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

data-driven testing

A

See Also: keyword-driven testing
A scripting technique that stores test input and expected results in a table or spreadsheet, so that a single control script can execute all of the tests in the table. Data-driven testing is often used to support the application of test execution tools such as capture/playback tools.

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

debugging

A

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

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

decision

A

A type of statement in which a choice between two or more possible outcomes controls which set of actions will result.

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

decision coverage

A

The coverage of decision outcomes.

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

decision outcome

A

The result of a decision that determines the next statement to be executed.

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

decision table

A

Synonyms: cause-effect decision table

A table used to show sets of conditions and the actions resulting from them.

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

decision table testing

A

See Also: decision table
A black-box test technique in which test cases are designed to execute the combinations of inputs and/or stimuli (causes) shown in a decision table.

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

decision testing

A

A white-box test technique in which test cases are designed to execute decision outcomes.

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

defect

A

Synonyms: bug , fault

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
50
Q

defect density

A

Synonyms: fault density

The number of defects per unit size of a work product.

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

defect management

A

See Also: incident management
The process of recognizing and recording defects, classifying them, investigating them, taking action to resolve them, and disposing of them when resolved.

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

defect management tool

A

See Also: incident management tool
Synonyms: bug tracking tool , defect tracking tool
A tool that facilitates the recording and status tracking of defects.

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

defect report

A

Synonyms: bug report

Documentation of the occurrence, nature, and status of a defect

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

driver

A

Synonyms: test driver
A software component or test tool that replaces a component that takes care of the control and/or the calling of a component or system.

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

dynamic analysis

A

The process of evaluating behavior, e.g., memory performance, CPU usage, of a system or component during execution.

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

dynamic analysis tool

A

A tool that provides run-time information on the state of the software code. These tools are most commonly used to identify unassigned pointers, check pointer arithmetic and to monitor the allocation, use and de-allocation of memory and to flag memory leaks.

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

dynamic testing

A

Testing that involves the execution of the software of a component or system.

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

effectiveness

A

See Also: efficiency

Extent to which correct and complete goals are achieved.

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

efficiency

A

Resources expended in relation to the extent with which users achieve specified goals.

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

entry criteria

A

The set of conditions for officially starting a defined task.

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

equivalence partition

A

A portion of the value domain of a data element related to the test object for which all values are expected to be treated the same based on the specification.

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

equivalence partitioning

A

Synonyms: partition testing
A black-box test technique in which test cases are designed to exercise equivalence partitions by using one representative member of each partition.

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

error

A

Synonyms: mistake

A human action that produces an incorrect result.

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

error guessing

A

A test technique in which tests are derived on the basis of the tester’s knowledge of past failures, or general knowledge of failure modes.

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

executable statement

A

A statement which, when compiled, is translated into object code, and which will be executed procedurally when the program is running and may perform an action on data.

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

exercised

A

A program element is said to be exercised by a test case when the input value causes the execution of that element, such as a statement, decision, or other structural element

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

exhaustive testing

A

Synonyms: complete testing

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

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

exit criteria

A

Synonyms: completion criteria , test completion criteria , definition of done
The set of conditions for officially completing a defined task.

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

expected result

A

Synonyms: expected outcome , predicted outcome
The predicted observable behavior of a component or system executing under specified conditions, based on its specification or another source.

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

experience-based test technique

A

Synonyms: experience-based technique

A procedure to derive and/or select test cases based on the tester’s experience, knowledge and intuition.

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

experience-based testing

A

Testing based on the tester’s experience, knowledge and intuition.

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

exploratory testing

A

An approach to testing whereby the testers dynamically design and execute tests based on their knowledge, exploration of the test item and the results of previous tests.

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

Extreme Programming (XP)

A

See Also: Agile software development
A software engineering methodology used within Agile software development whereby core practices are programming in pairs, doing extensive code review, unit testing of a code, and simplicity and clarity in code.

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

facilitator

A

See Also: moderator

The leader and main person responsible for an inspection or review process.

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

fail

A

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

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

failure

A

An event in which a component or system does not perform a required function within specified limits.

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

failure rate

A

The ratio of the number of failures of a given category to a given unit of measure.

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

feature

A

Synonyms: software feature
An attribute of a component or system specified or implied by requirements documentation (for example reliability, usability or design constraints).

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

finding

A

A result of an evaluation that identifies some important issue, problem, or opportunity.

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

formal review

A

A form of review that follows a defined process with a formally documented output.

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

functional integration

A

See Also: integration testing
An integration approach that combines the components or systems for the purpose of getting a basic functionality working early.

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

functional requirement

A

A requirement that specifies a function that a component or system must be able to perform.

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

functional suitability

A

Synonyms: functionality
The degree to which a component or system provides functions that meet stated and implied needs when used under specified conditions.

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

functional testing

A

Testing conducted to evaluate the compliance of a component or system with functional requirements.

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

GUI

A

Acronym for Graphical User Interface.

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

high-level test case

A

See Also: low-level test case
Synonyms: abstract test case , logical test case
A test case without concrete values for input data and expected results.

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

IDEAL

A

An organizational improvement model that serves as a roadmap for initiating, planning, and implementing improvement actions. The IDEAL model is named for the five phase it describes: initiating, diagnosing, establishing, acting, and learning.

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

impact analysis

A

The identification of all work products affected by a change, including an estimate of the resources needed to accomplish the change.

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

incident report

A

Synonyms: deviation report , software test incident report , test incident report
Documentation of the occurrence, nature, and status of an incident.

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

incremental development model

A

See Also: iterative development model
A development lifecycle model in which the project scope is generally determined early in the project lifecycle, but time and cost estimates are routinely modified as the projec team understanding of the product increases. The product is developed through a series of repeated cycles, each delivering an increment which successively adds to the functionality of the product.

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

independence of testing

A

Separation of responsibilities, which encourages the accomplishment of objective testing.

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

informal group review

A

See Also: informal review

An informal review performed by three or more persons.

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

lifecycle model

A

See Also: software lifecycle
A description of the processes, workflows, and activities used in the development, delivery, maintenance, and retirement of a system.

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

load testing

A

See Also: performance testing, stress testing
A type of performance testing conducted to evaluate the behavior of a component or system under varying loads, usually between anticipated conditions of low, typical, and peak usage.

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

low-level test case

A

Synonyms: concrete test case

A test case with concrete values for input data and expected results.

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

maintainability

A

The degree to which a component or system can be modified by the intended maintainers.

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

maintenance

A

The process of modifying a component or system after delivery to correct defects, improve quality attributes, or adapt to a changed environment.

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

maintenance testing

A

Testing the changes to an operational system or the impact of a changed environment to an operational system.

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

master test plan

A

See Also: test plan

A test plan that is used to coordinate multiple test levels or test types.

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

maturity

A

(1) The capability of an organization with respect to the effectiveness and efficiency of its processes and work practices. (2) The degree to which a component or system mee needs for reliability under normal operation.

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

measure

A

The number or category assigned to an attribute of an entity by making a measurement.

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

measurement

A

The process of assigning a number or category to an entity to describe an attribute of that entity.

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

memory leak

A

A memory access failure due to a defect in a program’s dynamic store allocation logic that causes it to fail to release memory after it has finished using it, eventually causing the program and/or other concurrent processes to fail due to lack of memory.

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

metric

A

A measurement scale and the method used for measurement.

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

milestone

A

A point in time in a project at which defined (intermediate) deliverables and results should be ready.

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

model-based testing (MBT)

A

Testing based on or involving models.

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

moderator

A

See Also: facilitator
Synonyms: inspection leader
A neutral person who conducts a usability test session.

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

monitoring tool

A

See Also: dynamic analysis tool
A software tool or hardware device that runs concurrently with the component or system under test and supervises, records and/or analyzes the behavior of the component o system.

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

non-functional requirement

A

A requirement that describes how the component or system will do what it is intended to do.

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

non-functional testing

A

Testing conducted to evaluate the compliance of a component or system with non-functional requirements.

111
Q

operational acceptance testing

A

See Also: operational testing
Synonyms: production acceptance testing
Operational testing in the acceptance test phase, typically performed in a (simulated) operational environment by operations and/or systems administration staff focusing on operational aspects, e.g., recoverability, resource-behavior, installability and technical compliance.

112
Q

operational environment

A

Hardware and software products installed at users’ or customers’ sites where the component or system under test will be used. The software may include operating systems, database management systems, and other applications.

113
Q

output

A

Data transmitted by a component or system to an external destination.

114
Q

pass

A

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

115
Q

path

A

Synonyms: control flow path

A sequence of events, e.g., executable statements, of a component or system from an entry point to an exit point.

116
Q

peer review

A

A form of review of work products performed by others qualified to do the same work.

117
Q

performance efficiency

A

Synonyms: time behavior , performance

The degree to which a component or system uses time, resources and capacity when accomplishing its designated functions.

118
Q

performance indicator

A

Synonyms: key performance indicator
A high-level metric of effectiveness and/or efficiency used to guide and control progressive development, e.g., lead-time slip for software development.

119
Q

performance testing

A

Testing to determine the performance of a software product.

120
Q

performance testing tool

A

A test tool that generates load for a designated test item and that measures and records its performance during test execution.

121
Q

perspective-based reading

A

Synonyms: perspective-based reviewing

A review technique whereby reviewers evaluate the work product from different viewpoints.

122
Q

planning poker

A

See Also: Agile software development, Wideband Delphi
A consensus-based estimation technique, mostly used to estimate effort or relative size of user stories in Agile software development. It is a variation of the Wideband Delphi method using a deck of cards with values representing the units in which the team estimates.

123
Q

portability

A

The ease with which the software product can be transferred from one hardware or software environment to another.

124
Q

portability testing

A

Synonyms: configuration testing

Testing to determine the portability of a software product.

125
Q

postcondition

A

The expected state of a test item and its environment at the end of test case execution.

126
Q

precondition

A

The required state of a test item and its environment prior to test case execution.

127
Q

priority

A

The level of (business) importance assigned to an item, e.g., defect.

128
Q

probe effect

A

The effect on the component or system by the measurement instrument when the component or system is being measured, e.g., by a performance testing tool or monitor. For example performance may be slightly worse when performance testing tools are being used.

129
Q

problem

A

An unknown underlying cause of one or more incidents.

130
Q

process

A

A set of interrelated activities, which transform inputs into outputs.

131
Q

process improvement

A

A program of activities designed to improve the performance and maturity of the organization’s processes, and the result of such a program.

132
Q

product risk

A

See Also: risk

A risk impacting the quality of a product

133
Q

project

A

A project is a unique set of coordinated and controlled activities with start and finish dates undertaken to achieve an objective conforming to specific requirements, including t constraints of time, cost and resources.

134
Q

project risk

A

A risk that impacts project success.

135
Q

quality

A

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

136
Q

quality assurance

A

Part of quality management focused on providing confidence that quality requirements will be fulfilled.

137
Q

quality characteristic

A

Synonyms: quality characteristic , software product characteristic , software quality characteristic , quality attribute
A category of product attributes that bears on quality.

138
Q

quality control

A

The operational techniques and activities, part of quality management, that are focused on fulfilling quality requirements.

139
Q

quality management

A

Coordinated activities to direct and control an organization with regard to quality. Direction and control with regard to quality generally includes the establishment of the quality policy and quality objectives, quality planning, quality control, quality assurance and quality improvement.

140
Q

quality risk

A

See Also: quality characteristic, product risk

A product risk related to a quality characteristic.

141
Q

Rational Unified Process (RUP)

A

A proprietary adaptable iterative software development process framework consisting of four project lifecycle phases: inception, elaboration, construction and transition.

142
Q

regression

A

A degradation in the quality of a component or system due to a change.

143
Q

regression testing

A

Testing of a previously tested component or system following modification to ensure that defects have not been introduced or have been uncovered in unchanged areas of th software, as a result of the changes made.

144
Q

regulatory acceptance testing

A

Acceptance testing conducted to verify whether a system conforms to relevant laws, policies and regulations.

145
Q

reliability

A

The degree to which a component or system performs specified functions under specified conditions for a specified period of time.

146
Q

reliability growth model

A

A model that shows the growth in reliability over time during continuous testing of a component or system as a result of the removal of defects that result in reliability failures.

147
Q

requirement

A

A provision that contains criteria to be fulfilled.

148
Q

requirements management tool

A

A tool that supports the recording of requirements, requirements attributes (e.g., priority, knowledge responsible) and annotation, and facilitates traceability through layers of requirements and requirements change management. Some requirements management tools also provide facilities for static analysis, such as consistency checking and violations to pre-defined requirements rules.

149
Q

result

A

See Also: actual result, expected result
Synonyms: outcome , test outcome , test result
The consequence/outcome of the execution of a test. It includes outputs to screens, changes to data, reports, and communication messages sent out.

150
Q

retrospective meeting

A

Synonyms: post-project meeting
A meeting at the end of a project during which the project team members evaluate the project and learn lessons that can be applied to the next project.

151
Q

review

A

A type of static testing during which a work product or process is evaluated by one or more individuals to detect issues and to provide improvements.

152
Q

review plan

A

A document describing the approach, resources and schedule of intended review activities. It identifies, amongst others: documents and code to be reviewed, review types to be used, participants, as well as entry and exit criteria to be applied in case of formal reviews, and the rationale for their choice. It is a record of the review planning process.

153
Q

reviewer

A

Synonyms: checker , inspector

A participant in a review, who identifies issues in the work product.

154
Q

risk

A

A factor that could result in future negative consequences.

155
Q

risk analysis

A

The overall process of risk identification and risk assessment.

156
Q

risk level

A

The qualitative or quantitative measure of a risk defined by impact and likelihood.

157
Q

risk management

A

The coordinated activities to direct and control an organization with regard to risk.

158
Q

risk mitigation

A

Synonyms: risk control
The process through which decisions are reached and protective measures are implemented for reducing or maintaining risks to specified levels.

159
Q

risk type

A

Synonyms: risk category

A set of risks grouped by one or more common factors.

160
Q

risk-based testing

A

Testing in which the management, selection, prioritization, and use of testing activities and resources are based on corresponding risk types and risk levels.

161
Q

robustness

A

See Also: error-tolerance, fault-tolerance
The degree to which a component or system can function correctly in the presence of invalid inputs or stressful environmental conditions.

162
Q

role-based reviewing

A

A review technique where reviewers evaluate a work product from the perspective of different stakeholder roles.

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

164
Q

root cause analysis

A

Synonyms: causal analysis
An analysis technique aimed at identifying the root causes of defects. By directing corrective measures at root causes, it is hoped that the likelihood of defect recurrence will b minimized.

165
Q

safety

A

The capability that a system will not, under defined conditions, lead to a state in which human life, health, property, or the environment is endangered.

166
Q

scenario-based reviewing

A

A review technique where the review is guided by determining the ability of the work product to address specific scenarios.

167
Q

scribe

A

Synonyms: recorder

A person who records information during the review meetings.

168
Q

scrum

A

See Also: Agile software development

An iterative incremental framework for managing projects commonly used with Agile software development.

169
Q

security

A

The degree to which a component or system protects information and data so that persons or other components or systems have the degree of access appropriate to their types and levels of authorization.

170
Q

security testing

A

See Also: functionality testing

Testing to determine the security of the software product.

171
Q

sequential development model

A

A type of development lifecycle model in which a complete system is developed in a linear way of several discrete and successive phases with no overlap between them.

172
Q

session-based testing

A

An approach to testing in which test activities are planned as uninterrupted sessions of test design and execution, often used in conjunction with exploratory testing.

173
Q

severity

A

The degree of impact that a defect has on the development or operation of a component or system.

174
Q

simulation

A

The representation of selected behavioral characteristics of one physical or abstract system by another system

175
Q

simulator

A

A device, computer program or system used during testing, which behaves or operates like a given system when provided with a set of controlled inputs.

176
Q

software

A

Computer programs, procedures, and possibly associated documentation and data pertaining to the operation of a computer system.

177
Q

software development lifecycle

A

The activities performed at each stage in software development, and how they relate to one another logically and chronologically.

178
Q

software lifecycle

A

The period of time that begins when a software product is conceived and ends when the software is no longer available for use. The software lifecycle typically includes a concept phase, requirements phase, design phase, implementation phase, test phase, installation and checkout phase, operation and maintenance phase, and sometimes, retirement phase. Note these phases may overlap or be performed iteratively.

179
Q

software quality

A

See Also: quality
The totality of functionality and features of a software product that bear on its ability to satisfy stated or implied needs.

180
Q

specification

A

A document that specifies, ideally in a complete, precise and verifiable manner, the requirements, design, behavior, or other characteristics of a component or system, and, often, the procedures for determining whether these provisions have been satisfied.

181
Q

stability

A

The degree to which a component or system can be effectively and efficiently modified without introducing defects or degrading existing product quality.

182
Q

standard

A

Formal, possibly mandatory, set of requirements developed and used to prescribe consistent approaches to the way of working or to provide guidelines (e.g., ISO/IEC standards, IEEE standards, and organizational standards).

183
Q

state diagram

A

A diagram that depicts the states that a component or system can assume, and shows the events or circumstances that cause and/or result from a change from one state to another.

184
Q

state transition

A

A transition between two states of a component or system.

185
Q

state transition testing

A

See Also: N-switch testing
Synonyms: finite state testing
A black-box test technique using a state transition diagram or state table to derive test cases to evaluate whether the test item successfully executes valid transitions and blocks invalid transitions.

186
Q

statement

A

Synonyms: source statement

An entity in a programming language, which is typically the smallest indivisible unit of execution.

187
Q

statement coverage

A

The percentage of executable statements that have been exercised by a test suite.

188
Q

static analysis

A

The process of evaluating a component or system without executing it, based on its form, structure, content, or documentation.

189
Q

static testing

A

Testing a work product without code being executed.

190
Q

structural coverage

A

Coverage measures based on the internal structure of a component or system.

191
Q

stub

A

A skeletal or special-purpose implementation of a software component, used to develop or test a component that calls or is otherwise dependent on it. It replaces a called component.

192
Q

system

A

A collection of interacting elements organized to accomplish a specific function or set of functions.

193
Q

System Integration Testing

A

Testing the combination and interaction of systems.

194
Q

system testing

A

Testing an integrated system to verify that it meets specified requirements.

195
Q

system under test (SUT)

A

A type of test object that is a system.

196
Q

technical review

A

A formal review type by a team of technically-qualified personnel that examines the suitability of a work product for its intended use and identifies discrepancies from specifications and standards.

197
Q

test

A

A set of one or more test cases.

198
Q

test analysis

A

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

199
Q

test approach

A

The implementation of the test strategy for a specific project.

200
Q

test automation

A

The use of software to perform or support test activities, e.g., test management, test design, test execution and results checking.

201
Q

test basis

A

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

202
Q

test case

A

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

203
Q

test case specification

A

See Also: test specification

Documentation of a set of one or more test cases.

204
Q

test charter

A

See Also: exploratory testing
Synonyms: charter
Documentation of test activities in session-based exploratory testing.

205
Q

test completion

A

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

206
Q

test condition

A

Synonyms: test requirement , test situation

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

207
Q

test control

A

See Also: test management
A test management task that deals with developing and applying a set of corrective actions to get a test project on track when monitoring shows a deviation from what was planned.

208
Q

test cycle

A

Execution of the test process against a single identifiable release of the test object.

209
Q

test data

A

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

210
Q

test data preparation tool

A

Synonyms: test generator
A type of test tool that enables data to be selected from existing databases or created, generated, manipulated and edited for use in testing.

211
Q

test design

A

See Also: test design specification

The activity of deriving and specifying test cases from test conditions.

212
Q

test design tool

A

A tool that supports the test design activity by generating test inputs from a specification that may be held in a CASE tool repository, e.g., requirements management tool, fro specified test conditions held in the tool itself, or from code.

213
Q

test environment

A

Synonyms: test bed , test rig
An environment containing hardware, instrumentation, simulators, software tools, and other support elements needed to conduct a test.

214
Q

test estimation

A

The calculated approximation of a result related to various aspects of testing (e.g., effort spent, completion date, costs involved, number of test cases, etc.) which is usable even if input data may be incomplete, uncertain, or noisy.

215
Q

test execution

A

The process of running a test on the component or system under test, producing actual result(s).

216
Q

test execution schedule

A

A schedule for the execution of test suites within a test cycle.

217
Q

test execution tool

A

A test tool that executes tests against a designated test item and evaluates the outcomes against expected results and postconditions.

218
Q

test harness

A

A test environment comprised of stubs and drivers needed to execute a test.

219
Q

test implementation

A

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

220
Q

test infrastructure

A

The organizational artifacts needed to perform testing, consisting of test environments, test tools, office environment and procedures.

221
Q

test input

A

The data received from an external source by the test object during test execution. The external source can be hardware, software or human.

222
Q

test item

A

See Also: test object

A part of a test object used in the test process.

223
Q

test leader

A

See Also: test manager
Synonyms: lead tester
On large projects, the person who reports to the test manager and is responsible for project management of a particular test level or a particular set of testing activities.

224
Q

test level

A

Synonyms: test stage

A specific instantiation of a test process.

225
Q

test management

A

The planning, scheduling, estimating, monitoring, reporting, control and completion of test activities.

226
Q

test management tool

A

A tool that provides support to the test management and control part of a test process. It often has several capabilities, such as testware management, scheduling of tests, th logging of results, progress tracking, incident management and test reporting.

227
Q

test manager

A

test manager

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

229
Q

test object

A

See Also: test item

The component or system to be tested.

230
Q

test objective

A

A reason or purpose for designing and executing a test.

231
Q

test oracle

A

Synonyms: oracle

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

232
Q

test plan

A

Documentation describing the test objectives to be achieved and the means and the schedule for achieving them, organized to coordinate testing activities.

233
Q

test planning

A

The activity of establishing or updating a test plan.

234
Q

test policy

A

Synonyms: organizational test policy

A high-level document describing the principles, approach and major objectives of the organization regarding testing.

235
Q

test procedure

A

See Also: test script
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.

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

237
Q

test process improvement

A

A program of activities designed to improve the performance and maturity of the organization’s test processes and the results of such a program.

238
Q

test progress report

A

Synonyms: test status report
A test report produced at regular intervals about the progress of test activities against a baseline, risks, and alternatives requiring a decision.

239
Q

test report

A

Documentation summarizing test activities and results.

240
Q

test reporting

A

See Also: test process
Collecting and analyzing data from testing activities and subsequently consolidating the data in a report to inform stakeholders.

241
Q

test schedule

A

A list of activities, tasks or events of the test process, identifying their intended start and finish dates and/or times, and interdependencies.

242
Q

test script

A

See Also: test procedure

A sequence of instructions for the execution of a test.

243
Q

test session

A

See Also: exploratory testing
An uninterrupted period of time spent in executing tests. In exploratory testing, each test session is focused on a charter, but testers can also explore new opportunities or issues during a session. The tester creates and executes on the fly and records their progress.

244
Q

test strategy

A

Synonyms: organizational test strategy
Documentation that expresses the generic requirements for testing one or more projects run within an organization, providing detail on how testing is to be performed, and is aligned with the test policy.

245
Q

test suite

A

Synonyms: test case suite , test set

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

246
Q

test summary report

A

Synonyms: test report

A test report that provides an evaluation of the corresponding test items against exit criteria.

247
Q

test technique

A

Synonyms: test case design technique , test specification technique , test technique , test design technique
A procedure used to derive and/or select test cases.

248
Q

test tool

A

See Also: CAST
A software product that supports one or more test activities, such as planning and control, specification, building initial files and data, test execution and test analysis.

249
Q

test type

A

A group of test activities based on specific test objectives aimed at specific characteristics of a component or system.

250
Q

testability

A

The degree of effectiveness and efficiency with which tests can be designed and executed for a component or system.

251
Q

testable requirement

A

A requirements that is stated in terms that permit establishment of test designs (and subsequently test cases) and execution of tests to determine whether the requirement ha been met.

252
Q

tester

A

A skilled professional who is involved in the testing of a component or system.

253
Q

testing

A

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

254
Q

testware

A

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

255
Q

traceability

A

See Also: horizontal traceability, vertical traceability

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

256
Q

understandability

A

See Also: usability
The capability of the software product to enable the user to understand whether the software is suitable, and how it can be used for particular tasks and conditions of use.

257
Q

unit test framework

A

A tool that provides an environment for unit or component testing in which a component can be tested in isolation or with suitable stubs and drivers. It also provides other support for the developer, such as debugging capabilities.

258
Q

unreachable code

A

Synonyms: dead code

Code that cannot be reached and therefore is impossible to execute.

259
Q

usability

A

The degree to which a component or system can be used by specified users to achieve specified goals in a specified context of use.

260
Q

usability testing

A

Testing to evaluate the degree to which the system can be used by specified users with effectiveness, efficiency and satisfaction in a specified context of use.

261
Q

use case

A

A sequence of transactions in a dialogue between an actor and a component or system with a tangible result, where an actor can be a user or anything that can exchange information with the system.

262
Q

use case testing

A

Synonyms: scenario testing , user scenario testing

A black-box test technique in which test cases are designed to execute scenarios of use cases.

263
Q

user acceptance testing

A

See Also: acceptance testing
Acceptance testing conducted in a real or simulated operational environment by intended users focusing their needs, requirements and business processes.

264
Q

user interface

A

All components of a system that provide information and controls for the user to accomplish specific tasks with the system.

265
Q

user story

A

See Also: Agile software development, requirement
A high-level user or business requirement commonly used in Agile software development, typically consisting of one sentence in the everyday or business language capturing what functionality a user needs and the reason behind this, any non-functional criteria, and also includes acceptance criteria.

266
Q

V-model

A

A sequential development lifecycle model describing a one-for-one relationship between major phases of software development from business requirements specification to delivery, and corresponding test levels from acceptance testing to component testing.

267
Q

validation

A

Confirmation by examination and through provision of objective evidence that the requirements for a specific intended use or application have been fulfilled.

268
Q

variable

A

An element of storage in a computer that is accessible by a software program by referring to it by a name.

269
Q

verification

A

Confirmation by examination and through provision of objective evidence that specified requirements have been fulfilled.

270
Q

walkthrough

A

See Also: peer review
Synonyms: structured walkthrough
A type of review in which an author leads members of the review through a work product and the members ask questions and make comments about possible issues.

271
Q

white-box test technique

A

Synonyms: structural test technique , structure-based test technique , structure-based technique , white-box technique
A procedure to derive and/or select test cases based on an analysis of the internal structure of a component or system.

272
Q

white-box testing

A

Synonyms: clear-box testing , code-based testing , glass-box testing , logic-coverage testing , logic-driven testing , structural testing , structure-based testing
Testing based on an analysis of the internal structure of the component or system.

273
Q

Wideband Delphi

A

An expert-based test estimation technique that aims at making an accurate estimation using the collective wisdom of the team members.