Glossary
Search
(clear)
- LastprofilEine specification der Arbeitslast, die eine Komponente oder ein System in Produktion erfährt. Ein Lastprofil besteht aus einer bestimmten Anzahl von virtuellen Benutzern, die eine definierte Menge von Transaktionen in einem vorgegebenen Zeitraum und entsprechend eines vorgegebenen(...)
- LasttestEine Art von Performanztest, die das Systemverhalten eines System oder einer Komponente in Abhängigkeit steigender Systemlast (z.B. Anzahl parallele Benutzer, und/oder Anzahl Transaktionen) misst, um zu bestimmen, welche Last durch ein System oder eine Komponente bewältigt werden kann. Siehe(...)
- LasttestwerkzeugEin Werkzeug zur Unterstützung des Lasttests, welches ansteigende Last simulieren kann, z.B. die Anzahl gleichzeitiger Benutzer und/oder Transaktionen innerhalb einer gewissen Zeitraums. Siehe auch Performanztestwerkzeug.
- Lead AssessorDie Person, die ein Assessment leitet. In einigen Fällen, zum Beispiel bei CMMi and TMMi, wenn formelle Assessments durchgeführt werden, muss der Lead Assessor akkreditiert und formell ausgebildet sein.
- lead assessorThe person who leads an assessment. In some cases, for instance CMMi and TMMi when formal assessments are conducted, the lead assessor must be accredited and formally trained.
- learnabilityThe capability of the software product to enable the user to learn its application [ISO 9126]. See also usability.
- learning (IDEAL)The phase within the IDEAL model where one learns from experiences and improves one’s ability to adopt new processes and technologies in the future. The learning phase consists of the activities: analyze and validate, and propose future actions. See also IDEAL
- LeistungsindikatorEin Maß auf einer höheren Abstraktionsstufe zum Messen der efficiency und/oder Effektivität des Entwicklungsfortschritts, z.B. Fehlerfindungsrate im Bereich testing. [CMMI]
- Leitender TestmanagerEin erfahrener Manager, der die test manager leitet. Siehe auch test manager.
- Leiter einer InspektionSiehe Moderator.
- Lernen (IDEAL)Die Phase im IDEAL-Modell, in der man aus Erfahrungen lernt und die Fähigkeit verbessert, künftig neue Prozesse und Technologien zu übernehmen. Die Lernphase besteht aus den Aktivitäten: analysieren und validieren, sowie zukünftige Aktionen vorschlagen. Siehe auch IDEAL.
- level of intrusionThe level to which a test object is modified by adjusting it for testability.
- level test planA test plan that typically addresses one test level. See also test plan.
- lifecycle modelA partitioning of the life of a product or project into phases. [CMMI] See also software lifecycle.
- linear scriptingA simple scripting technique without any control structure in the test scripts.
- lineare SkripterstellungEin einfaches Verfahren der Skripterstellung ohne Verwendung von Kontrollstrukturen in Testskripten.
- link testingSee component integration testing.
- LinktestSiehe Komponentenintegrationstest.
- load profileA specification of the activity which a component or system being tested may experience in production. A load profile consists of a designated number of virtual users who process a defined set of transactions in a specified time period and according to a predefined operational profile. See(...)
- load testingA type of performance testing conducted to evaluate the behavior of a component or system with increasing load, e.g. number of parallel users and/or numbers of transactions to determine what load can be handled by the component or system. See also performance testing, stress testing.
- load testing toolA tool to support load testing whereby it can simulate increasing load, e.g., numbers of concurrent users and/or transactions within a specified time-period. See also performance testing tool.
- logic-coverage testingSee white-box testing.
- logic-driven testingSee white-box testing.
- logical test caseSee high-level test case.
- logik-getriebener TestSiehe White-Box-Test.
- Logik-ÜberdeckungstestSiehe White-Box-Test.
- logische BedingungEin logischer Ausdruck, der entweder als „wahr“ oder „falsch“ bewertet werden kann, z.B. A>B. Siehe auch Testbedingung.
- logischer TestfallSiehe abstrakter Testfall.
- low-level test caseA test case with concrete (implementation level) values for the input data and expected results. Logical operators from high-level test cases are replaced by actual values that correspond to the objectives of the logical operators. See also high-level test case.