Building a Mock Server from User Traffic in Kubernetes
A mock server can prove useful in many circumstances. Imagine you’re an engineer working on optimizing a feature inside of an existing API that relies on...
Latest insights on API testing, performance optimization, and software development best practices from the Speedscale team.
A mock server can prove useful in many circumstances. Imagine you’re an engineer working on optimizing a feature inside of an existing API that relies on...
In part 1 of this series you got a general overview of what traffic replay is, and why it’s a useful technology to consider for Kubernetes in general.
The main idea behind Kubernetes is to create a standardized approach to running containers in the cloud. Whether you're running AKS on Azure or EKS on Amazon...
Kubernetes is a powerful platform that comes with many features to help engineers run their applications more efficiently. However...
Testing in production carries a lot of risk, like possibly causing downtime for users. However, the advantages of using real user traffic are many...
No matter what application you're building and who your target customers are, everyone can agree that it's critical to avoid broken deployments.
Testing in production is one of the most effective—and risky—ways of testing. The ability to use real-world conditions ensures reliability of tests...
If you’ve worked with load testing before, you know that there are a lot of things to consider. Whether or not you should combine load testing and mocks is one...
You’ve forgotten to add frontend validation to number fields, and now people are getting an error when they enter text into those fields.