The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
5answers
215 views

Does anyone have a good list of steps for reducing a bug?

I recently ran into an almost-consistently reproducible bug that I was trying to reduce. At the time, I was tired and simply couldn't think of what to do next after about an hour of work (this bug ...
5
votes
4answers
154 views

Is it fair to report a bug discovered during review without performing a test?

I'm QA with some programming experience, so I am able to debug and review the code of the system under test. I also often read the code to understand how to define request or what response should I ...