Normal test data helps us validate the behavior of the program.

Abnormal test data is useful for uncovering or handling exceptional cases.

In normal test data, the input values fall within the range.

The primary goal of boundary testing is to find at the boundaries of input ranges.