What is Context Driven Testing?
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 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 »
Test which focus on the boundary or limit conditions of the software being tested. (Some of these tests are stress tests). Read more »
Testing an executable application for portability across system platforms and environments, usually for conformation to an ABI specification. Read more »
The point at which some deliverable produced during the software engineering process is put under formal change control. Read more »
The set of tests derived using basis path testing. Read more »