Glossary
Search
(clear)
- boundary value analysisA black-box test design technique in which test cases are designed based on boundary values. See also boundary value.
- boundary value coverageThe percentage of boundary values that have been exercised by a test suite.
- branchA basic block that can be selected for execution based on a program construct in which one of two or more alternative program paths is available, e.g. case, if-then-else.
- branch conditionSee condition.
- branch condition combination coverageSee multiple condition coverage.
- branch condition combination testingSee multiple condition testing.
- branch condition coverageSee condition coverage.
- branch coverageThe percentage of branches that have been exercised by a test case suite. 100% branch coverage implies both 100% decision coverage and 100% statement coverage.
- branch testingA white-box test design technique in which test cases are designed to execute branches.
- Breitband-DelphiEin expertenbasiertes Verfahren zur Testschätzung, mit dem Ziel, durch Einbeziehung von Teammitgliedern zu einer möglichst genauen Schätzung zu kommen.
- bufferA device or storage area used to store data temporarily for differences in rates of data flow, time or occurrence of events, or amounts of data that can be handled by the devices or processes involved in the transfer or use of the data [IEEE 610].
- buffer overflowA memory access failure due to the attempt by a process to store data beyond the boundaries of a fixed length buffer, resulting in overwriting of adjacent memory areas or the raising of an overflow exception. See also buffer.
- bugSee defect.
- bug reportSee defect report.
- bug taxonomySee defect taxonomy.
- bug tracking toolSee defect management tool.
- build verification testA set of automated tests which validates the integrity of each new build and verifies its key/core functionality, stability and testability. It is an industry practice when a high frequency of build releases occurs (e.g., agile projects) and it is run on every new build before being released(...)
- Build-VerifizierungstestEine Menge von automatisierten Tests, welche die Integrität jedes neuen Builds validieren, und ihre Kernfunktionalität, Stabilität and Testbarkeit verifizieren. Es handelt sich um eine verbreitete Industriepraxis bei häufigen Builds (z.B. in agilen Projekten). Er wird bei jedem neuen Build vor(...)
- Burndown-ChartEin öffentlich zugängliches Diagramm, das ausstehende Aufwände gegenüber der Zeit in einem Sprint (Iteration) zeigt. Es zeigt Status und Trend der Erledigung der Tasks in einem Sprint. Die X-Achse repräsentiert typischerweise die Tage in einem Sprint, während die Y-Achse die offenen Aufwände(...)
- burndown chartA publicly displayed chart that depicts the outstanding effort versus time in a sprint (iteration). It shows the status and trend of completing the tasks of the sprint. The X-axis typically represents days in the sprint, while the Y-axis is effort remaining (usually either in ideal engineering(...)
- business process-based testingAn approach to testing in which test design is based on descriptions and/or knowledge of business processes.
- BVTAkronym für Build-Verifizierungstest.