Fundamentals of Testing - keywords Flashcards
preparation for keywords - learn the terms (from official Glossary)
definition of coverage
The degree to which specified coverage items are exercised by a test suite, expressed as a percentage.
GER:
Der Grad, zu dem bestimmte Abdeckungselemente durch eine Testsuite ausgeübt werden, ausgedrückt in Prozent.
debugging
the process of finding, analyzing and removing the causes of failures in a component of system
GER:
der Prozess des Auffindens, Analysierens und Beseitigens der Ursachen von Fehlern in einer Komponente oder einem System
defect
An imperfection or deficiency in a work product where it does not meet its requirements or specifications or impairs its intended use.
-> see also error, failure
GER:
Eine Unvollkommenheit oder ein Mangel in einem Arbeitsprodukt, wenn es nicht den Anforderungen oder Spezifikationen entspricht oder den beabsichtigten Gebrauch beeinträchtigt.
-> siehe auch Fehler, Versagen
error
A human action that produces an incorrect result.
GER:
Eine menschliche Handlung, die zu einem falschen Ergebnis führt.
failure
An event in which a component or system does not meet its requirements within specified limits.
GER:
Ein Ereignis, bei dem eine Komponente oder ein System seine Anforderungen nicht innerhalb bestimmter Grenzen erfüllt.
quality
The degree to which a work product satisfies stated and implied requirements
GER:
Der Grad, in dem ein Arbeitsprodukt die angegebenen und impliziten Anforderungen erfüllt
quality assurance
Activities focused on providing confidence that quality requirements will be fulfilled.
GER:
Aktivitäten, die darauf abzielen, das Vertrauen zu schaffen, dass die Qualitätsanforderungen erfüllt werden.
root cause
A source of a defect such that if it is removed, the occurence of the defect type is decreased or removed.
GER:
Fehlerursache
Eine Fehlerquelle, bei deren Beseitigung das Auftreten der Fehlerart verringert oder beseitigt wird.
test basis
the body of knowledge used as the basis for test analysis and design.
GER:
the body of knowledge used as the basis for test analysis and design.
test analysis
the activity that identifies test conditions by analyzing the test basis.
GER:
die Aktivität, die die Testbedingungen durch die Analyse der Testbasis identifiziert.
test case
a set of preconditions, inputs, actions (where applicable), expected results and postconditions, developed based on test conditions.
GER:
eine Reihe von Vorbedingungen, Eingaben, Aktionen (falls zutreffend), erwarteten Ergebnissen und Nachbedingungen, die auf der Grundlage von Testbedingungen entwickelt wurden.
test completion
test condition
test control
test data