This document discusses testing applications in production environments. It recommends putting unit tests in place and automating as much testing as possible. However, it also advocates for some manual testing in production with test data to catch real-world bugs and monitor application behavior and performance with actual users and loads. Guidelines are provided around using test data, credentials, and logging when testing in production environments.
Related topics: