Software Testing Glossary

A B C D E F G H I K L M N O P Q R S T U V W

Component Specification

Description of a component’s functions in terms of its output values for certain input values under certain conditions, and the required non-functional behavior.

Concurrency Testing

Multi-user testing geared towards determining the effects of accessing the same application code, module or database records.

Condition

It is a Boolean expression that can be either True or False, for example A > B.

Condition Coverage

Percentage of conditions that have been tested by a set of tests. 100% condition coverage requires that each separate condition in every expression solution has been tested as True and False.

Condition Determination Coverage

Percentage of all single condition outcomes, that affect the decision condition coverage results that have been checked by the set of test scenarios. 100% condition determination coverage presupposes 100% decision condition coverage.