How do you reproduce bugs that occur sporadically?

前端 未结 28 1235
离开以前
离开以前 2021-01-30 19:43

We have a bug in our application that does not occur every time and therefore we don\'t know its \"logic\". I don\'t even get it reproduced in 100 times today.

Disclaime

28条回答
  •  再見小時候
    2021-01-30 20:23

    Unit Tests. Testing a bug in the app is often horrendous because there is so much noise, so many variable factors. In general the bigger the (hay)stack, the harder it is to pinpoint the issue. Creatively extending your unit test framework to embrace edge cases can save hours or even days of sifting

    Having said that there is no silver bullet. I feel your pain.

提交回复
热议问题