I’m working on improving my edge-case testing, especially for bugs that look harmless but can still break a workflow.
One example I’ve seen is a value with a trailing space: the UI displayed it correctly, but the backend treated it as a different value, so filtering and matching failed.
I’m trying to build better test cases around these small issues instead of only testing the happy path.
For people who test software: what is one small bug you missed or underestimated, and what test would have caught it?
u/Beyonce78 — 17 days ago