• sp3ctr4l@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      1 day ago

      Latest news is that Xbox Games Division had been required to aim for a 30% profit margin for the last several years.

      Thats why everything sucks and blew up.

      Thats a fucking insane baseline target.

      Line for next quarter profit must go up, therefore, cut costs.

      This is obvious self destructive in the long run, but that doesn’t matter, what matters is C Suite’s golden parachutes.

    • skuzz@discuss.tchncs.de
      link
      fedilink
      arrow-up
      0
      ·
      1 day ago

      They used to have very comprehensive automated testing processes to exercise all sorts of things. Unfortunately, like many tech companies these days like Apple, Google, etc., they’re all punting QA as a concept because they just don’t care - what are you going to do, go use another oligopoly platform?

    • NuXCOM_90Percent@lemmy.zip
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      1 day ago

      You will never have resources to “test absolutely everything”. It is ALWAYS about building out personas and deriving tests from those.

      What this tells us is that one of two things happened:

      1. This was not tested at all
      2. The testing harness resets the environment after every check (e.g. “does process close when killed”) rather than involving a manual reset (i.e. “close and re-open task manager”)

      The latter is a lot more common than you would think since it makes it much easier to automate these harnesses rather than having a human at a VM. But… this is what happens when you don’t step through the entire workflow.