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

Boundary Value

Input or output value, which is on the verge of an equivalent area or at the least distance from both sides of the verge, such as minimum or maximum value of the area.

Branch

Mainframe, which can be selected for execution, based on the logical structure of the program, in which is accessible one of two or more alternative paths, for example, case, jump, go to, if then-else.

Branch Coverage

Percentage of branches that have been executed by test suite. 100% coverage of branches presupposes 100% statement and decision coverage.