this post was submitted on 31 Oct 2025
1053 points (98.8% liked)

Programmer Humor

27489 readers
1694 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] NuXCOM_90Percent@lemmy.zip 16 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

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.

[–] floofloof@lemmy.ca 3 points 3 weeks ago (1 children)

Didn't Microsoft fire their dedicated human testing team in about 2014?

[–] NuXCOM_90Percent@lemmy.zip 2 points 3 weeks ago

Probably?

This is the kind of thing that a LOT of companies outsource. Mostly for ill.