Production traffic is valuable for testing because it contains diverse requests that can cover many edge cases.
In software testing, the earlier a bug is found, the cheaper it is to fix.
But can you replay production traffic to test your system? What if the system has many dependencies? What about the state?
This post shares my experiences and lessons learned from replaying production traffic for testing.
Top comments (0)