Glossar
Search
(clear)
- insider threatA security threat originating from within the organization, often by an authorized system user.
- insourced testingTesting performed by people who are co-located with the project team but are not fellow employees.
- Insourcing des TestensTesten durch Personen, die am selben Ort wie das Projektteam tätig sind, aber nicht Mitarbeiter des gleichen Unternehmens sind.
- inspectionA type of review that relies on visual examination of documents to detect defects, e.g. violations of development standards and non-conformance to higher level documentation. The most formal review technique and therefore always based on a documented procedure [after IEEE 610, IEEE 1028]. See(...)
- inspection leaderSee moderator.
- inspectorSee reviewer.
- InspektionEine Reviewart, die Mängel durch die Sichtprüfung von Dokumenten finden soll. Solche Mängel können sein: Nicht-Einhaltung von Entwicklungsstandards, Nicht-Konformität gegenüber zugrundeliegenden Dokumenten. Es ist die formalste Reviewtechnik und sie folgt deshalb einem dokumentierten Vorgehen.(...)
- InspektorSiehe Gutachter.
- installabilityThe capability of the software product to be installed in a specified environment [ISO 9126]. See also portability.
- installability testingThe process of testing the installability of a software product. See also portability testing.
- installation guideSupplied instructions on any suitable media, which guides the installer through the installation process. This may be a manual guide, step-by-step procedure, installation wizard, or any other similar process description.
- installation wizardSupplied software on any suitable media, which leads the installer through the installation process. It normally runs the installation process, provides feedback on installation results, and prompts for options.
- InstallationsanleitungAls Installationsanleitung bezeichnet man die auf einem geeigneten Medium mitgelieferten Instruktionen, die durch den Installationsprozess führen. Das können sein: eine textuelle Beschreibung, eine ausführbare Installationsprozedur oder eine ähnliche Prozessbeschreibung.
- InstallationstestTesten der Installierbarkeit eines Softwareprodukts. Siehe auch Portabilitätstest.
- InstallationswizardAls Installationswizard bezeichnet man auf einem geeigneten Medium ausgelieferte Software, die durch den Installationsprozess führt. Normalerweise wird damit die Installation ausgeführt. Während der Installation können Optionen gesetzt werden, und beim Abschluss der Installation werden(...)
- InstallierbarkeitDie Fähigkeit eines Softwareprodukts, in einer spezifizierten Umgebung installierbar zu sein. [ISO 9126] Siehe auch Übertragbarkeit.
- instrumentationThe (tool-supported) insertion of additional code into the program in order to collect information about program behavior during execution, e.g. for measuring code coverage.
- instrumenterA software tool used to carry out instrumentation.
- InstrumentiererEin Softwarewerkzeug, das für die Instrumentierung verwendet wird.
- Instrumentierung(Werkzeuggestütztes) Einfügen von Protokoll- oder Zählanweisungen in den Quell- und/oder Objektcode eines Testobjekts, um während der Ausführung Informationen über das Programmverhalten zu sammeln. Damit lässt sich beispielsweise die Codeüberdeckung messen.
- intake testA special instance of a smoke test to decide if the component or system is ready for detailed and further testing. An intake test is typically carried out at the start of the test execution phase. See also smoke test.
- IntegrationDer Prozess der Verknüpfung von Komponenten zu größeren Gruppen.
- integrationThe process of combining components into larger assemblies.
- integration testingTesting performed to expose defects in the interfaces and in the interactions between integrated components or systems. See also component integration testing, system integration testing.
- IntegrationstestTesten mit dem Ziel, Fehlerzustände in den Schnittstellen und im Zusammenspiel zwischen integrierten Komponenten aufzudecken. Siehe auch Komponentenintegrationstest, Systemintegrationstest.
- interface testingAn integration test type that is concerned with testing the interfaces between components or systems.
- InteroperabilitätDie Fähigkeit eines Softwareprodukts, mit einer oder mehreren spezifizierten Komponenten zusammenzuwirken. [Nach ISO 9126] Siehe auch Funktionalität.
- InteroperabilitätstestTesten zur Bestimmung der Interoperabilität eines Softwareprodukts. Siehe auch funktionales Testen, Interoperabilität.
- interoperabilityThe capability of the software to interact with one or more specified components or systems [after ISO 9126]. See also functionality.
- interoperability testingThe process of testing to determine the interoperability of a software product. See also functional testing, interoperability.