9

Why we always found the worst problems 2days after going to production? No matter how we tested?

Comments
  • 2
    A wise man once said "No battle plan ever survives contact with the enemy"
  • 2
    Rule 404: Not all bugs can be found by testing
  • 1
    @Minzkraut so, there's a rule 405 that the most crazy ones will be found days after going to production? 😂
  • 1
    It happens. You probably did catch a bunch in testing though. I am an optimist 😀
  • 1
    Release it 2 days after your predicted release date. That'll sort things out
  • 1
  • 1
    Recently a vendor we get a token from changed their web service, which broke our single sign on method because we couldn't get the token. Turns out someone pushed code to production instead of non production. You could tell, because the method was HelloWorld.... 🤦
Add Comment