Glossar
Search
(clear)
- cause-effect diagramA graphical representation used to organize and display the interrelationships of various possible root causes of a problem. Possible causes of a real or potential defect or failure are organized in categories and subcategories in a horizontal tree-structure, with the (potential) defect or(...)
- cause-effect graphA graphical representation of inputs and/or stimuli (causes) with their associated outputs (effects), which can be used to design test cases.
- cause-effect graphingA black-box test design technique in which test cases are designed from cause-effect graphs [BS 7925/2].
- CCBAcronym for configuration control board.
- certificationThe process of confirming that a component, system or person complies with its specified requirements, e.g. by passing an exam.
- change controlSee configuration control.
- Change Control BoardSiehe Konfigurationskontrollboard.
- change control boardSee configuration control board.
- change management(1) A structured approach to transitioning individuals, teams, and organizations from a current state to a desired future state. (2) Controlled way to effect a change, or a proposed change, to a product or service. See also configuration management.
- changeabilityThe capability of the software product to enable specified modifications to be implemented [ISO 9126]. See also maintainability.
- ChartaSiehe Test-Charta.
- charterSee test charter.
- checkerSee reviewer.
- checklist-based testingAn experience-based test design 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. See also experience-based testing.
- Checklisten-basiertes TestenEin erfahrungsbasiertes Testentwurfsverfahren, bei dem der erfahrene Tester eine Liste von Kontrollpunkten nutzt, die beachtet, überprüft oder in Erinnerung gerufen werden müssen, oder eine Menge von Regeln oder Kriterien gegen die ein Produkt verifiziert werden muss. Siehe auch(...)
- Chow’s coverage metricsSee N-switch coverage.
- Chow´s ÜberdeckungsmetrikSiehe N-Switch-Überdeckung.
- classification treeA tree showing equivalence partitions hierarchically ordered, which is used to design test cases in the classification tree method. See also classification tree method.
- classification tree methodA black-box test design technique in which test cases, described by means of a classification tree, are designed to execute combinations of representatives of input and/or output domains. [Grochtmann]
- Clear-Box-TestSiehe White-Box-Test.
- clear box testingSee white-box testing.
- CLIAkronym für Command-Line Interface (Kommandozeilenschnittstelle).
- CLI-TestenTesten durch Senden von Kommandos an eine Komponente oder ein System über die Nutzung einer speziell dafür vorgesehenen Kommandozeilenschnittstelle.
- CLI testingTesting performed by submitting commands to the software under test using a dedicated command-line interface.
- CMMIAkronym für Capability Maturity Model Integration.
- Co-abhängiges VerhaltenExzessive emotionale oder psychologische Abhängigkeit von einer anderen Person, speziell durch den Versuch, das derzeitige (ungewünschte) Verhalten dieser Person zu ändern während man sie unterstützt, das derzeitige Verhalten fortzusetzen. Beispiel: Ein Tester beschwert sich über die(...)
- co-existenceThe capability of the software product to co-exist with other independent software in a common environment sharing common resources [ISO 9126]. See also portability.
- CodeAnweisungen und Datendefinitionen einer Programmiersprache (Quellcode) oder wie sie durch einen Assemblierer, Compiler oder einen anderen Übersetzer erzeugt werden. [IEEE 610]
- codeComputer instructions and data definitions expressed in a programming language or in a form output by an assembler, compiler or other translator [IEEE 610].
- code-based testingSee white-box testing.