-
Testing in Production, the safe way
Testing in Production, the safe way
Many company tests in a dedicated QA/Staging environment. Yet, bug is still catch on production.
The problem is some are impossible to catch on a non-production env. Because essentially we don’t test on the environment we run. So how we can make test in production safety without corrupted data, or interrupt workload of any existing application.
Appears in lists (1)
More like this (3)
-
Why doesn't Webpacker use my test config when I run Rails tests?
Why Doesn't Webpacker Use My Test Config When I Run Rails Tests? — “Here’s something you...
-
Testing in Production: the hard parts
Testing in Production: the hard parts Two of the hardest problems of testing in production are...