Software Engineering ยท Testing
A rare but technically valid input or condition that sits at the boundary of what the system was designed to handle.
Example: A name with an apostrophe, like 'O'Brien'.
In practice: Boundary value analysis โ testing the smallest, largest, and just-outside-range values โ is a systematic way to surface edge cases instead of guessing at them.