Is your website designed for everyone? Perform an accessibility scan.

Free check-up

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

Decision

Point of the program in which management has two or more alternativeways. Сomponent with two or more links to separate branches.

Decision Condition Coverage

Percentage of all the conditions and decisions that have been tested by a set of tests. 100% decision condition coverage presupposes 100% condition coverage and 100% decision coverage.

Decision Coverage

Percentage of decision results that have been tested by a set of tests. 100% decision coverage presupposes 100% branch and statement coverage.

Decision Table Testing

It is development of tests by black-box method in which test cases are designed in order to check combinations of input data and/or the reasons reflected in decision table.

Defect

A defect in a component or system that can lead to component or system to impossibility to execute the desired function, such as an incorrect operator or data definition.