Glossar
Search
(clear)
- call graphAn abstract representation of calling relationships between subroutines in a program.
- Capability Maturity Model IntegrationEin Rahmenwerk, das Schlüsselelemente einer effektiven Softwareentwicklung und -wartung beschreibt. Capability Maturity Model Integration deckt Best Practice-Ansätze für die Planung, das Engineering und das Management einer Softwareentwicklung und -wartung ab.
- capture/playbackA test automation approach, where inputs to the test object are recorded during manual testing in order to generate automated test scripts that could be executed later (i.e. replayed).
- capture/playback toolA type of test execution tool where inputs are recorded during manual testing in order to generate automated test scripts that could be executed later (i.e. replayed). These tools are often used to support automated regression testing.
- capture/replay toolSee capture/playback tool.
- Capture/Replay-WerkzeugSiehe Mitschnittwerkzeug.
- CASEAbkürzung für Computer Aided Software Engineering.
- CASTAbkürzung für Computer Aided Software Testing.
- causal analysisSee root cause analysis.
- cause-effect analysisSee cause/effect graphing.
- cause-effect decision tableSee decision table.
- 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]