Terms of Software Testing (ISTQB) (C)

A B C D E F G H I İ J K L M N O P Q R S T U V W X Y Z
cali graph :
An abstract representation of calling relationships between subro ...
Capability Maturity Model Integration :
A framework that describes the key elements of an effective produ ...
capture/playback tool :
Atype of test execution tool where inputs are recorded during man ...
capture/replay tool :
See capture/playback tool.
CASE :
Acronym for Computer Aided Software Engineering.
CAST :
Acronym for Computer Aided Software Testing. See also test automa ...
causal analysis :
The analysis of defects to determine their root cause. [CMMI]
cause-effect analysis :
See cause-effect graphing.
cause-effect decision table :
See decision table.
cause-effect diagram :
Agraphical representation used to organize and display the interr ...
cause-effect graph :
Agraphical representation of inputs and/or stimuli (causes) with ...
cause-effect graphing :
A black box test design technique in which test cases are designe ...
certification :
The process of confirming that a component, system or person comp ...
change control :
See configuration control.
change control board :
See configuration control board.
change management :
(1) A structured approach to transitioning individuals, and organ ...
changeability :
The capability of the software product to enable specified modifi ...
charter :
See test charter.
checker :
See reviewer.
checklist-based testing :
An experience-based test design technique whereby the experienced ...
Chovv's coverage metrics :
See N-switch coverage. [Chow]
classification tree :
Atree showing equivalence partitions hierarchically ordered, whic ...
classification tree method :
A black box test design technique in which test cases, described ...
clear-box testing :
See white-box testing.
CMMI :
See Capability Maturity Model Integration.
code :
Computer instructions and data definitions expressed in a program ...
code analyzer :
See static code analyzer.
code coverage :
An analysis method that determines which parts of the software ha ...
code-based testing :
See white box testing.
codependent behavior :
Excessive emotional or psychological dependence on another person ...
co-existence :
The capability of the software product to co-exist with other ind ...
combinatorial testing :
A means to identify a suitable subset of test combinations to ach ...
Commercial Off-The-Shelf softvvare :
See off-the-shelf software.
comparator :
See test comparator.
compatibility testing :
See interoperability testing.
compiler :
A software tool that translates programs expressed in a high orde ...
complete testing :
See exhaustive testing.
completion criteria :
See exit criteria.
complexity :
The degree to which a component or system has a design and/or int ...
compliance :
The capability of the software product to adhere to standards, co ...
compliance testing :
The process of testing to determine the compliance of the compone ...
component :
A minimal software item that can be tested in isolation.
component integration testing :
Testing performed to expose defects in the interfaces and interac ...
component specification :
Adescription of a component's function in terms of its output val ...
component testing :
The testing of individual software components. [After IEEE 610]
compound condition :
Two or more single conditions joined by means of a logical operat ...
concrete test case :
See low level test case.
concurrency testing :
Testing to determine how the occurrence of two or more activities ...
condition :
A logical expression that can be evaluated as True or False, e.g. ...
condition combination coverage :
See multiple condition coverage.
condition combination testing :
See multiple condition testing.
condition coverage :
The percentage of condition outcomes that have been exercised by ...
condition determination coverage :
See modified condition decision coverage.
condition determination testing :
See modified condition decision testing.
condition outcome :
The evaluation of a condition to True or False.
condition testing :
A white box test design technique in which test cases are designe ...
confidence interval :
İn managing project risks, the period of time within which a cont ...
confidence test :
See smoke test.
configuration :
The composition of a component or system as defined by the number ...
configuration auditing :
The function to check on the contents of libraries of configurati ...
configuration control :
An element of configuration management, consisting of the evaluat ...
configuration control board (CCB) :
Agroup of people responsible for evaluating and approving or disa ...
configuration identification :
An element of configuration management, consisting of selecting t ...
configuration item :
An aggregation of hardware, software or both, that is designated ...
configuration management :
A discipline applying technical and administrative direction and ...
configuration management tool :
A tool that provides support for the identification and control o ...
configuration testing :
See portability testing
confirmation testing :
See compliance testing
consistency :
The degree of uniformity, standardization, and freedom from contr ...
consultative testing :
Testing driven by the advice and guidance of appropriate experts ...
content-based model :
A process model providing a detailed description of good engineer ...
continuous representation :
A capability maturity model structure wherein capability levels p ...
control chart :
A statistical process control tool used to monitör a process and ...
control flow :
A sequence of events (paths) in the execution through a component ...
control flow analysis :
A form of static analysis based on a representation of unique pat ...
control flow graph :
An abstract representation of ali possible sequences of events (p ...
control flow path :
See path.
control flow testing :
An approach to structure-based testing in which test cases are de ...
convergence metric :
A metric that shows progress toward a defined criterion, e.g., co ...
conversion testing :
Testing of software used to convert data from existing systems fo ...
corporate dashboard :
A dashboard-style representation of the status of corporate perfo ...
cost of quality :
The total costs incurred on quality activities and issues and oft ...
COTS :
Acronym for Commercial Off-The-Shelf software. See off-the-shelf ...
coverage :
The degree, expressed as a percentage, to which a specified cover ...
coverage analysis :
Measurement of achieved coverage to a specified coverage item dur ...
coverage ite m :
An entity or property used as a basis for test coverage, e.g. equ ...
coverage measurement tool :
See coverage tool
coverage tool :
A tool that provides objective measures of what structural elemen ...
critical success factor :
An element necessaryforan organization or project to achieve its ...
Critical Testing Processes :
A content-based model for test process improvement built around t ...
CTP :
See Critical Testing Processes
custom softvvare :
See bespoke software.
custom tool :
A software tool developed specifically for a set of users or cust ...
cyclomatic complexity :
The maximum number of linear, independent paths through a program ...
cyclomatic number :
See cyclomatic complexity