Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Best testing is production testing.
Probably not the best idea... but without a doubt the most reliable way to find out how it will work in production is... in production. -
aj73975224y@C0D4 Yeah in that case that makes total sense.
But what I saw was a web application that has dev, staging, pre production , and production environments. The three other environments work perfectly fine and are best as test candidates.
Yet, a moron decides to pollute the production data with his dumb tests! He still does that after being advised against it!!!
The fact that I have to read pages of test data just to get to my target and filter those out if I want to make a useful chart is just absurd in this scenario. Hence the rant. -
C0D4681464y@aj7397 see... that I can't justify.
I at least mock the 3rd party in UAT so that it's expected behaviour can be confirmed to be working for my end.
But there are times actually testing E2E has to be done in prod.
But outside that kind of problem, no, especially if you have staging / dev environements to test with. -
in freelancing, many of the clients( that I've encountered) don't give a shit about different staging environments like Dev qa prod etc.. they just wanna have end product that's it
Related Rants
STOP. TESTING. IN. PRODUCTION.
STOP. TESTING. IN. PRODUCTION.
STOP. TESTING. IN. PRODUCTION.
STOP. TESTING. IN. PRODUCTION.
rant
testing in production
testing