2 Matching Annotations
- Aug 2021
-
softwareengineering.stackexchange.com softwareengineering.stackexchange.com
-
Special case check = Non-obvious, non-boundary special values, for example log(1 + the smallest floating point number).
-
Edge / Boundary check = The maximum or minimum input which is expected to produce correct output
.
-