• olsonexi@lemmy.wtf
    link
    fedilink
    arrow-up
    10
    ·
    edit-2
    8 months ago

    A QA tester walks into a bar,
    orders a beer,
    orders 2 beers,
    orders 0 beers,
    orders 4294967296 beers,
    orders -1/12 beers,
    orders HGdIhFNPiHPWUDmUfWIFi beers,
    orders a zebra

    First real customer walks in,
    asks where the bathroom is,
    the whole bar catches on fire

  • fibojoly@sh.itjust.works
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    8 months ago

    My favourite one was when I asked the user “can this happen?” (Some value being negative) and they reply “no never”.
    Then, of course, I get an occurrence the day of the live demo with the user and her boss.
    I ask again, “uh, so is this normal? Has it ever occured before? Because I asked you if it could happen and you said never.”
    Now the boss replies “oh, we meant it’s extremely uncommon. Almost never happens”.

    Turns out it happens once every few months, amongst hundreds and hundreds of transactions.

    So I gently explained that the computer doesn’t care how often it happens. If it can happen, I need to code it in otherwise things go wrong!
    Thankfully I had planned the eventuality, so I had a nice error message, but still. A lesson was learnt that day.

    • DudeDudenson@lemmings.world
      link
      fedilink
      arrow-up
      3
      ·
      8 months ago

      It pisses me off when I have to explain to lead developers that we do in fact have to care about things that are “unlikely” to happen because they can in fact happen and when they do they will cause downtime just because you didn’t want to spend 16 man hours adding a solution to the problem

  • sneakattack@lemmy.ca
    link
    fedilink
    arrow-up
    1
    ·
    8 months ago

    Day before release showing an engineer working on a different project: “Wait, isn’t there a reason that car seats are rear facing for young children and not forward as you have it? Did anyone check on that?”

    • fibojoly@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      8 months ago

      It’s the kind of testing my colleague would do. “well, nobody would be idiotic enough to enter something weird when they are asked for a number”. And so he’d only write tests for numbers. That kind of stuff.
      The unit tests I’m looking at in this latest jobs are some primo “dev testing” bullshit. Their sole purpose clearly was to be able to say “we unit test our code in our pipeline and it all passed” and that’s about it. Ugh.