this post was submitted on 31 Jan 2025
933 points (98.7% liked)

Programmer Humor

33101 readers
497 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 10 hours ago

We have a test environment but it's a hot mess. All the data is made up and extremely low quality. All the things you would normally interface with are also in test, but getting other teams to coordinate testing in the test space is... a chore. We do the best we can with mock services, but without having real services or representative data some of the data pattern assumptions don't play out. Leaders value writing code and our lack of architects that span teams mean that when team architects either don't meet ahead of time, make assumptions, or don't ever agree on a design then...

We always host UAT. We also track logins. Guess how many users even show up for UAT, let alone actually click on anything.

This is why the vast majority of our testing happens in prod when our users are doing real work.

Sorry for the baby rant :)