What is Equivalence Partitioning?
A test case design technique for a component in which test cases are designed to execute representatives from equivalence classes. Read more »
A test case design technique for a component in which test cases are designed to execute representatives from equivalence classes. Read more »
Testing which covers all combinations of input values and preconditions for an element of the software under test. Read more »
A technique used during planning, analysis and design; creates a functional hierarchy for the software. Read more »
A document that describes in detail the characteristics of the product with regard to its intended features. Read more »
A combination of Black Box and White Box testing methodologies, testing a piece of software against its specification but using some knowledge of its internal workings. Read more »
Testing one particular module, functionality heavily. Read more »
A group of people whose primary responsibility is software testing. Read more »
This term refers to making software specifically designed for a specific locality. Read more »
A standard of measurement. Software metrics are the statistics describing the structure or content of a program. A metric should be a real objective measurement... Read more »
Testing a system or an Application on the fly, i.e just few tests here and there to ensure the system or an application does not crash out. Read more »
A systematic and independent examination to determine whether quality activities and related results comply with planned arrangements and whether these arrangements... Read more »
A group of individuals with related interests that meet at regular intervals to consider problems or other matters related to the quality of outputs of a process... Read more »
The operational techniques and the activities used to fulfill and verify requirements of quality. Read more »
That aspect of the overall management function that determines and implements the quality policy. Read more »
The overall intentions and direction of an organization as regards quality as formally expressed by top management. Read more »
The organizational structure, responsibilities, procedures, processes, and resources for implementing quality management. Read more »
A cause of concurrency problems. Multiple accesses to a shared resource, at least one of which is a write, with no mechanism used by either to moderate simultaneous... Read more »
Continuously raising an input signal until the system breaks down. Read more »
A pre-release version, which contains the desired functionality of the final version, but which needs to be tested for bugs (which ideally should be removed before... Read more »
Performance testing focused on ensuring the application under test gracefully handles increases in work load. Read more »