The process of intentionally adding defects to those already in the component or system for the purpose of monitoring the rate of detection and removal, and …
The percentage of branches that have been exercised by a test suite. 100% branch coverage implies both 100% decision coverage and 100% statement coverage.
An analysis method that determines which parts of the software have been executed (covered) by the test suite and which parts have not been executed, e.g., …
A software product that is developed for the general market, i.e. for a large number of customers, and that is delivered to many customers in identical format.
The percentage of all single condition outcomes that independently affect a decision outcome that have been exercised by a test case suite. 100% modified …
In managing project risks, the period of time within which a contingency action must be implemented in order to be effective in reducing the impact of the …
A statistical process control tool used to monitor a process and determine whether it is statistically controlled. It graphically depicts the average value and …
An approach to structure-based testing in which test cases are designed to execute specific sequences of events. Various techniques exist for control flow …
A metric that shows progress toward a defined criterion, e.g., convergence of the total number of tests executed to the total number of tests planned for …
The maximum number of linear, independent paths through a program. Cyclomatic complexity may be computed as L = N + 2P, where L = the number of edges/links in …
The percentage of decision outcomes that have been exercised by a test suite. 100% decision coverage implies both 100% branch coverage and 100% statement …
The number of defects identified in a component or system divided by the size of the component or system (expressed in standard measurement terms, e.g., …
The ratio of the number of failures of a given category to a given unit of measure, e.g., failures per unit of time, failures per number of transactions, …
Documentation defining a designated number of virtual users who process a defined set of transactions in a specified time period that a component or system …
A statistical technique in decision making that is used for selection of a limited number of factors that produce significant overall effect. In terms of …
The effect on the component or system by the measurement instrument when the component or system is being measured, e.g., by a performance testing tool or …
The ability of the software product to perform its required functions under stated conditions for a specified period of time, or for a specified number of …
A model that shows the growth in reliability over time during continuous testing of a component or system as a result of the removal of defects that result in …
The 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 …
A document specifying the test conditions (coverage items) for a test item, the detailed test approach and identifying the associated high-level test cases.
The calculated approximation of a result related to various aspects of testing (e.g., effort spent, completion date, costs involved, number of test cases, …
A two-dimensional table, which correlates two entities (e.g., requirements and test cases). The table allows tracing back and forth the links of one entity to …
A test session in usability testing in which a usability test participant is executing tests, moderated by a moderator and observed by a number of observers.