What is Boundary Value Analysis?

ISTQB Boundary Value Analysis is a systematic testing technique used in software engineering to evaluate boundary conditions. Focusing on minimum and maximum input limits, it detects defects that often arise at the edges of the input domain. By examining values just inside and outside these boundaries, it aims to improve test coverage and enhance software quality.