DEV Community

Hoboken Days
Hoboken Days

Posted on

Replay Production Traffic for Testing

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.

Testing Dilemma: Using Production Traffic for Testing

Top comments (0)