What is Breadth Testing?
A test suite that exercises the full functionality of a product but does not test features in detail. Read more »
A test suite that exercises the full functionality of a product but does not test features in detail. Read more »
A test tool that records test input as it is sent to the software under test. The input cases stored can then be used to reproduce the test at a later time. Most... Read more »
A graphical representation of inputs and the associated outputs effects which can be used to design test cases. Read more »
Phase of development where functionality is implemented in entirety; bug fixes are all that are left. All functions found in the Functional Specifications have been... Read more »
An analysis method that determines which parts of the software have been executed (covered) by the test case suite and which parts have not been executed and therefore... Read more »
A minimal software item for which a separate specification is available. Read more »
Multi-user testing geared towards determining the effects of accessing the same application code, module or database records. Identifies and measures the level of... Read more »
The process of testing that an implementation conforms to the specification on which it is based. Usually applied to testing conformance to a formal standard. Read more »
The context-driven school of software testing is flavor of Agile Testing that advocates continuous and creative evaluation of testing opportunities in light of the... Read more »
Testing of programs or procedures used to convert data from existing systems for use in replacement systems. Read more »
A measure of the logical complexity of an algorithm, used in white-box testing. Read more »
A modeling notation that represents a functional decomposition of a system. Read more »
Testing in which the action of a test case is parameterized by externally defined data values, maintained as a file or spreadsheet. A common technique in Automated... Read more »
The process of finding and removing the causes of software failures. Read more »
Non conformance to requirements or functional / program specification Read more »
Examines an application’s requirements for pre-existing software, initial states and configuration in order to maintain proper functionality. Read more »
A test that exercises a feature of a product in full detail. Read more »
A device, computer program, or system that accepts the same inputs and produces the same outputs as a given system. Read more »
Checks for memory leaks or other problems that may occur with prolonged execution. Read more »
A portion of a component’s input or output domains for which the component’s behavior is assumed to be the same from the component’s specification. Read more »