|
Terms of Software Testing (ISTQB) (D)
-
d evi at i on
:
-
See incident.
-
daily build
:
-
A development activity whereby a complete system is compiled and ...
-
dashboard
:
-
A representation of dynamic measurements of operational performan ...
-
data definition
:
-
An executable statement where a variable is assigned a value.
-
data flow
:
-
An abstract representation of the sequence and possible changes o ...
-
data flow analysis
:
-
A form of static analysis based on the definition and usage ofvar ...
-
data flow coverage
:
-
The percentage of definition-use pairs that have been exercised b ...
-
data flow testing
:
-
A white box test design technique in which test cases are designe ...
-
data integrity testing
:
-
See database integrity testing
-
data quality
:
-
An attribute of data that indicates correctness with respectto so ...
-
database integrity testing
:
-
Testing the methods and processes used to access and manage the d ...
-
data-driven testing
:
-
A scripting technique that stores test input and expected results ...
-
dd-path
:
-
A path between two decisions of an algorithm, or two decision nod ...
-
dead code
:
-
See unreachable code
-
debugger
:
-
See debugging tool.
-
debugging
:
-
The process of finding, analyzing and removing the causes of fail ...
-
debugging tool
:
-
A tool used by programmers to reproduce failures, investigate the ...
-
decision
:
-
A program point at which the control flow has two or more alterna ...
-
decision condition coverage
:
-
The percentage of ali condition outcomes and decision outcomes th ...
-
decision condition testing
:
-
A white box test design technique in which test cases are designe ...
-
decision coverage
:
-
The percentage of decision outcomes that have been exercised by a ...
-
decision outcome
:
-
The result of a decision (which therefore determines the branches ...
-
decision table
:
-
A table showing combinations of inputs and/or stimuli (causes) wi ...
-
decision table testing
:
-
A black box test design technique in which test cases are designe ...
-
decision testing
:
-
A white box test design technique in which test cases are designe ...
-
defect category
:
-
See defect type
-
-
defect density
:
-
The number of defects identified in a component or system divided ...
-
Defect Detection Percentage (DDP)
:
-
The number of defects found by a test phase, divided bythe number ...
-
defect management
:
-
The process of recognizing, investigating, taking action and disp ...
-
defect management committee
:
-
A cross-functional team of stakeholders who manage reported defec ...
-
defect masking
:
-
An occurrence in which one defect prevents the detection of anoth ...
-
defect tracking tool
:
-
See defect management tool.
-
defect triage committee
:
-
See defect management committee.
-
defect type
:
-
An element in a taxonomy of defects. Defect taxonomies can be ide ...
-
defect-based technique
:
-
See defect-based test design technique.
-
defect-based test design technique
:
-
A procedure to derive and/or select test cases targeted at one or ...
-
definition-use pair
:
-
The association of a definition of a variable with the subsequent ...
-
deliverable
:
-
Any (work) product that must be delivered to someone other than t ...
-
Deming cycle
:
-
An iterative four-step problem-solving process, (plan-do-check-ac ...
-
design-based testing
:
-
An approach to testing in which test cases are designed based on ...
-
desk checking
:
-
Testing of software or a specification by manual simulation of it ...
-
development testing
:
-
Formal or informal testing conducted during the implementation of ...
-
deviation report
:
-
See incident report.
-
diagnosing (İDEAL)
:
-
The phase within the İDEAL model where it is determined where one ...
-
dirty testing
:
-
See negative testing.
-
documentation testing
:
-
Testing the quality of the documentation, e.g. user guide or inst ...
-
domain
:
-
The set from which valid input and/or output values can be select ...
-
domain analysis
:
-
A black box test design technique that is used to identify effici ...
-
driver
:
-
A software component or test tool that replaces a component that ...
-
dynamic analysis
:
-
The process of evaluating behavior, e.g. memory performance, CPU ...
-
dynamic analysis tool
:
-
A tool that provides run-time information on the state of the sof ...
-
-
dynamic comparison
:
-
Comparison of actual and expected results, performed while the so ...
-
dynamic testing
:
-
Testing that involves the execution of the software of a componen ...
|