What is Data Driven Testing?
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 »
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 »
A modeling notation that represents a functional decomposition of a system. Read more »
A measure of the logical complexity of an algorithm, used in white-box testing. Read more »
Testing of programs or procedures used to convert data from existing systems for use in replacement systems. 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 »
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 »
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 »
A minimal software item for which a separate specification is available. 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 »
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 »
A graphical representation of inputs and the associated outputs effects which can be used to design test cases. 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 test suite that exercises the full functionality of a product but does not test features in detail. Read more »
Testing in which all branches in the program source code are tested at least once. Read more »
BVA is similar to Equivalence Partitioning but focuses on “corner cases” or values that are usually out of range as defined by the specification. his... Read more »