Glossary
Search
(clear)
- tatsächliches VerhaltenSiehe Istergebnis.
- TDDAcronym for test-driven development.
- technical reviewA peer group discussion activity that focuses on achieving consensus on the technical approach to be taken. [Gilb and Graham], [IEEE 1028] See also peer review.
- technisches ReviewEine Diskussion in einer Gruppe gleichgestellter qualifizierter Mitarbeiter, die sich darauf konzentriert, eine Übereinstimmung über technische Vorgehensweisen zu erreichen. [Gilb und Graham], [IEEE 1028] Siehe auch Peer Review.
- TeilpfadEine Folge von ausführbaren Anweisungen in einer Komponente.
- TestEine Menge von einem oder mehreren Testfällen. [IEEE 829]
- testA set or one of more test cases [IEEE 829].
- test adaptation layerThe layer in a test automation architecture which provides the necessary code to adapt test scripts on an abstract level to the various components, configuration or interfaces of the SUT.
- test analysisThe process of analyzing the test basis and defining test objectives.
- test approachThe implementation of the test strategy for a specific project. It typically includes the decisions made that follow the (test) project’s goal and the risk analysis, starting points regarding the test process, the test design techniques to be applied, exit criteria and test types to be performed.
- test architect(1) A person who provides guidance and strategic direction for a test organization and for its relationship with other disciplines. (2) A person who defines the way testing is structured for a given system, including topics such as test tools and test data management.
- test automationThe use of software to perform or support test activities, e.g. test management, test design, test execution and results checking.
- test automation architectureAn instantiation of the generic test automation architecture to define the architecture of a test automation solution, i.e., its layers, components, services and interfaces.
- test automation engineerA person who is responsible for the design, implementation and maintenance of a test automation architecture as well as the technical evolution of the resulting test automation solution.
- test automation frameworkA tool that provides an environment for test automation. It usually includes a test harness and test libraries.
- test automation managerA person who is responsible for the planning and supervision of the development and evolution of a test automation solution.
- test automation solutionA realization/implementation of a test automation architecture, i.e., a combination of components implementing a specific test automation assignment. The components may include off-the-shelf test tools, test automation frameworks, as well as test hardware.
- test automation strategyA high-level plan to achieve long-term objectives of test automation under given boundary conditions.
- test basisAll documents from which the requirements of a component or system can be inferred. The documentation on which the test cases are based. If a document can be amended only by way of formal amendment procedure, then the test basis is called a frozen test basis [after TMap].
- test bedSee test environment.
- test caseA set of input values, execution preconditions, expected results and execution postconditions, developed for a particular objective or test condition, such as to exercise a particular program path or to verify compliance with a specific requirement [after IEEE 610].
- test case design techniqueSee test design technique.
- test case explosionThe disproportionate growth of the number of test cases with growing size of the test basis, when using a certain test design technique. Test case explosion may also happen when applying the test design technique systematically for the first time.
- test case resultThe final verdict on the execution of a test and its outcomes, like pass, fail, or error. The result of error is used for situations where it is not clear whether the problem is in the test object.
- test case specificationA document specifying a set of test cases (objective, inputs, test actions, expected results, and execution preconditions) for a test item. [After IEEE 829] See also test specification.
- test case suiteSee test suite.
- Test-ChartaEine Anweisung von Testzielen und möglichen Testideen wie getestet werden soll. Test-Chartas werden oft im explorativen testing verwendet. Siehe auch exploratives Testen.
- test charterA statement of test objectives, and possibly test ideas about how to test. Test charters are often used in exploratory testing. See also exploratory testing.
- test closureDuring the test closure phase of a test process data is collected from completed activities to consolidate experience, testware, facts and numbers. The test closure phase consists of finalizing and archiving the testware and evaluating the test process, including preparation of a test(...)
- test comparatorA test tool to perform automated test comparison of actual results with expected results.