Glossar
Search
(clear)
- maintainabilityThe ease with which a software product can be modified to correct defects, modified to meet new requirements, modified to make future maintenance easier, or adapted to a changed environment [ISO 9126].
- maintainability testingThe process of testing to determine the maintainability of a software product.
- maintenanceModification of a software product after delivery to correct defects, to improve performance or other attributes, or to adapt the product to a modified environment [IEEE 1219].
- maintenance testingTesting the changes to an operational system or the impact of a changed environment to an operational system.
- malwareSoftware that is intended to harm a system or its components.
- malware scanningStatic analysis aiming to detect and remove malicious code received at an interface. See also intrusion detection system.
- Man-in-the-middle-AngriffDas Abfangen, Nachahmen und/oder Verändern und nachfolgendes Weiterleiten von Kommunikation (z.B. Kreditkartentransaktionen) durch einen Dritten dergestalt, dass der Nutzer das Vorhandensein der dritten Partei nicht bemerkt.
- man-in-the-middle attackThe interception, mimicking and/or altering and subsequent relaying of communications (e.g., credit card transactions) by a third party such that a user remains unaware of that third party’s presence.
- management reviewA systematic evaluation of software acquisition, supply, development, operation, or maintenance process, performed by or on behalf of management that monitors progress, determines the status of plans and schedules, confirms requirements and their system allocation, or evaluates the(...)
- ManagementreviewEine systematische Bewertung des Softwarebeschaffungs-, Lieferungs-, Entwicklungs-, Wartungsprozesses und des Betreibens von Software. Sie wird durchgeführt im Auftrag des Managements, das den Fortschritt überwacht, den Status des Vorhabens und Zeitplans bestimmt und Anforderungen und Budget(...)
- manufacturing-based qualityA view of quality, whereby quality is measured by the degree to which a product or service conforms to its intended design and requirements. Quality arises from the process(es) used. [After Garvin] See also product-based quality, transcendent-based quality, user-based quality, value-based quality.
- MaßDie Zahl oder Kategorie, die einem Attribut einer Einheit durch die Durchführung einer Messung zugeordnet wird. [ISO 14598]
- maßgeschneidertes WerkzeugEin Software-Werkzeug, welches speziell für eine Gruppe von Nutzern oder Kunden entwickelt wurde.
- master test planA test plan that typically addresses multiple test levels. See also test plan.
- MastertestkonzeptEin Testkonzept, das sich typischerweise auf mehrere Teststufen bezieht. Siehe auch Testkonzept.
- maturity(1) The capability of an organization with respect to the effectiveness and efficiency of its processes and work practices. See also Capability Maturity Model Integration, Test Maturity Model integration. (2) The capability of the software product to avoid failure as a result of defects in the(...)
- maturity levelDegree of process improvement across a predefined set of process areas in which all goals in the set are attained. [TMMi]
- maturity modelA structured collection of elements that describe certain aspects of maturity in an organization, and aid in the definition and understanding of an organization’s processes. A maturity model often provides a common language, shared vision and framework for prioritizing improvement actions.
- MBTAkronym für modellbasiertes Testen.
- MBT modelAny model used in model-based testing.
- MBT-ModellJedes Modell das in modellbasiertem Testen genutzt wird.
- MBTIAkronym für Myers-Briggs-Typindikator.
- MC/DCAkronym für modifizierte Bedingungs-/Entscheidungsüberdeckung.
- Mean Time Between FailuresDer arithmetische Mittelwert für die Zeitspanne zwischen Fehlerwirkungen aufeinander folgender Ausfälle einer Betrachtungseinheit oder eines Systems. Die MTBF ist typischerweise Teil eines Zuverlässigkeitswachstumsmodells, welches annimmt, dass die ausgefallene Betrachtungseinheit im Rahmen(...)
- Mean Time To RepairDer arithmethische Mittelwert der Zeit zum Wiederherstellen eines Systems nach Fehlerwirkungen. Dies umfasst typischerweise neben der Reparatur auch den Test, um sicher zu gehen, dass der Fehler behoben ist.
- measureThe number or category assigned to an attribute of an entity by making a measurement [ISO 14598].
- measurementThe process of assigning a number or category to an entity to describe an attribute of that entity [ISO 14598].
- measurement scaleA scale that constrains the type of data analysis that can be performed on it [ISO 14598].
- MehrfachbedingungSiehe zusammengesetzte Bedingung.
- MehrfachbedingungstestEin White-Box-Testentwurfsverfahren, das die Überdeckung der atomaren Teilbedingungen einer Entscheidung mit WAHR und FALSCH in allen Kombinationen fordert.