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

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

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

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