A test case without concrete (implementation level) values for input data and expected results. Logical operators are used: instances of the actual values are …
A scripting technique that uses data files to contain not only test data and expected results, but also keywords related to the application being tested. The …
An independent evaluation of software products or processes to ascertain compliance to standards, guidelines, specifications, and/or procedures based on …
An input value or output value which is on the edge of an equivalence partition or at the smallest incremental distance on either side of an edge, for example …
The percentage of branches that have been exercised by a test suite. 100% branch coverage implies both 100% decision coverage and 100% statement coverage.
A flaw in a component or system that can cause the component or system to fail to perform its required function, e.g., an incorrect statement or data …
(1) A structured approach to transitioning individuals and organizations from a current state to a desired future state. (2) Controlled way to effect a change, …
The set of generic and specific conditions, agreed upon with the stakeholders for permitting a process to be officially completed. The purpose of exit criteria …
A test case with concrete (implementation level) values for input data and expected results. Logical operators from high-level test cases are replaced by …
A scripting technique that stores test input and expected results in a table or spreadsheet, so that a single control script can execute all of the tests in the …
The percentage of decision outcomes that have been exercised by a test suite. 100% decision coverage implies both 100% branch coverage and 100% statement …
A black-box test design technique in which test cases are designed to execute the combinations of inputs and/or stimuli (causes) shown in a decision table.
The process of recognizing, investigating, taking action and disposing of defects. It involves recording defects, classifying them and identifying the impact.
(1) The capability of the software product to provide appropriate performance, relative to the amount of resources used, under stated conditions. (2) The …
A black-box test design technique in which test cases are designed to execute representatives from equivalence partitions. In principle, test cases are …
The assessment of change to the layers of development documentation, test documentation and components, in order to implement a given change to specified …
A type of peer review that relies on visual examination of documents to detect defects, e.g., violations of development standards and non-conformance to higher …
The ease with which a software product can be modified to correct defects, modified to meet new requirements, modified to make future maintenance easier, or …
Modification of a software product after delivery to correct defects, to improve performance or other attributes, or to adapt the product to a modified …
The degree to which a system or component accomplishes its designated functions within given constraints regarding processing time and throughput rate.
Testing of a previously tested program following modification to ensure that defects have not been introduced or uncovered in unchanged areas of the software, …
A condition or capability needed by a user to solve a problem or achieve an objective that must be met or possessed by a system or system component to satisfy …
An evaluation of a product or project status to ascertain discrepancies from planned results and to recommend improvements. Examples include management review, …
An approach to testing to reduce the level of product risks and inform stakeholders of their status, starting in the initial stages of a project. It involves …
Formal, possibly mandatory, set of requirements developed and used to prescribe consistent approaches to the way of working or to provide guidelines (e.g., …
A type of performance testing conducted to evaluate a system or component at or beyond the limits of its anticipated or specified workloads, or with reduced …
All 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 …
A set of input values, execution preconditions, expected results and execution postconditions, developed for a particular objective or test condition, such as …
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 set of several test cases for a component or system under test, where the post condition of one test is often used as the precondition for the next one.
During the test closure phase of a test process data is collected from completed activities to consolidate experience, testware, facts and numbers. The test …
An item or event of a component or system that could be verified by one or more test cases, e.g., a function, transaction, feature, quality attribute, or …
The use of software, e.g., capture/playback tools, to control the execution of tests, the comparison of actual results to expected results, the setting up of …
The process of developing and prioritizing test procedures, creating test data and, optionally, preparing test harnesses and writing automated test scripts.
A group of test activities that are organized and managed together. A test level is linked to the responsibilities in a project. Examples of test levels are …
A tool that provides support to the test management and control part of a test process. It often has several capabilities, such as testware management, …
The person responsible for project management of testing activities and resources, and evaluation of a test object. The individual who directs, controls, …
A document describing the scope, approach, resources and schedule of intended test activities. It identifies amongst others test items, the features to be …
The fundamental test process comprises test planning and control, test analysis and design, test implementation and execution, evaluating exit criteria and …
The process consisting of all lifecycle activities, both static and dynamic, concerned with planning, preparation and evaluation of software products and …
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 …
Confirmation by examination and through provision of objective evidence that the requirements for a specific intended use or application have been fulfilled.